Make tests use OS-assigned ports instead of a manual specified port #193
Labels
difficulty: easy
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Task Description
Hard-coding test ports are error-prone. We should use the OS loopback interface to find any available port instead of manually ensuring that ports on each test are different.
In rust we are able to use
127.0.0.1:0
, next the OS will asignt a free port.Task TODO
The text was updated successfully, but these errors were encountered: