Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: ensure that all worker servers are ready
Wait for the `'listening'` message of all workers before creating the first connection. This fixes an `EMFILE` error that is raised on Windows when running the following command ``` python tools/test.py -J --repeat=1000 parallel/test-tls-ticket-cluster ```
- Loading branch information