Skip to content

Commit

Permalink
Modify the code according to the review and test the samples to achie…
Browse files Browse the repository at this point in the history
…ve the purpose.

Signed-off-by: wego1236 <[email protected]>
  • Loading branch information
wego1236 committed Nov 18, 2024
1 parent 0c8fb44 commit 558d7c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion harness/tests/integration_cases/test_raft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5892,7 +5892,6 @@ fn test_log_replication_with_reordered_message() {
assert_eq!(m.reject, false);
assert_eq!(m.index, 2);
let _ = r1.step(m);
let _ = expect_one_message(&mut r1);
assert_eq!(r1.prs().get(2).unwrap().matched, 2);

// r1 observes a transient network issue to r2, hence transits to probe state.
Expand Down

0 comments on commit 558d7c3

Please sign in to comment.