On Thu, Nov 03, 2016 at 12:02:51AM +0200, Niko Tyni wrote: > > The Server::Starter tests should probably specify a max_wait parameter > to test_tcp(). That should fix at least these hangs, probably in > exchange for test failures.
On second look, I was wrong here. Test::TCP already caps max_wait to 10s by default, and the trace shows that part working. Also, I couldn't reproduce a hang by reserving port numbers in a busy loop etc. Without timestamps in the trace log, it's unfortunately hard to see where it hangs. See also https://github.com/tokuhirom/Test-TCP/issues/18 I'm considering giving up again... -- Niko