forked from tarantool/vshard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix hang in storage/recovery.test
The problem is that recovery fiber wakes up earlier than we want it to do so. This leads to the test output which we don't expect. Let's block recovery fiber before making any changes to the `_bucket`. It'll start again as soon as the instance is restarted. Needed for tarantool#341
- Loading branch information
1 parent
e0289bf
commit 3b3a909
Showing
2 changed files
with
4 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