Intent of archival_metadata.go ×1
All 75 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/75 tests-
server/75 tests-
common/6 tests-
archiver/6 tests-
TestMetadataMock/6 tests-
go.temporal.io/server/common/archiver/TestMetadataMock/EXPECT_GetHistoryConfig -
go.temporal.io/server/common/archiver/TestMetadataMock/EXPECT_GetVisibilityConfig -
go.temporal.io/server/common/archiver/TestMetadataMock/GetHistoryConfig -
go.temporal.io/server/common/archiver/TestMetadataMock/GetHistoryConfig_SetHistoryEnabledByDefault -
go.temporal.io/server/common/archiver/TestMetadataMock/GetVisibilityConfig -
go.temporal.io/server/common/archiver/TestMetadataMock/GetVisibilityConfig_SetVisibilityEnabledByDefault
-
-
-
-
service/62 tests-
frontend/17 tests-
TestNamespaceHandlerCommonSuite/13 tests-
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestRegisterGlobalNamespace_AllDefault -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestRegisterGlobalNamespace_NoDefault -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestRegisterLocalNamespace_AllDefault -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestRegisterLocalNamespace_InvalidCluster -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestRegisterLocalNamespace_NoDefault -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestRegisterLocalNamespace_NotMaster -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestRegisterNamespace_WithOneCluster -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestRegisterNamespace_WithTwoCluster -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestUpdateGlobalNamespace_AllAttrSet -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestUpdateGlobalNamespace_NotMaster -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestUpdateLocalNamespace_AllAttrSet -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestUpdateLocalNamespace_NotMaster -
go.temporal.io/server/service/frontend/TestNamespaceHandlerCommonSuite/TestUpdateNamespace_InvalidRetentionPeriod
-
-
TestWorkflowHandlerSuite/4 tests-
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestListArchivedVisibility_Failure_ClusterNotConfiguredForArchival -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestListArchivedVisibility_Failure_InvalidRequest -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestRegisterNamespace_Success_ClusterNotConfiguredForArchival -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestUpdateNamespace_Success_ClusterNotConfiguredForArchival
-
-
-
history/45 tests-
TestAccess/6 tests-
go.temporal.io/server/service/history/TestAccess/read_failure -
go.temporal.io/server/service/history/TestAccess/read_success -
go.temporal.io/server/service/history/TestAccess/read_zombie -
go.temporal.io/server/service/history/TestAccess/write_error -
go.temporal.io/server/service/history/TestAccess/write_success -
go.temporal.io/server/service/history/TestAccess/write_zombie
-
-
TestEngine2Suite/5 tests-
go.temporal.io/server/service/history/TestEngine2Suite/TestRefreshWorkflowTasks -
go.temporal.io/server/service/history/TestEngine2Suite/TestStartWorkflowExecution_Terminate_Existing -
go.temporal.io/server/service/history/TestEngine2Suite/TestStartWorkflowExecution_Terminate_Running -
go.temporal.io/server/service/history/TestEngine2Suite/TestVerifyChildExecutionCompletionRecorded_ResendParent -
go.temporal.io/server/service/history/TestEngine2Suite/TestVerifyChildExecutionCompletionRecorded_WorkflowClosed
-
-
TestEngineSuite/6 tests-
go.temporal.io/server/service/history/TestEngineSuite/TestQueryWorkflow_RejectBasedOnCompleted -
go.temporal.io/server/service/history/TestEngineSuite/TestQueryWorkflow_RejectBasedOnFailed -
go.temporal.io/server/service/history/TestEngineSuite/TestRequestCancel_RespondWorkflowTaskCompleted_Completed -
go.temporal.io/server/service/history/TestEngineSuite/TestRespondWorkflowTaskCompletedCompleteWorkflowSuccess -
go.temporal.io/server/service/history/TestEngineSuite/TestRespondWorkflowTaskCompletedFailWorkflowSuccess -
go.temporal.io/server/service/history/TestEngineSuite/TestRespondWorkflowTaskCompleted_ActivityEagerExecution_WorkflowClosed
-
-
TestTimerQueueActiveTaskExecutorSuite/5 tests-
go.temporal.io/server/service/history/TestTimerQueueActiveTaskExecutorSuite/TestWorkflowExecutionTimeout_Fire -
go.temporal.io/server/service/history/TestTimerQueueActiveTaskExecutorSuite/TestWorkflowRunTimeout_Cron -
go.temporal.io/server/service/history/TestTimerQueueActiveTaskExecutorSuite/TestWorkflowRunTimeout_Fire -
go.temporal.io/server/service/history/TestTimerQueueActiveTaskExecutorSuite/TestWorkflowRunTimeout_Retry -
go.temporal.io/server/service/history/TestTimerQueueActiveTaskExecutorSuite/TestWorkflowRunTimeout_WorkflowExpired
-
-
TestTimerQueueStandbyTaskExecutorSuite/1 test -
TestValidateStateMachineRef/10 tests-
WithTransitionHistory/4 tests-
TransitionHistoryCleared/1 test -
go.temporal.io/server/service/history/TestValidateStateMachineRef/WithTransitionHistory/NodeNotFound -
go.temporal.io/server/service/history/TestValidateStateMachineRef/WithTransitionHistory/StalenessCheckFailure -
go.temporal.io/server/service/history/TestValidateStateMachineRef/WithTransitionHistory/Valid
-
-
WithoutTransitionHistory/5 tests -
go.temporal.io/server/service/history/TestValidateStateMachineRef/TaskGenerationStale
-
-
api/3 tests-
respondworkflowtaskcompleted/2 tests-
TestWorkflowTaskCompletedHandlerSuite/2 tests-
TestWorkflowTaskCompletionPagination/2 tests-
go.temporal.io/server/service/history/api/respondworkflowtaskcompleted/TestWorkflowTaskCompletedHandlerSuite/TestWorkflowTaskCompletionPagination/Buffer_cleared_when_the_workflow_is_closed -
go.temporal.io/server/service/history/api/respondworkflowtaskcompleted/TestWorkflowTaskCompletedHandlerSuite/TestWorkflowTaskCompletionPagination/Per_workflow_buffer_overflow_terminates_the_workflow
-
-
-
-
verifyfirstworkflowtaskscheduled/1 test-
TestVerifyFirstWorkflowTaskScheduledSuite/1 test
-
-
-
workflow/5 tests-
TestContextSuite/1 test -
workflow_test/4 tests-
TestGetNexusCompletion/4 tests-
go.temporal.io/server/service/history/workflow/workflow_test/TestGetNexusCompletion/cancelation -
go.temporal.io/server/service/history/workflow/workflow_test/TestGetNexusCompletion/failure -
go.temporal.io/server/service/history/workflow/workflow_test/TestGetNexusCompletion/success -
go.temporal.io/server/service/history/workflow/workflow_test/TestGetNexusCompletion/termination
-
-
-
-
-
-
temporaltest/6 tests-
go.temporal.io/server/temporaltest/ExampleNewServer -
go.temporal.io/server/temporaltest/TestClientWithCustomInterceptor -
go.temporal.io/server/temporaltest/TestDefaultWorkerOptions -
go.temporal.io/server/temporaltest/TestNewServer -
go.temporal.io/server/temporaltest/TestNewWorkerWithOptions -
go.temporal.io/server/temporaltest/TestSearchAttributeRegistration
-
-
tests/1 test-
testcore/1 test-
TestFunctionalTestBaseSuite/1 test
-
-
-
-