// SetLoggers sets both s.throttledLogger and s.contextTaggedLogger. Only used by tests.
s.throttledLogger = l
s.contextTaggedLogger = l
}
// SetMetricsHandler sets s.metricsHandler. Only used by tests.
Frontier kind: Joint frontier
unlabeled · c_906948149c1b
1 test · 10669 LOC · 276 files · introduces 1 test · 10 LOC · 3 files
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.
Graph controls are ready.
Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.
Every exact file and test below is linked only from the concept that introduces it.
go.temporal.io/server/service/history/historybuilder/TestHistoryBuilder_AddDifferentEvents/When_WorkflowTaskCompletedEvent_added_it_will_be_placed_in_memLatestBatchgo.temporal.io/server/service/history/historybuilder/TestHistoryBuilder_AddDifferentEvents_WorkflowFinishEvents/When_WorkflowTaskCompletedEvent_added_it_will_be_placed_in_memLatestBatchgo.temporal.io/server/service/history/historybuilder/TestHistoryBuilder_AddDifferentEvents/When_WorkflowTaskScheduledEvent_added_it_will_be_placed_in_memLatestBatchgo.temporal.io/server/service/history/historybuilder/TestHistoryBuilder_AddDifferentEvents_AssignmentEventId/Adding_batched_event_will_set_event_id_to_next_event_id_allocated_by_HistoryBuildergo.temporal.io/server/service/history/historybuilder/TestHistoryBuilder_AddDifferentEvents_WorkflowFinishEvents/When_WorkflowTaskScheduledEvent_added_go.temporal.io/server/service/history/historybuilder/TestHistoryBuilder_AddDifferentEvents/When_WorkflowTaskStartedEvent_added_it_will_be_placed_in_memLatestBatchgo.temporal.io/server/service/history/historybuilder/TestHistoryBuilder_AddDifferentEvents_WorkflowFinishEvents/When_WorkflowTaskStartedEvent_added_go.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/User_task_queue_with_empty_parentgo.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Valid_user-defined_task_queue_with_parentgo.temporal.io/server/common/tqid/TestNormalizeAndValidateUserDefined/Valid_user-defined_task_queue_without_parentgo.temporal.io/server/common/primitives/TestCheckInternalTaskQueueForUserNsAllowed/Child_is_not_internal,_parent_is_empty_-_allowed,_this_method_logic_doesn't_check_for_empty_stringgo.temporal.io/server/common/primitives/TestCheckInternalTaskQueueForUserNsAllowed/Child_is_not_internal,_parent_is_internal_-_allowedgo.temporal.io/server/common/primitives/TestCheckInternalTaskQueueForUserNsAllowed/Child_is_user_task_queue,_parent_is_user_task_queue_-_allowedEvery collected test enters the hierarchy at exactly one concept.
1 test introduced at this concept.
Every collected source range enters the hierarchy at exactly one concept.
3 files ranked by introduced lines: 10 introduced LOC across 3 ranges. Expand a file to inspect source; the > gutter marks introduced lines.
// SetLoggers sets both s.throttledLogger and s.contextTaggedLogger. Only used by tests.
s.throttledLogger = l
s.contextTaggedLogger = l
}
// SetMetricsHandler sets s.metricsHandler. Only used by tests.
// then reset the attempt to 1, and not use transient workflow task.
if m.ms.GetCurrentVersion() != lastEventVersion {
workflowTaskType = enumsspb.WORKFLOW_TASK_TYPE_NORMAL
createWorkflowTaskScheduledEvent = true
}
}
// child workflow limit
if err := handler.sizeLimitChecker.checkIfNumChildWorkflowsExceedsLimit(); err != nil {
return nil, handler.failWorkflowTask(enumspb.WORKFLOW_TASK_FAILED_CAUSE_PENDING_CHILD_WORKFLOWS_LIMIT_EXCEEDED, err)
workflow_task_completed_handler.go
}
enabled := handler.config.EnableParentClosePolicy(parentNamespace.String())