-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unit tests: Fix GlobalAndWBMSetupDelay (#589)
The problem was that calling Flush with FlushOptions.wait = true, doesn't wait for the memory to be freed which also happens during the flush process. So the fix is adding a sync point which delays the assertion of checking the WBM memory usage to after the flush cleared the memtable memory.
- Loading branch information
1 parent
635311e
commit 080f7e2
Showing
2 changed files
with
18 additions
and
0 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