Subject: | Test failure with t/optional_http-server-restart.t |
Hi,
I am trying to install Catalyst::Runtime 5.90077 and then Catalyst::Devel 1.39 on linux with Perl v5.20.1.
Catalyst::Devel fails t/optional_http-server-restart.t
t/optional_http-server-restart.t .. # Waiting for server to start...
t/optional_http-server-restart.t .. 1/35
# Failed test 'Server restarted'
# at t/optional_http-server-restart.t line 237.
t/optional_http-server-restart.t .. 3/35
# Failed test 'Server restarted'
# at t/optional_http-server-restart.t line 237.
t/optional_http-server-restart.t .. 5/35
# Failed test 'Server restarted'
# at t/optional_http-server-restart.t line 237.
t/optional_http-server-restart.t .. 7/35
# Failed test 'Server restarted'
# at t/optional_http-server-restart.t line 237.
t/optional_http-server-restart.t .. 9/35
# Failed test 'Server restarted'
# at t/optional_http-server-restart.t line 237.
t/optional_http-server-restart.t .. 12/35
# Failed test 'Server restarted'
# at t/optional_http-server-restart.t line 237.
t/optional_http-server-restart.t .. 15/35
# Failed test 'Server restarted'
# at t/optional_http-server-restart.t line 237.
t/optional_http-server-restart.t .. 18/35
# Failed test 'Server restarted'
# at t/optional_http-server-restart.t line 237.
t/optional_http-server-restart.t .. 21/35
# Failed test 'Server restarted'
# at t/optional_http-server-restart.t line 237.
t/optional_http-server-restart.t .. 24/35
# Failed test 'Server restarted'
# at t/optional_http-server-restart.t line 237.
# Waiting for server to start...
Bailout called. Further testing stopped: Waited 10 seconds for server to start, to no avail
FAILED--Further testing stopped: Waited 10 seconds for server to start, to no avail
There is also a t/optional_http-server-restart.t in Catalyst::Runtime. That one is ok. I assume the two optional_http-server-restart.t should be similar, but why does the one in Catalyst::Devel fail?
Thanks,
Zhenyi