zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
http://zarr.readthedocs.io/
MIT License
1.41k stars 267 forks source link

remote tests deadlock waiting forever for port 5555 #2013

Open d-v-b opened 1 week ago

d-v-b commented 1 week ago

If port 5555 is in use, then the remote store tests hang forever.

Address already in use
Port 5555 is in use by another program. Either identify and stop that program, or start the server with a different port.

We should fail immediately or retry on a different port.