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: roachtest: harden the sqlsmith test #72391

Merged
merged 1 commit into from
Nov 4, 2021

Commits on Nov 3, 2021

  1. roachtest: harden the sqlsmith test

    Previously, we had some false positives from the `sqlsmith` roachtest
    filed because of "inbox communication errors" which were actually
    triggered because of the vectorized panic injection. These errors
    usually mean that a node died, so we used the errors as a proxy for the
    crash. This commit adjusts the test to instead ping all nodes in the
    cluster to see whether they are up or not and not rely on the
    communication errors. This allows us to ignore the false positives
    because of the panic injection.
    
    Release note: None
    yuzefovich committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    d57f5df View commit details
    Browse the repository at this point in the history