Gazelle icon indicating copy to clipboard operation
Gazelle copied to clipboard

Failed Test when port in use

Open TBSliver opened this issue 9 years ago • 3 comments
trafficstars

The test t/10_child_exit.t fails if something is already using port 5000

TBSliver avatar Aug 04 '16 16:08 TBSliver

I had the same issue where port :5000 was already used by a docker container at least the unit test should check that the port is already used and skip if that's the case

maybe also try to use a less common port?

atoomic avatar Dec 05 '19 15:12 atoomic

I see it. It should use Test::TCP.

kazeburo avatar Dec 06 '19 15:12 kazeburo

I released version 0.48.

kazeburo avatar Dec 06 '19 15:12 kazeburo