-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Close() to also wait for view transactions and fix tests as well (#…
…91) * Fix testDB_Close_PendingTx to do something with the writable arg and stop it from closing twice * Fix Close() to wait for view transactions by getting a full lock on mmaplock * Fix the TestTx_Check_ReadOnly to close the view transaction * Fix the TestTx_Commit_ErrTxNotWritable to close the view transaction
- Loading branch information
Showing
3 changed files
with
14 additions
and
6 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