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