-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition with old ES processes in IT tests (#886)
Occasionally IT tests fail in a very subtle way when Rally spins up ES shortly after a previous test: while the previous ES process gets killed, the socket lingers and when Rally spins up the new ES process for the test, ES detects the used port and binds itself to the next one (e.g. 39201, for the HTTP API). Wait until the socket used by ES HTTP API is really closed across IT tests.
- Loading branch information
Showing
1 changed file
with
11 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