-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle race-condition of node not being validated
If it is restartating at the end of the test suite If MIM is restarted asynchronously, simple checking if application is running is not enough. We first need to wait for MIM to actually fully restart. The best place to do it is in end_per_suite. So, if some suite crashes MIM, the rest of suites would quickly fail in init_per_suite (and we need to wait only once)
- Loading branch information
1 parent
42c3067
commit ebc3c1b
Showing
2 changed files
with
21 additions
and
5 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