Subject: | Random test results PASS 362 : FAIL 10 |
Now I have testes HSS 372 times and 10 times the tests failed. I
repeated the test manually and it succeeded. In the logfile I see no
hint about possible reasons:
Running make test
make[3]: Entering directory
`/home/sand/.cpan/build/HTTP-Server-Simple-0.27-v1Qzsd'
PERL_DL_NONLAZY=1
/home/src/perl/repoperls/installed-perls/perl/p9fpOxp/perl-5.8.0@31587/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib',
'blib/arch')" t/*.t
t/00smoke..........ok
t/01live...........# started server on 13624
early exit from `connect' stage; Connection refused at t/01live.t line 121.
# Failed test 'Returns a page'
# at t/01live.t line 41.
# ''
# doesn't match '/Congratulations/'
early exit from `connect' stage; Connection refused at t/01live.t line 121.
# Failed test 'knows what a request isn't'
# at t/01live.t line 44.
# ''
# doesn't match '/bad request/i'
early exit from `connect' stage; Connection refused at t/01live.t line 121.
# Failed test 'HTTP/1.1 request'
# at t/01live.t line 50.
# ''
# doesn't match '/Congratulations/'
early exit from `connect' stage; Connection refused at t/01live.t line 121.
# Failed test 'HTTP/0.9 request'
# at t/01live.t line 53.
# ''
# doesn't match '/Congratulations/'
# Looks like you failed 4 tests of 10.
dubious
^ITest returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 6-9
^IFailed 4/10 tests, 60.00% okay
t/02pod............ok
t/03podcoverage....ok
t/04cgi............ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/01live.t 4 1024 10 4 6-9
Maybe you have ideas, maybe you can improve diagnostics? Is there
anything left over like a logfile of the server somewhere?
Thanks,