Subject: | make test failure output |
Date: | Thu, 24 Aug 2006 17:27:14 -0500 |
To: | <bug-poe-component-client-keepalive [...] rt.cpan.org> |
From: | "Charles" <c_ayres [...] sbcglobal.net> |
Checking if your kit is complete...
Looks good
Writing Makefile for POE::Component::Client::Keepalive
cp Conn-Keepalive.pm
blib/lib/POE/Component/Client/../Connection/Keepalive.pm
cp Client-Keepalive.pm blib/lib/POE/Component/Client/Keepalive.pm
Manifying blib/man3/POE::Component::Client::Conn-Keepalive.3
Manifying blib/man3/POE::Component::Client::Client-Keepalive.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_socket_reuse......ok
t/02_socket_queue......ok 1/9
# Failed test 'connection error ECONNREFUSED'
# in t/02_socket_queue.t at line 142.
t/02_socket_queue......ok 6/9
# Failed test 'error string: wanted(connection refused) got(operation
timed out)'
# in t/02_socket_queue.t at line 151.
t/02_socket_queue......NOK 9# Looks like you failed 2 tests of 9.
t/02_socket_queue......dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 8-9
Failed 2/9 tests, 77.78% okay
t/03_each_queue........ok
t/04_free_each.........ok
t/05_errors............ok
t/06_activity..........ok
t/07_keep_alive........ok
t/08_quick_reuse.......ok
t/09_timeout...........ok
t/10_resolver..........ok
t/11_dead_socket.......ok
t/12_extref............ok
t/13_close.............ok
t/50_bisbee_timeout....ok
t/51_reiss_reuse.......ok
Failed Test Stat Wstat Total Fail List of Failed
----------------------------------------------------------------------------
---
t/02_socket_queue.t 2 512 9 2 8-9
Failed 1/15 test scripts. 2/88 subtests failed.
Files=15, Tests=88, 303 wallclock secs (33.44 cusr + 4.54 csys = 37.98 CPU)
Failed 1/15 test programs. 2/88 subtests failed.
*** Error code 255
Stop in /root/.cpan/build/POE-Component-Client-Keepalive-0.0801.
/usr/bin/make test -- NOT OK