-
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.
roachtest: introduce registry.NonReportableError
`registry.NonReportableError` can be used in situations where an error happens in a test but we do not want to create (or update) a GitHub issue for it. The mechanism introduced here can be used either in the test runner, or in tests themselves. For now, they are only used when a VM is preempted. We have enabled spot VMs with a higher probability and backported this behaviour to several release branches. It's not really useful or actionable to have a GitHub issue for every preemption. Instead, this kind of data is better analyzed at a higher level, on an analytical database, using dashboards. Epic: none Release note: None
- Loading branch information
1 parent
86081e8
commit ae19630
Showing
4 changed files
with
62 additions
and
14 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
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