We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a557f commit 14a42ccCopy full SHA for 14a42cc
opentelemetry-sdk/src/trace/provider.rs
@@ -640,6 +640,9 @@ mod tests {
640
// existing tracer becomes noops after shutdown
641
let _ = test_tracer_1.start("test");
642
assert!(assert_handle.started_span_count(2));
643
+
644
+ // also existing tracer's tracer provider are in shutdown state
645
+ assert!(test_tracer_1.provider().is_shutdown());
646
}
647
648
#[derive(Debug)]
0 commit comments