Intent of retry.go ×3
All 18 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/18 tests-
server/18 tests-
service/18 tests-
history/18 tests-
TestTimerQueueActiveTaskExecutorSuite/3 tests-
go.temporal.io/server/service/history/TestTimerQueueActiveTaskExecutorSuite/TestProcessActivityTimeout_RetryPolicy_Retry -
go.temporal.io/server/service/history/TestTimerQueueActiveTaskExecutorSuite/TestProcessActivityTimeout_RetryPolicy_RetryTimeout -
go.temporal.io/server/service/history/TestTimerQueueActiveTaskExecutorSuite/TestWorkflowRunTimeout_Retry
-
-
workflow/15 tests-
TestMutableStateRetryActivitySuite/6 tests-
go.temporal.io/server/service/history/workflow/TestMutableStateRetryActivitySuite/TestRetryActivity_next_retry_delay_should_override_max_interval -
go.temporal.io/server/service/history/workflow/TestMutableStateRetryActivitySuite/TestRetryActivity_should_be_scheduled_when_next_backoff_interval_can_be_calculated -
go.temporal.io/server/service/history/workflow/TestMutableStateRetryActivitySuite/TestRetryActivity_should_be_scheduled_when_next_retry_delay_is_set -
go.temporal.io/server/service/history/workflow/TestMutableStateRetryActivitySuite/TestRetryActivity_should_clear_per_attempt_fields -
go.temporal.io/server/service/history/workflow/TestMutableStateRetryActivitySuite/TestRetryActivity_when_no_next_backoff_interval_should_fail -
go.temporal.io/server/service/history/workflow/TestMutableStateRetryActivitySuite/TestRetryActivity_when_task_can_not_be_generated_should_fail
-
-
Test_nextBackoffInterval/8 tests-
go.temporal.io/server/service/history/workflow/Test_nextBackoffInterval/first_attempt_should_use_initial_backoff -
go.temporal.io/server/service/history/workflow/Test_nextBackoffInterval/if_expiration_is_0_should_retry -
go.temporal.io/server/service/history/workflow/Test_nextBackoffInterval/if_expiration_is_not_0_and_expected_delay_beyond_expiration_should_return_no_more_retries -
go.temporal.io/server/service/history/workflow/Test_nextBackoffInterval/if_retry_exceeds_max_backoff_interval_should_set_it_to_max -
go.temporal.io/server/service/history/workflow/Test_nextBackoffInterval/n-th_retry_should_be_initial_*_backoff^(n_-_1) -
go.temporal.io/server/service/history/workflow/Test_nextBackoffInterval/negative_or_0_attempt_should_be_treated_as_first -
go.temporal.io/server/service/history/workflow/Test_nextBackoffInterval/when_max_attempts_is_set_to_0_should_keep_trying -
go.temporal.io/server/service/history/workflow/Test_nextBackoffInterval/when_max_attempts_is_specified_and_current_exceeds_max_should_return_no_more_retries
-
-
-
-
-
-