Intent of test_vars.go ×1
All 51 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/51 tests-
server/51 tests-
service/51 tests-
history/51 tests-
TestChasmEngineSuite/26 tests-
TestConvertError/19 tests-
ContextErrors/4 tests-
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/ContextErrors/ContextCanceled -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/ContextErrors/ContextDeadlineExceeded -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/ContextErrors/WrappedContextCanceled -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/ContextErrors/WrappedContextDeadlineExceeded
-
-
PersistenceErrors/8 tests-
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/PersistenceErrors/AppendHistoryTimeoutError -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/PersistenceErrors/ConditionFailedError -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/PersistenceErrors/CurrentWorkflowConditionFailedError -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/PersistenceErrors/ShardOwnershipLostError -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/PersistenceErrors/ShardOwnershipLostError_LookupFails -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/PersistenceErrors/TimeoutError -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/PersistenceErrors/TransactionSizeLimitError -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/PersistenceErrors/WorkflowConditionFailedError
-
-
WrappedErrors/3 tests-
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/WrappedErrors/WrappedChasmError -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/WrappedErrors/WrappedPersistenceError -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/WrappedErrors/WrappedServiceError
-
-
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/NotFound -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/NotFound_WithoutBusinessID -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/UncategorizedError -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestConvertError/UnconvertedServiceErrors
-
-
go.temporal.io/server/service/history/TestChasmEngineSuite/TestNewExecution_ConflictPolicy_TerminateExisting -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestNewExecution_ConflictPolicy_UseExisting -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestNewExecution_RequestIDDedup -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestNewExecution_ReusePolicy_AllowDuplicate -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestNewExecution_ReusePolicy_FailedOnly_Fail -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestNewExecution_ReusePolicy_FailedOnly_Success -
go.temporal.io/server/service/history/TestChasmEngineSuite/TestNewExecution_ReusePolicy_RejectDuplicate
-
-
TestEngine2Suite/7 tests-
go.temporal.io/server/service/history/TestEngine2Suite/TestStartWorkflowExecution_Dedup_Running_CalledTooSoon -
go.temporal.io/server/service/history/TestEngine2Suite/TestStartWorkflowExecution_Dedup_Running_PolicyFail -
go.temporal.io/server/service/history/TestEngine2Suite/TestStartWorkflowExecution_Dedup_Running_SameAttachedRequestID -
go.temporal.io/server/service/history/TestEngine2Suite/TestStartWorkflowExecution_Dedup_Running_SameRequestID -
go.temporal.io/server/service/history/TestEngine2Suite/TestStartWorkflowExecution_Dedup_Running_UseExisting -
go.temporal.io/server/service/history/TestEngine2Suite/TestStartWorkflowExecution_Terminate_Existing -
go.temporal.io/server/service/history/TestEngine2Suite/TestStartWorkflowExecution_Terminate_Running
-
-
workflow/18 tests-
update/18 tests-
TestAttachCallbacks/18 tests-
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/buffered_callbacks_lost_when_Update_struct_is_recreated -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/dedup_by_requestID_on_stateAccepted_returns_true_without_creating_event -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/different_requestID_on_stateAccepted_creates_event_normally -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/on_stateAccepted_fires_callbacks_and_returns_true -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/on_stateAdmitted_returns_false_without_creating_event -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/on_stateCompleted_returns_true_without_attaching_callbacks -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/on_stateCreated_returns_false_without_creating_event -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/on_stateSent_buffers_callbacks_and_returns_true -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/on_stateSent_dedup_by_requestID_buffers_only_once -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/on_stateSent_flush_error_fails_acceptance -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/on_stateSent_flush_skips_already-persisted_requestID -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/on_stateSent_multiple_different_requestIDs -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/on_stateSent_rejection_clears_buffer -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/provisional_states_still_return_ResourceExhausted -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/re-buffered_requestID_deduped_against_persisted_state_after_loss -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/same_requestID_can_be_re-buffered_on_new_Update_struct_after_loss -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/skips_event_when_request_has_no_callbacks_and_no_request_ID -
go.temporal.io/server/service/history/workflow/update/TestAttachCallbacks/with_EventStore_error_returns_error
-
-
-
-
-
-
-