-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crash_test: clean up DB copies in whitebox and narrow test (#159)
The debugging backup logic in whitebox wasn't cleaning up DB copies on timeout because the cleanup logic was inside the loop. Move it to the end of the function to ensure that backups are cleaned up on success. Also make sure to clean up DB backup copies in the narrow test.
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 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