execute |
Function |
ttadev/primitives/recovery/fallback.py |
64 |
test_primary_succeeds_returns_primary_result_with_tracer |
Function |
tests/primitives/recovery/test_fallback_primitive.py |
67 |
test_fallback_invoked_when_primary_fails_with_tracer |
Function |
tests/primitives/recovery/test_fallback_primitive.py |
79 |
test_raises_primary_error_when_both_fail_with_tracer |
Function |
tests/primitives/recovery/test_fallback_primitive.py |
91 |
test_fallback_not_called_when_primary_succeeds_with_tracer |
Function |
tests/primitives/recovery/test_fallback_primitive.py |
102 |
test_primary_succeeds_returns_primary_result_without_tracer |
Function |
tests/primitives/recovery/test_fallback_primitive.py |
125 |
test_fallback_invoked_when_primary_fails_without_tracer |
Function |
tests/primitives/recovery/test_fallback_primitive.py |
138 |
test_raises_primary_error_when_both_fail_without_tracer |
Function |
tests/primitives/recovery/test_fallback_primitive.py |
151 |
test_checkpoints_recorded_on_primary_success |
Function |
tests/primitives/recovery/test_fallback_primitive.py |
170 |
test_checkpoints_recorded_on_fallback_path |
Function |
tests/primitives/recovery/test_fallback_primitive.py |
186 |
test_checkpoints_recorded_on_both_fail |
Function |
tests/primitives/recovery/test_fallback_primitive.py |
201 |
test_succeeds_on_first_attempt |
Function |
tests/primitives/recovery/test_retry_primitive.py |
105 |
test_passes_context_to_wrapped_primitive |
Function |
tests/primitives/recovery/test_retry_primitive.py |
147 |
test_raises_after_max_retries_exceeded |
Function |
tests/primitives/recovery/test_retry_primitive.py |
190 |
test_zero_retries_fails_immediately |
Function |
tests/primitives/recovery/test_retry_primitive.py |
223 |
test_sleep_called_between_retries |
Function |
tests/primitives/recovery/test_retry_primitive.py |
258 |
test_defensive_runtime_error_when_last_error_is_none |
Function |
tests/primitives/recovery/test_retry_primitive.py |
332 |
test_succeeds_on_nth_attempt |
Function |
tests/primitives/recovery/test_retry_primitive.py |
125 |
test_passes_input_data_unchanged |
Function |
tests/primitives/recovery/test_retry_primitive.py |
167 |
test_respects_max_retries_count |
Function |
tests/primitives/recovery/test_retry_primitive.py |
203 |