Skip to content

Commit 4f47257

Browse files
committed
Add tracing to jd_integration
1 parent fe8da24 commit 4f47257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/tests-integration/tests/jd_integration.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ use sniffer::MessageDirection;
1515
// starting a new jd-client that connects to the same jd-server successfully.
1616
#[tokio::test]
1717
async fn jds_should_not_panic_if_jdc_shutsdown() {
18+
start_tracing();
1819
let (tp, tp_addr) = start_template_provider(None);
1920
let (_pool, pool_addr) = start_pool(Some(tp_addr)).await;
2021
let (_jds, jds_addr) = start_jds(tp.rpc_info()).await;

0 commit comments

Comments
 (0)