Skip to content

Commit

Permalink
Update assert in sink recovery test to allow equal counts
Browse files Browse the repository at this point in the history
  • Loading branch information
shanicky committed Jul 22, 2024
1 parent d59bc6d commit 36f3c83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ async fn kill_and_check(
break;
}
assert!(
curr_count > prev_count,
curr_count >= prev_count,
"not make progress between kill. Prev count {}, curr count {}, i {}",
prev_count,
curr_count,

0 comments on commit 36f3c83

Please sign in to comment.