Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit c52d850

Browse files
committed
temp: enable tracing in long_get_block
1 parent 470f7ac commit c52d850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/block_exchange.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ async fn two_node_get_put() {
7171
#[tokio::test]
7272
#[ignore]
7373
async fn long_get_block() {
74+
tracing_subscriber::fmt::init();
7475
// this number could be higher, but it starts hanging above ~24
7576
const N: usize = 10;
7677
let nodes = spawn_nodes(N, Topology::Line).await;

0 commit comments

Comments
 (0)