Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a7c50cf

Browse files
committedFeb 26, 2025··
Add tracing to jd_integration
1 parent 0c3081d commit a7c50cf

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)
Please sign in to comment.