-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dt/crash_tracker: test crash reports with signals
This adds a test to verify that crash reports captured while handling crash signals (segfaults, sigabrt, sigill) are correctly being reports. It also verifies that the generated crash reports can be read back later and are correctly printed when the crash loop limit is reached. This requires exposing `_tolerate_crashes` from `RedpandaService` to prevent test failures on crash-detecting checks, since for this test, the crashes are expected.
- Loading branch information
Showing
2 changed files
with
73 additions
and
2 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