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

roachtest: don't reuse clusters after test failure #38746

Merged

Commits on Jul 9, 2019

  1. roachtest: don't reuse clusters after test failure

    We've had a case where a cluster got messed up somehow and then a bunch
    of tests that tried to reuse it failed. This patch employes a big hammer
    and makes it so that we don't reuse a cluster after test failure (which
    failure can be cluster related or not).
    
    Release note: None
    andreimatei committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    b5f7a7e View commit details
    Browse the repository at this point in the history