Intent of task_mock.go ×2
All 33 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/33 tests-
server/33 tests-
common/33 tests-
tasks/33 tests-
TestExecutionAwareSchedulerSuite/7 tests-
go.temporal.io/server/common/tasks/TestExecutionAwareSchedulerSuite/TestConcurrentHandleBusyWorkflow -
go.temporal.io/server/common/tasks/TestExecutionAwareSchedulerSuite/TestHandleBusyWorkflow_ReturnsFalseWhenMaxQueuesReached -
go.temporal.io/server/common/tasks/TestExecutionAwareSchedulerSuite/TestHandleBusyWorkflow_SubmitsToExecutionQueueScheduler -
go.temporal.io/server/common/tasks/TestExecutionAwareSchedulerSuite/TestHasExecutionQueue_ReturnsTrueWhenQueueExists -
go.temporal.io/server/common/tasks/TestExecutionAwareSchedulerSuite/TestSubmit_RoutesToExecutionQueueSchedulerWhenActiveQueue -
go.temporal.io/server/common/tasks/TestExecutionAwareSchedulerSuite/TestTrySubmit_AddsToExistingQueueSuccessfully -
go.temporal.io/server/common/tasks/TestExecutionAwareSchedulerSuite/TestTrySubmit_RoutesToBaseWhenMaxQueuesReached
-
-
TestExecutionQueueSchedulerSuite/13 tests-
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestHasQueue -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestMaxQueues_RejectsNewQueues -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestParallelTrySubmit_DifferentWorkflows -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestParallelTrySubmit_SameWorkflow -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestQueueTTL_ExpiresAfterIdle -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestSequentialExecution_DifferentWorkflows -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestSequentialExecution_SameWorkflow -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestShutdown_DrainTasks -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestTTLExpiryRace_NoTaskOrphaning -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestTrySubmit_ExistingQueue -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestTrySubmit_Failure -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestTrySubmit_RetryThenSuccess -
go.temporal.io/server/common/tasks/TestExecutionQueueSchedulerSuite/TestTrySubmit_Success
-
-
TestFIFOSchedulerSuite/5 tests-
go.temporal.io/server/common/tasks/TestFIFOSchedulerSuite/TestParallelSubmitProcess -
go.temporal.io/server/common/tasks/TestFIFOSchedulerSuite/TestSubmitProcess_Running_FailExecution -
go.temporal.io/server/common/tasks/TestFIFOSchedulerSuite/TestSubmitProcess_Running_Success -
go.temporal.io/server/common/tasks/TestFIFOSchedulerSuite/TestSubmitProcess_Stopped_FailExecution -
go.temporal.io/server/common/tasks/TestFIFOSchedulerSuite/TestSubmitProcess_Stopped_Submission
-
-
TestSequentialSchedulerSuite/8 tests-
go.temporal.io/server/common/tasks/TestSequentialSchedulerSuite/TestParallelSubmitProcess -
go.temporal.io/server/common/tasks/TestSequentialSchedulerSuite/TestSubmitProcess_Running_FailExecution -
go.temporal.io/server/common/tasks/TestSequentialSchedulerSuite/TestSubmitProcess_Running_Panic_ShouldCapturePanicAndNackTask -
go.temporal.io/server/common/tasks/TestSequentialSchedulerSuite/TestSubmitProcess_Running_Success -
go.temporal.io/server/common/tasks/TestSequentialSchedulerSuite/TestSubmitProcess_Stopped_FailExecution -
go.temporal.io/server/common/tasks/TestSequentialSchedulerSuite/TestSubmitProcess_Stopped_Submission -
go.temporal.io/server/common/tasks/TestSequentialSchedulerSuite/TestTrySubmitConcurrent -
go.temporal.io/server/common/tasks/TestSequentialSchedulerSuite/TestTrySubmitLockLeak
-
-
-
-
-