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

kvserver: unskip merge queue during snapshot test #98805

Merged
merged 1 commit into from
Mar 20, 2023

Commits on Mar 16, 2023

  1. kvserver: unskip merge queue during snapshot test

    This change unskips `TestMergeQueueDoesNotInterruptReplicationChange`,
    which was skipped as potentially flaky in cockroachdb#94951. Despite repeated
    stress testing, this test no longer seems flaky, and correctly gets an
    error if attempting to enqueue a range in the merge queue during a
    replication change.
    
    Fixes: cockroachdb#94951
    
    Release note: None
    AlexTalks committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    68b7939 View commit details
    Browse the repository at this point in the history