Skip Menu |

This queue is for tickets about the XMLRPC-Lite CPAN distribution.

Report information
The Basics
Id: 127761
Status: open
Priority: 0/
Queue: XMLRPC-Lite

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.717
Fixed in: (no value)



Subject: Random test failures
t/26-xmlrpc.t currently fails in a random way: ... # Failed test 1 in t/26-xmlrpc.t at line 36 # t/26-xmlrpc.t line 36 is: ok((XMLRPC::Lite t/26-xmlrpc.t .......... Failed 1/6 subtests ...
On Tue Nov 20 14:59:43 2018, SREZIC wrote: Show quoted text
> t/26-xmlrpc.t currently fails in a random way: > > ... > # Failed test 1 in t/26-xmlrpc.t at line 36 > # t/26-xmlrpc.t line 36 is: ok((XMLRPC::Lite > t/26-xmlrpc.t .......... > Failed 1/6 subtests > ...
Agreed re random failures. Testing against perl-5.31.0 on FreeBSD-12 today, I got a FAIL under 'make test' but a PASS under 'prove'. ##### [XMLRPC-Lite-0.717] $ make test PERL_DL_NONLAZY=1 "/usr/home/jkeenan/var/tad/testing/perl-5.31.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/07-xmlrpc_payload.t .. ok t/26-xmlrpc.t .......... 1/6 # Failed test 1 in t/26-xmlrpc.t at line 36 # t/26-xmlrpc.t line 36 is: ok((XMLRPC::Lite t/26-xmlrpc.t .......... Failed 1/6 subtests t/37-mod_xmlrpc.t ...... skipped: 500 Can't connect to localhost:80 (Connection refused) Test Summary Report ------------------- t/26-xmlrpc.t (Wstat: 0 Tests: 6 Failed: 1) Failed test: 1 Files=3, Tests=14, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.41 cusr 0.14 csys = 0.59 CPU) Result: FAIL Failed 1/3 test programs. 1/14 subtests failed. *** Error code 255 Stop. make: stopped in /usr/home/jkeenan/var/tad/testing/perl-5.31.0/.cpanm/work/1562787494.14114/XMLRPC-Lite-0.717 [XMLRPC-Lite-0.717] $ thisprove -vb t/26-xmlrpc.t t/26-xmlrpc.t .. 1..6 # Running under perl version 5.031000 for freebsd # Current time local: Thu Jul 11 20:16:15 2019 # Current time GMT: Fri Jul 12 00:16:15 2019 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 XMLRPC autodispatch and fault check test(s)... #TODO: fix fault handling ... ok All tests successful. Files=1, Tests=6, 1 wallclock secs ( 0.02 usr 0.03 sys + 0.22 cusr 0.05 csys = 0.32 CPU) Result: PASS ##### PHRED: Please investigate. Thank you very much. Jim Keenan