Skip to content

Commit ca04a12

Browse files
committed
Add tracing to jd_integration
1 parent 6f00d0b commit ca04a12

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
@@ -14,6 +14,7 @@ use roles_logic_sv2::parsers::{CommonMessages, PoolMessages};
1414
// starting a new jd-client that connects to the same jd-server successfully.
1515
#[tokio::test]
1616
async fn jds_should_not_panic_if_jdc_shutsdown() {
17+
start_tracing();
1718
let (tp, tp_addr) = start_template_provider(None);
1819
let (_pool, pool_addr) = start_pool(Some(tp_addr)).await;
1920
let (_jds, jds_addr) = start_jds(tp.rpc_info()).await;

0 commit comments

Comments
 (0)