xvzcf / tls-interop-runner

Interoperability testing of TLS implementations.
Other
10 stars 13 forks source link

Fix race condition in test runner #12

Closed cjpatton closed 3 years ago

cjpatton commented 3 years ago

It's possible for the client to attempt a TCP connection before the server is listening. This change ensures that the server is started before the client, which prevents this from happening.