Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raft: fix flaky leader index in waitLeader function #130084

Merged

Commits on Sep 6, 2024

  1. raft: fix flaky leader index in waitLeader function

    Fixes cockroachdb#127413.
    
    This commit bypasses the larger rebase in cockroachdb#122133 to pick up the test
    flake fix in etcd-io/raft#188. There was some
    discussion in etcd-io/raft#181 about alternatives
    for fixing this test. For now, we stick with a direct cherry-pick.
    
    Release note: None
    nvanbenschoten committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bd9edcb View commit details
    Browse the repository at this point in the history