We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jd_integration
1 parent fe8da24 commit 4f47257Copy full SHA for 4f47257
roles/tests-integration/tests/jd_integration.rs
@@ -15,6 +15,7 @@ use sniffer::MessageDirection;
15
// starting a new jd-client that connects to the same jd-server successfully.
16
#[tokio::test]
17
async fn jds_should_not_panic_if_jdc_shutsdown() {
18
+ start_tracing();
19
let (tp, tp_addr) = start_template_provider(None);
20
let (_pool, pool_addr) = start_pool(Some(tp_addr)).await;
21
let (_jds, jds_addr) = start_jds(tp.rpc_info()).await;
0 commit comments