mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 09:00:37 +00:00
We've seen some failures with "Address already in use" errors in the tests. It's not clear why, perhaps some server processes are not cleaned up properly after test, or maybe the socket is still in TIME_WAIT state. In any case, let's make the tests more robust by checking that the port is free, before trying to use it.