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

release-21.1: kvserver: deflake TestMergeQueue #66046

Merged

Commits on Jun 3, 2021

  1. kvserver: deflake TestMergeQueue

    The test started flaking after ce73bc1. The issue was that there was a race
    between when the merge queue was enabled via an `Override()` call and when
    these tests assert that a given range actually got merged away. In other words,
    these tests were sometime getting to their assertion before the relevant server
    learned that the merge queue was enabled.
    
    This patch modifies the test to instead enable the merge queue via SQL and not
    through the `Override()` call.
    
    Resolves cockroachdb#64866
    Resolves cockroachdb#64056
    Resolves cockroachdb#63009
    
    Release note: None
    aayushshah15 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    6bdd149 View commit details
    Browse the repository at this point in the history