forked from scylladb/scylla-cluster-tests
-
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.
fix(wait_for): Support stop wait_for by event
During prepare new nemesis BootstrapStreaming error, for some case it is need to stop wait_for function ealier and don't wait whole timeout example when you expect that bootstrap will failed and you can find appropriate error in log, but not need to raise any exception or critical event, wait for db up will continue to wait while port will be available For such case it will be good to have flag, if it is set, than stop wait_for function
- Loading branch information
1 parent
d60806e
commit 54bc99f
Showing
3 changed files
with
126 additions
and
8 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