restinio icon indicating copy to clipboard operation
restinio copied to clipboard

Tests fail when the port 8086 is already in use

Open yurivict opened this issue 4 months ago • 1 comments

[2025-11-09 09:22:00.424] ERROR: failed to start server on 127.0.0.1:8086: bind: Address already in use

The testsuite should randomize the port and it should use a higher number to avoid collisions.

It looks like tests are run in parallel and at the same time they attempt to use the same port.

Version: 0.7.8

yurivict avatar Nov 09 '25 17:11 yurivict

Hi!

I hope the v0.7.8.1 fixes this issue and the #223 too.

eao197 avatar Nov 13 '25 11:11 eao197