-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metamorphic: sync with all affected objects when closing DB
The `closeOp` on a db now syncs with all objects associated with that DB. This prevents the test from executing e.g. an iterator operation in parallel with the db close operation. Note that we only populate the field in `computeDerivedFields`, which is now called by the generator (in addition to the parser).
- Loading branch information
1 parent
cbc5fd0
commit 0b0f62a
Showing
3 changed files
with
47 additions
and
33 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