We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7b1a0 commit 3d912dfCopy full SHA for 3d912df
examples/demo-rollup/tests/replica/recovery.rs
@@ -25,8 +25,6 @@ async fn test_db_elected_leader_recovery_replica_keeps_running() {
25
node_1.wait_for_sequencer_ready().await.unwrap();
26
node_2.wait_for_sequencer_ready().await.unwrap();
27
28
- println!("X2");
29
-
30
let (leader, replica) = establish_leader_and_replica(node_1, node_2).await;
31
32
// Send a transaction to confirm the cluster works before recovery
@@ -41,7 +39,6 @@ async fn test_db_elected_leader_recovery_replica_keeps_running() {
41
39
0,
42
40
);
43
44
- println!("X3");
45
{
46
let mut event_subscription = replica
47
.api_client()
0 commit comments