Skip to content

Commit

Permalink
allow no progress
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Oct 27, 2023
1 parent 0076283 commit 66fec88
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/tests/simulation/tests/integration_tests/sink/scale.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ async fn scale_and_check(
if thread_rng().gen_bool(0.5) {
sleep(Duration::from_secs(10)).await;
let before_kill_count = test_sink.store.id_count();
assert!(
before_kill_count > after_count,
"no progress after scale {} {}",
before_kill_count,
after_count
);
cluster.kill_node(&KillOpts::ALL).await;
sleep(Duration::from_secs(10)).await;
}
Expand Down

0 comments on commit 66fec88

Please sign in to comment.