-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
a59ea3e
commit e28f7f3
Showing
2 changed files
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters