testlogger.go ×3

Frontier kind: Code frontier

unlabeled · c_ecee783d442f

6 tests · 365 LOC · 15 files · introduces 0 tests · 12 LOC · 1 file

Introduces — evidence that enters the hierarchy at this concept

Code
3 ranges12 lines · 1 files
Tests
0 tests

Contains — complete concept membership

All code (extent)
63 ranges365 lines · 15 files · Browse complete extent
All tests (intent)
6 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 specializationFatal_with_tags · 0 introduced LOCFatal_with_tagsFatal_no_message_only_tags · 0 introduced LOCFatal_no_message_only_ta…Fatal_with_tags, Fatal_no_message_only_tags · 0 introduced LOCFatal_with_tags, Fatal_n…Fatal_without_tags · 0 introduced LOCFatal_without_tagstestlogger.go ×1 · 2 introduced LOCtestlogger.go ×1zap_logger.go ×1 · 6 introduced LOCzap_logger.go ×1testlogger.gen.go ×2 · 3 introduced LOCtestlogger.gen.go ×2testlogger.go ×1 · 3 introduced LOCtestlogger.go ×1testlogger.go ×1 · 3 introduced LOCtestlogger.go ×1testlogger.go ×1 · 7 introduced LOCtestlogger.go ×1testlogger.go ×1 · 4 introduced LOCtestlogger.go ×1testlogger.go ×14 · 61 introduced LOCtestlogger.go ×14zap_logger.go ×1 · 1 introduced LOCzap_logger.go ×1zap_logger.go ×4 · 12 introduced LOCzap_logger.go ×4zap_logger.go ×1 · 2 introduced LOCzap_logger.go ×1zap_logger.go ×1 · 7 introduced LOCzap_logger.go ×1zap_logger.go ×1 · 7 introduced LOCzap_logger.go ×1tags.go ×9 · 37 introduced LOCtags.go ×9cluster.pb.go ×2 · 200 introduced LOCcluster.pb.go ×2TestOperatorServiceMetadata, TestWorkflowServiceMetadata · 0 introduced LOCTestOperatorServiceMetad…go.temporal.io/server/api/enums/v1/cluster.pb.go · 233 LOCv1/cluster.pb.gogo.temporal.io/server/api/enums/v1/common.pb.go · 288 LOCv1/common.pb.gogo.temporal.io/server/api/enums/v1/dlq.pb.go · 211 LOCv1/dlq.pb.gogo.temporal.io/server/api/enums/v1/fairness_state.pb.go · 147 LOCv1/fairness_state.pb.gogo.temporal.io/server/api/enums/v1/nexus.pb.go · 182 LOCv1/nexus.pb.gogo.temporal.io/server/api/enums/v1/predicate.pb.go · 194 LOCv1/predicate.pb.gogo.temporal.io/server/api/enums/v1/replication.pb.go · 338 LOCv1/replication.pb.gogo.temporal.io/server/api/enums/v1/task.pb.go · 480 LOCv1/task.pb.gogo.temporal.io/server/api/enums/v1/workflow.pb.go · 299 LOCv1/workflow.pb.gogo.temporal.io/server/api/enums/v1/workflow_task_type.pb.go · 148 LOCv1/workflow_task_type.pb…go.temporal.io/server/common/log/tag/tags.go · 1039 LOCtag/tags.gogo.temporal.io/server/common/log/tag/zap_tag.go · 242 LOCtag/zap_tag.gogo.temporal.io/server/common/log/zap_logger.go · 318 LOClog/zap_logger.gogo.temporal.io/server/common/testing/testlogger/testlogger.gen.go · 29 LOCtestlogger/testlogger.ge…go.temporal.io/server/common/testing/testlogger/testlogger.go · 707 LOCtestlogger/testlogger.goTestOperatorServiceMetadata · introduced test · go.temporal.io/server/common/api/TestOperatorServiceMetadataTestOperatorServiceMetad…TestWorkflowServiceMetadata · introduced test · go.temporal.io/server/common/api/TestWorkflowServiceMetadataTestWorkflowServiceMetad…Fatal_no_message_only_tags · introduced test · go.temporal.io/server/common/testing/testlogger/TestTestLogger_ExpectationsMatch/Fatal_no_message_only_tagsFatal_no_message_only_ta…Fatal_with_tags · introduced test · go.temporal.io/server/common/testing/testlogger/TestTestLogger_ExpectationsMatch/Fatal_with_tagsFatal_with_tagsFatal_without_tags · introduced test · go.temporal.io/server/common/testing/testlogger/TestTestLogger_ExpectationsMatch/Fatal_without_tagsFatal_without_tagsFatal_no_message_only_tags · introduced test · go.temporal.io/server/common/testing/testlogger/TestTestLogger_Uncaught/Fatal_no_message_only_tagsFatal_no_message_only_ta…Fatal_with_tags · introduced test · go.temporal.io/server/common/testing/testlogger/TestTestLogger_Uncaught/Fatal_with_tagsFatal_with_tagsFatal_without_tags · introduced test · go.temporal.io/server/common/testing/testlogger/TestTestLogger_Uncaught/Fatal_without_tagsFatal_without_tagsFocused concept · testlogger.go ×3 · 12 introduced LOCtestlogger.go ×3

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

go.temporal.io/server/common/testing/testlogger/testlogger.go 12 introduced LOC · 3 ranges

Open complete file

522
523 // Fatal implements log.Logger.
524 > func (tl *TestLogger) Fatal(msg string, tags ...tag.Tag) { testlogger.go
525 > tl.state.mu.RLock()
526 > defer tl.state.mu.RUnlock()
527 > if tl.state.mu.closed {
528 return
529 }
530 > tags = tl.mergeWithLoggerTags(tags) testlogger.go
531 > tl.recordExpectationMatches(Fatal, msg, tags)
532 > tl.state.t.Helper()
533 > if tl.state.failOnFatal.Load() && tl.shouldFailTest(Fatal, msg, tags) {
534 tl.failTest(Fatal, msg, tags...)
535 }
537 // Use of this requires that the testing code catches the ensuing panic
538 // NOTE: This will not work if the code under test that catches panics, but we've no other option.
539 > if tl.state.failOnFatal.Load() { testlogger.go
540 > //nolint:forbidigo
541 > tl.wrapped.Panic(fmt.Sprintf("FATAL: %s", msg), tags...)
542 > }
543 tl.wrapped.Error(fmt.Sprintf("FATAL: %s", msg), tags...)
544 }