-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbtools/testtools: cleanDB() to log errors if any fixture fails to de…
…lete as part of tests The cleanDB() method is invoked multiple times for each test, if a table cannot be deleted because of a constraint or some other cause, this method will now log the error as part of the test. This helps debug cause for failing tests quicker - in the case where the DB tables were not cleaned up by cleanDB().
- Loading branch information
Showing
1 changed file
with
37 additions
and
13 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