Intent of defaults.go ×1
All 80 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/80 tests-
server/80 tests-
chasm/19 tests-
lib/19 tests-
activity/12 tests-
TestEmbeddedActivityTaskQueueValidations/4 tests-
go.temporal.io/server/chasm/lib/activity/TestEmbeddedActivityTaskQueueValidations/Allow_PerNSWorkerTaskQueue_TaskQueue_on_the_same_TaskQueue -
go.temporal.io/server/chasm/lib/activity/TestEmbeddedActivityTaskQueueValidations/Disallow_Empty_TaskQueue -
go.temporal.io/server/chasm/lib/activity/TestEmbeddedActivityTaskQueueValidations/Disallow_Internal_TaskQueue_Prefix -
go.temporal.io/server/chasm/lib/activity/TestEmbeddedActivityTaskQueueValidations/Disallow_PerNSWorkerTaskQueue_TaskQueue_from_non-internal_TaskQueue
-
-
TestRequestIDGeneratedWhenMissing/1 test -
TestRequestIdStableAcrossRetries/2 tests -
TestStandaloneActivityTaskQueueValidations/3 tests-
go.temporal.io/server/chasm/lib/activity/TestStandaloneActivityTaskQueueValidations/Disallow_Empty_TaskQueue -
go.temporal.io/server/chasm/lib/activity/TestStandaloneActivityTaskQueueValidations/Disallow_Internal_TaskQueue_Prefix -
go.temporal.io/server/chasm/lib/activity/TestStandaloneActivityTaskQueueValidations/Disallow_PerNSWorkerTaskQueue_TaskQueue
-
-
-
workflow/7 tests-
TestValidateSignalWithStartRequest/7 tests-
go.temporal.io/server/chasm/lib/workflow/TestValidateSignalWithStartRequest/AutoGeneratesRequestID -
go.temporal.io/server/chasm/lib/workflow/TestValidateSignalWithStartRequest/ConflictPolicyFailNotSupported -
go.temporal.io/server/chasm/lib/workflow/TestValidateSignalWithStartRequest/CronAndStartDelaySetTogether -
go.temporal.io/server/chasm/lib/workflow/TestValidateSignalWithStartRequest/HappyPath -
go.temporal.io/server/chasm/lib/workflow/TestValidateSignalWithStartRequest/IncompatibleRejectDuplicateWithTerminateExisting -
go.temporal.io/server/chasm/lib/workflow/TestValidateSignalWithStartRequest/IncompatibleTerminateIfRunningWithConflictPolicy -
go.temporal.io/server/chasm/lib/workflow/TestValidateSignalWithStartRequest/RequestIDTooLong
-
-
-
-
-
common/17 tests-
tqid/17 tests-
TestNormalizeAndValidate/7 tests-
go.temporal.io/server/common/tqid/TestNormalizeAndValidate/Empty_name,_no_default -
go.temporal.io/server/common/tqid/TestNormalizeAndValidate/Empty_name,_with_default -
go.temporal.io/server/common/tqid/TestNormalizeAndValidate/Name_exactly_at_max_length -
go.temporal.io/server/common/tqid/TestNormalizeAndValidate/Name_one_character_over_max_length -
go.temporal.io/server/common/tqid/TestNormalizeAndValidate/Reserved_prefix -
go.temporal.io/server/common/tqid/TestNormalizeAndValidate/Task_queue_with_unspecified_kind -
go.temporal.io/server/common/tqid/TestNormalizeAndValidate/Valid_name
-
-
TestNormalizeAndValidateUserDefined/10 tests-
go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Empty_name,_no_default,_no_parent -
go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Empty_name_with_default,_no_parent -
go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Internal_per-ns_task_queue_with_internal_per-ns_parent -
go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Internal_per-ns_task_queue_with_non-internal_parent -
go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Internal_per-ns_task_queue_without_parent -
go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Name_exceeds_max_length -
go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/User_task_queue_with_empty_parent -
go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Valid_user-defined_task_queue_with_parent -
go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Valid_user-defined_task_queue_without_parent
-
-
-
service/44 tests-
frontend/25 tests-
TestWorkflowHandlerSuite/25 tests-
TestExecuteMultiOperation/6 tests-
Start_operation_is_validated/3 tests-
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestExecuteMultiOperation/Start_operation_is_validated/`cron_schedule`_is_invalid -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestExecuteMultiOperation/Start_operation_is_validated/`request_eager_execution`_is_invalid -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestExecuteMultiOperation/Start_operation_is_validated/`workflow_start_delay`_is_invalid
-
-
Update_operation_is_validated/2 tests -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestExecuteMultiOperation/operation_with_different_workflow_ID_as_previous_operation_is_invalid
-
-
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestExecuteMultiOperation_TimeSkipping_DCDisabled -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestExecuteMultiOperation_TimeSkipping_DCEnabled -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestSignalWithStartWorkflowExecution_Failed_InvalidLinks -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestSignalWithStartWorkflowExecution_Priority -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestSignalWithStartWorkflowExecution_TimeSkipping_DCDisabled -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestSignalWithStartWorkflowExecution_TimeSkipping_DCEnabled -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_EnsureNilRetryPolicyNotInitialized -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_EnsureNonNilRetryPolicyInitialized -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_Failed_InvalidAggregatedLinks -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_Failed_InvalidCallbackLinks -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_Failed_InvalidExecutionTimeout -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_Failed_InvalidLinks -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_Failed_InvalidRunTimeout -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_Failed_InvalidTaskTimeout -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_Failed_NamespaceNotSet -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_Failed_TaskQueueNotSet -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_Priority -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_TimeSkipping_DCDisabled -
go.temporal.io/server/service/frontend/TestWorkflowHandlerSuite/TestStartWorkflowExecution_TimeSkipping_DCEnabled
-
-
-
history/19 tests-
TestEngineSuite/6 tests-
go.temporal.io/server/service/history/TestEngineSuite/TestRespondWorkflowTaskCompletedConflictOnUpdate -
go.temporal.io/server/service/history/TestEngineSuite/TestRespondWorkflowTaskCompletedSingleActivityScheduledAttribute -
go.temporal.io/server/service/history/TestEngineSuite/TestRespondWorkflowTaskCompletedSingleActivityScheduledWorkflowTask -
go.temporal.io/server/service/history/TestEngineSuite/TestRespondWorkflowTaskCompleted_ActivityEagerExecution_Cancelled -
go.temporal.io/server/service/history/TestEngineSuite/TestRespondWorkflowTaskCompleted_ActivityEagerExecution_NotCancelled -
go.temporal.io/server/service/history/TestEngineSuite/TestRespondWorkflowTaskCompleted_ActivityEagerExecution_WorkflowClosed
-
-
api/11 tests-
TestCommandAttrValidatorSuite/8 tests-
TestValidateActivityScheduleAttributes_WorkflowTaskQueue/3 tests-
go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateActivityScheduleAttributes_WorkflowTaskQueue/normal_workflow_scheduling_activity_on_normal_task_queue_is_allowed -
go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateActivityScheduleAttributes_WorkflowTaskQueue/normal_workflow_scheduling_activity_on_per-ns-tq_is_blocked -
go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateActivityScheduleAttributes_WorkflowTaskQueue/per-ns-tq_workflow_scheduling_activity_on_per-ns-tq_is_allowed
-
-
TestValidateStartChildExecutionAttributes_InternalTaskQueue/5 tests-
go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateStartChildExecutionAttributes_InternalTaskQueue/internal_parent_task_queue_with_empty_child_task_queue_is_allowed -
go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateStartChildExecutionAttributes_InternalTaskQueue/internal_parent_task_queue_with_internal_child_task_queue_is_allowed -
go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateStartChildExecutionAttributes_InternalTaskQueue/internal_parent_task_queue_with_non-internal_child_task_queue_is_allowed -
go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateStartChildExecutionAttributes_InternalTaskQueue/non-internal_parent_task_queue_with_internal_child_task_queue_is_not_allowed -
go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateStartChildExecutionAttributes_InternalTaskQueue/non-internal_parent_task_queue_with_non-internal_child_task_queue_is_allowed
-
-
-
updateactivityoptions/3 tests-
TestActivityOptionsSuite/3 tests-
go.temporal.io/server/service/history/api/updateactivityoptions/TestActivityOptionsSuite/Test_updateActivityOptionsAcceptance -
go.temporal.io/server/service/history/api/updateactivityoptions/TestActivityOptionsSuite/Test_updateActivityOptions_PerNSTQ_Allowed -
go.temporal.io/server/service/history/api/updateactivityoptions/TestActivityOptionsSuite/Test_updateActivityOptions_PerNSTQ_Blocked
-
-
-
-
-
-