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

kv: Test to verify raft snapshots are not needed #87554

Closed

Commits on Jan 24, 2023

  1. kv: Test to verify raft snapshots are not needed

    This commit introduces a simple test that attempts to create a single
    range and add it to two followers. The expectation is that this should
    succeed using the replicate queue to send the snapshots. However when
    this test is run under --stress, it will fail occasionally due to an
    incorrect state transition related to the StateProbe state.
    
    Release note: None
    Epic: none
    andrewbaptist committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b4fc87f View commit details
    Browse the repository at this point in the history