junit.go ×1

Frontier kind: Joint frontier

unlabeled · c_ad8014a193f1

4 tests · 106 LOC · 2 files · introduces 1 test · 2 LOC · 1 file

Introduces — evidence that enters the hierarchy at this concept

Code
1 range2 lines · 1 files
Tests
1 test

Contains — complete concept membership

All code (extent)
36 ranges106 lines · 2 files · Browse complete extent
All tests (intent)
4 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 specializationtestrunner.go ×6 · 30 introduced LOCtestrunner.go ×6TestMergeReports_MissingRerun · 0 introduced LOCTestMergeReports_Missing…TestMergeReports_MultipleReports · 0 introduced LOCTestMergeReports_Multipl…junit.go ×1 · 2 introduced LOCjunit.go ×1junit.go ×1 · 2 introduced LOCjunit.go ×1junit.go ×1 · 3 introduced LOCjunit.go ×1junit.go ×10 · 42 introduced LOCjunit.go ×10log.go ×2 · 4 introduced LOClog.go ×2log.go ×1 · 2 introduced LOClog.go ×1log.go ×7 · 17 introduced LOClog.go ×7log.go ×1 · 3 introduced LOClog.go ×1log.go ×3 · 5 introduced LOClog.go ×3log.go ×1 · 1 introduced LOClog.go ×1log.go ×4 · 15 introduced LOClog.go ×4junit.go ×3 · 8 introduced LOCjunit.go ×3TestOperatorServiceMetadata, TestWorkflowServiceMetadata · 0 introduced LOCTestOperatorServiceMetad…go.temporal.io/server/tools/testrunner/junit.go · 369 LOCtestrunner/junit.gogo.temporal.io/server/tools/testrunner/log.go · 444 LOCtestrunner/log.gogo.temporal.io/server/tools/testrunner/testrunner.go · 480 LOCtestrunner/testrunner.goTestOperatorServiceMetadata · introduced test · go.temporal.io/server/common/api/TestOperatorServiceMetadataTestOperatorServiceMetad…TestWorkflowServiceMetadata · introduced test · go.temporal.io/server/common/api/TestWorkflowServiceMetadataTestWorkflowServiceMetad…TestMergeReports_MissingRerun · introduced test · go.temporal.io/server/tools/testrunner/TestMergeReports_MissingRerunTestMergeReports_Missing…TestMergeReports_MultipleReports · introduced test · go.temporal.io/server/tools/testrunner/TestMergeReports_MultipleReportsTestMergeReports_Multipl…TestMergeReports_SingleReport · introduced test · go.temporal.io/server/tools/testrunner/TestMergeReports_SingleReportTestMergeReports_SingleR…keeps_last_await_attempt_without_trailing_logs · introduced test · go.temporal.io/server/tools/testrunner/TestParseFailureDetails/keeps_last_await_attempt_without_trailing_logskeeps_last_await_attempt…TestWriteCurrentReport · introduced test · go.temporal.io/server/tools/testrunner/TestWriteCurrentReportTestWriteCurrentReportFocused concept · junit.go ×1 · 2 introduced LOCjunit.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.

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: 2 introduced LOC across 1 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

go.temporal.io/server/tools/testrunner/junit.go 2 introduced LOC · 1 range

Open complete file

315 // Use testCase.Name+"/" to avoid matching iteration suffixes like #01.
316 if j != len(suite.Testcases)-1 && strings.HasPrefix(suite.Testcases[j+1].Name, testCase.Name+"/") {
317 > // Discard test case parents since they provide no value. junit.go
318 > continue
319 }
320