task_queues.go ×2

Frontier kind: Joint frontier

unlabeled · c_c46f54e7d487

10 tests · 11 LOC · 1 file · introduces 1 test · 3 LOC · 1 file

Introduces — evidence that enters the hierarchy at this concept

Code
2 ranges3 lines · 1 files
Tests
1 test

Contains — complete concept membership

All code (extent)
6 ranges11 lines · 1 file · Browse complete extent
All tests (intent)
10 testsBrowse complete intent

Neighbourhood graph

The orange circle is the focus. Violet and green circles are every ancestor and descendant, broader and narrower, at any distance; blue squares and pink diamonds are the introduced files and exact introduced tests of every visible concept, not only the focus's. Arrows point from broader to narrower concepts and bridge only concepts omitted from this view. Undirected links show source or test introduction. Concept and file size follows LOC; exact test nodes use test-count units.

Introduced files, introduced tests, and structurally relevant concept specialization

In the embedded map, ordinary wheel input scrolls the page; use the visible controls to zoom and drag to pan. Open the full-screen map for canvas navigation: wheel pans, Ctrl/Command plus wheel zooms, and arrow keys pan when this region is focused. On touch screens, open the full-screen map to pan or pinch. If JavaScript or WebGL is unavailable, use the native relationship evidence on this page.

Introduced files, introduced tests, and structurally relevant concept specializationapi.go ×2 · 4 introduced LOCapi.go ×2command_attr_validator.go ×3 · 6 introduced LOCcommand_attr_validator.g…command_attr_validator.go ×1 · 2 introduced LOCcommand_attr_validator.g…normal_workflow_scheduling_activity_on_per-ns-tq_is_blocked · 0 introduced LOCnormal_workflow_scheduli…Disallow_PerNSWorkerTaskQueue_TaskQueue · 0 introduced LOCDisallow_PerNSWorkerTask…Disallow_PerNSWorkerTaskQueue_TaskQueue_from_non-internal_TaskQueue · 0 introduced LOCDisallow_PerNSWorkerTask…Internal_per-ns_task_queue_with_non-internal_parent · 0 introduced LOCInternal_per-ns_task_que…Internal_per-ns_task_queue_without_parent · 0 introduced LOCInternal_per-ns_task_que…task_queues.go ×1 · 2 introduced LOCtask_queues.go ×1task_queues.go ×1 · 1 introduced LOCtask_queues.go ×1task_queues.go ×2 · 5 introduced LOCtask_queues.go ×2task_queues.go ×1 · 2 introduced LOCtask_queues.go ×1TestOperatorServiceMetadata, TestWorkflowServiceMetadata · 0 introduced LOCTestOperatorServiceMetad…go.temporal.io/server/common/primitives/task_queues.go · 72 LOCprimitives/task_queues.g…go.temporal.io/server/service/history/api/command_attr_validator.go · 688 LOCapi/command_attr_validat…go.temporal.io/server/service/history/api/updateactivityoptions/api.go · 378 LOCupdateactivityoptions/ap…Disallow_PerNSWorkerTaskQueue_TaskQueue_from_non-internal_TaskQueue · introduced test · go.temporal.io/server/chasm/lib/activity/TestEmbeddedActivityTaskQueueValidations/Disallow_PerNSWorkerTaskQueue_TaskQueue_from_non-internal_TaskQueueDisallow_PerNSWorkerTask…Disallow_PerNSWorkerTaskQueue_TaskQueue · introduced test · go.temporal.io/server/chasm/lib/activity/TestStandaloneActivityTaskQueueValidations/Disallow_PerNSWorkerTaskQueue_TaskQueueDisallow_PerNSWorkerTask…TestOperatorServiceMetadata · introduced test · go.temporal.io/server/common/api/TestOperatorServiceMetadataTestOperatorServiceMetad…TestWorkflowServiceMetadata · introduced test · go.temporal.io/server/common/api/TestWorkflowServiceMetadataTestWorkflowServiceMetad…Child_is_internal,_parent_is_empty_-_error · introduced test · go.temporal.io/server/common/primitives/TestCheckInternalTaskQueueForUserNsAllowed/Child_is_internal,_parent_is_empty_-_errorChild_is_internal,_paren…Child_is_internal,_parent_is_user_task_queue_-_error · introduced test · go.temporal.io/server/common/primitives/TestCheckInternalTaskQueueForUserNsAllowed/Child_is_internal,_parent_is_user_task_queue_-_errorChild_is_internal,_paren…Internal_per-ns_task_queue_with_non-internal_parent · introduced test · go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Internal_per-ns_task_queue_with_non-internal_parentInternal_per-ns_task_que…Internal_per-ns_task_queue_without_parent · introduced test · go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Internal_per-ns_task_queue_without_parentInternal_per-ns_task_que…normal_workflow_scheduling_activity_on_per-ns-tq_is_blocked · introduced test · go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateActivityScheduleAttributes_WorkflowTaskQueue/normal_workflow_scheduling_activity_on_per-ns-tq_is_blockednormal_workflow_scheduli…TestValidateContinueAsNewWorkflowExecutionAttributes_InternalPerNsTaskQueue · introduced test · go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateContinueAsNewWorkflowExecutionAttributes_InternalPerNsTaskQueueTestValidateContinueAsNe…non-internal_parent_task_queue_with_internal_child_task_queue_is_not_allowed · introduced test · go.temporal.io/server/service/history/api/TestCommandAttrValidatorSuite/TestValidateStartChildExecutionAttributes_InternalTaskQueue/non-internal_parent_task_queue_with_internal_child_task_queue_is_not_allowednon-internal_parent_task…Test_updateActivityOptions_PerNSTQ_Blocked · introduced test · go.temporal.io/server/service/history/api/updateactivityoptions/TestActivityOptionsSuite/Test_updateActivityOptions_PerNSTQ_BlockedTest_updateActivityOptio…Focused concept · task_queues.go ×2 · 3 introduced LOCtask_queues.go ×2

Graph controls are ready.

Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.

Native relationship evidence

Every exact file and test below is linked only from the concept that introduces it.

Introduced tests

Every collected test enters the hierarchy at exactly one concept.

1 test introduced at this concept.

Introduced code

Every collected source range enters the hierarchy at exactly one concept.

1 file ranked by introduced lines: 3 introduced LOC across 2 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

go.temporal.io/server/common/primitives/task_queues.go 3 introduced LOC · 2 ranges

Open complete file

63 }
64 if !IsInternalPerNsTaskQueue(parentTaskQueue) {
65 > errMessage := fmt.Sprintf("cannot use internal per-namespace task queue:%s", targetTaskQueue) task_queues.go
66 > if parentTaskQueue != "" {
67 errMessage += fmt.Sprintf(" (in parent component task queue: %s)", parentTaskQueue)
68 }
69 > return serviceerror.NewInvalidArgument(errMessage) task_queues.go
70 }
71 return nil