Skip to content

Commit 92367c3

Browse files
author
Davide Melfi
committed
chore: add traced_test to test_concurrent_structured_logging to create a separate tracing_subscriber
1 parent 2a86319 commit 92367c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lambda-runtime/src/runtime.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,8 @@ mod endpoint_tests {
937937

938938
#[tokio::test]
939939
#[cfg(feature = "concurrency-tokio")]
940+
#[traced_test]
941+
#[cfg(feature = "tokio-concurrent-runtime")]
940942
async fn test_concurrent_structured_logging_isolation() -> Result<(), Error> {
941943
use std::collections::HashSet;
942944
use tracing::info;

0 commit comments

Comments
 (0)