Skip to content

Draft: fix: flaky test_bootstrap_from_snapshot

Егор Ивков requested to merge eivkov/fix-flaky into master

Summary

  • fix: flaky test_bootstrap_from_snapshot

I assume that this assert was incorrect, we have to relax the check: assert i2.raft_first_index() == i1.raft_first_index() + 2

I assume this because compact log could have happened early and then some governor commits could have been applied, so we can't rely on this strict difference of 2 commits.


  • Close #1127
  • Cherry-pick to: none
  • Docs follow-up: not necessary
  • Changelog is updated
Edited by Егор Ивков

Merge request reports