Skip to content

Commit 503203e

Browse files
committed
shutdown for non-tokio
1 parent 7498b7a commit 503203e

File tree

1 file changed

+1
-0
lines changed
  • opentelemetry-otlp/tests/integration_test/tests

1 file changed

+1
-0
lines changed

opentelemetry-otlp/tests/integration_test/tests/logs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ fn logs_non_tokio_helper(is_simple: bool, init_logs_inside_rt: bool) -> Result<(
126126
);
127127
}
128128

129+
let _ = logger_provider.shutdown();
129130
std::thread::sleep(Duration::from_secs(2));
130131
assert_logs_results_contains(test_utils::LOGS_FILE, expected_uuid.as_str())?;
131132
Ok(())

0 commit comments

Comments
 (0)