Skip to content

Commit

Permalink
added debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Jan 30, 2025
1 parent 1ab985b commit b3fbb0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions local-cluster/tests/local_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1448,13 +1448,17 @@ fn test_snapshots_restart_validity() {
10,
);

trace!("Waiting for for full snapshot");

expected_balances.extend(new_balances);

cluster.wait_for_next_full_snapshot(
full_snapshot_archives_dir,
Some(Duration::from_secs(5 * 60)),
);

trace!("generate_account_paths...");

// Create new account paths since validator exit is not guaranteed to cleanup RPC threads,
// which may delete the old accounts on exit at any point
let (new_account_storage_dirs, new_account_storage_paths) =
Expand Down

0 comments on commit b3fbb0c

Please sign in to comment.