report.go ×1

Frontier kind: Code frontier

unlabeled · c_e65f2eafb5f1

3 tests · 223 LOC · 5 files · introduces 0 tests · 9 LOC · 1 file

Introduces — evidence that enters the hierarchy at this concept

Code
1 range9 lines · 1 files
Tests
0 tests

Contains — complete concept membership

All code (extent)
65 ranges223 lines · 5 files · Browse complete extent
All tests (intent)
3 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 specializationRequiref_includes_message_on_timeout · 0 introduced LOCRequiref_includes_messag…require_ctx.go ×1 · 1 introduced LOCrequire_ctx.go ×1reports_timeout · 0 introduced LOCreports_timeoutrequire_ctx.go ×1 · 2 introduced LOCrequire_ctx.go ×1report.go ×4 · 12 introduced LOCreport.go ×4require_ctx.go ×1 · 3 introduced LOCrequire_ctx.go ×1require_ctx.go ×1 · 1 introduced LOCrequire_ctx.go ×1require_ctx.go ×1 · 1 introduced LOCrequire_ctx.go ×1require_ctx.go ×1 · 2 introduced LOCrequire_ctx.go ×1require_ctx.go ×2 · 6 introduced LOCrequire_ctx.go ×2require_ctx.go ×4 · 9 introduced LOCrequire_ctx.go ×4report.go ×1 · 2 introduced LOCreport.go ×1require_ctx.go ×1 · 1 introduced LOCrequire_ctx.go ×1require_ctx.go ×1 · 1 introduced LOCrequire_ctx.go ×1require_ctx.go ×2 · 4 introduced LOCrequire_ctx.go ×2require_ctx.go ×3 · 11 introduced LOCrequire_ctx.go ×3require_ctx.go ×1 · 2 introduced LOCrequire_ctx.go ×1require_ctx.go ×1 · 1 introduced LOCrequire_ctx.go ×1default, subtest, +1 · 0 introduced LOCdefault, subtest, +1require_ctx.go ×2 · 7 introduced LOCrequire_ctx.go ×2context.go ×10 · 59 introduced LOCcontext.go ×10require_ctx.go ×1 · 1 introduced LOCrequire_ctx.go ×1require_ctx.go ×1 · 1 introduced LOCrequire_ctx.go ×1require_ctx.go ×8 · 38 introduced LOCrequire_ctx.go ×8context.go ×1 · 1 introduced LOCcontext.go ×1config.go ×1 · 12 introduced LOCconfig.go ×1context.go ×4 · 10 introduced LOCcontext.go ×4report.go ×2 · 6 introduced LOCreport.go ×2config.go ×2 · 10 introduced LOCconfig.go ×2report.go ×2 · 5 introduced LOCreport.go ×2t.go ×1 · 3 introduced LOCt.go ×1t.go ×1 · 3 introduced LOCt.go ×1TestOperatorServiceMetadata, TestWorkflowServiceMetadata · 0 introduced LOCTestOperatorServiceMetad…go.temporal.io/server/common/testing/await/config.go · 40 LOCawait/config.gogo.temporal.io/server/common/testing/await/report.go · 94 LOCawait/report.gogo.temporal.io/server/common/testing/await/require_ctx.go · 285 LOCawait/require_ctx.gogo.temporal.io/server/common/testing/await/t.go · 94 LOCawait/t.gogo.temporal.io/server/common/testing/testcontext/context.go · 208 LOCtestcontext/context.goTestOperatorServiceMetadata · introduced test · go.temporal.io/server/common/api/TestOperatorServiceMetadataTestOperatorServiceMetad…TestWorkflowServiceMetadata · introduced test · go.temporal.io/server/common/api/TestWorkflowServiceMetadataTestWorkflowServiceMetad…TestConfig_OverrideAttemptTimeout · introduced test · go.temporal.io/server/common/testing/await/TestConfig_OverrideAttemptTimeoutTestConfig_OverrideAttem…Requiref_includes_message_on_timeout · introduced test · go.temporal.io/server/common/testing/await/TestRequire_FailureScenarios/Requiref_includes_message_on_timeoutRequiref_includes_messag…reports_timeout · introduced test · go.temporal.io/server/common/testing/await/TestRequire_FailureScenarios/reports_timeoutreports_timeouttruncates_middle_attempts_when_many_fail · introduced test · go.temporal.io/server/common/testing/await/TestRequire_FailureScenarios/truncates_middle_attempts_when_many_failtruncates_middle_attempt…subtest · introduced test · go.temporal.io/server/common/testing/testcontext/TestCleanupCancelsContext/subtestsubtestTestNameMetadata · introduced test · go.temporal.io/server/common/testing/testcontext/TestNameMetadataTestNameMetadatadefault · introduced test · go.temporal.io/server/common/testing/testcontext/TestWithTimeout/defaultdefaultFocused concept · report.go ×1 · 9 introduced LOCreport.go ×1

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.

No tests are introduced at this concept. Its intent tests are introduced by other concepts.

Introduced code

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

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

go.temporal.io/server/common/testing/await/report.go 9 introduced LOC · 1 range

Open complete file

67 writeAttemptFailure(&b, f)
68 }
69 > } else { report.go
70 > for _, f := range failures[:reportHeadAttempts] {
71 > writeAttemptFailure(&b, f)
72 > }
73 > omitted := len(failures) - reportHeadAttempts - reportTailAttempts
74 > fmt.Fprintf(&b, "\n ... %d attempts omitted ...", omitted)
75 > for _, f := range failures[len(failures)-reportTailAttempts:] {
76 > writeAttemptFailure(&b, f)
77 > }
78 }
79 tb.Errorf("%s", b.String())