Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 623112 - dev-perl/HTTP-Server-Simple-Mason fails tests (Failed test 'custom error handler called')
Summary: dev-perl/HTTP-Server-Simple-Mason fails tests (Failed test 'custom error hand...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-06-30 01:41 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-10-24 06:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-30 01:41:53 UTC
>>> Test phase: dev-perl/HTTP-Server-Simple-Mason-0.140.0-r1
 * Test::Harness Jobs=3
make -j3 test TEST_VERBOSE=0
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/02pod.t .............. skipped: Test::Pod 1.14 required for testing POD
t/03podcoverage.t ...... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/00smoke.t ............ ok                                             
===(       9;0  1/5  0/?  0/? )=========================================Argument "/var/tmp/portage/dev-perl/HTTP-Server-Simple-Mason-0.140..." isn't numeric in numeric eq (==) at /usr/lib64/perl5/vendor_perl/5.26.0/HTTP/Server/Simple.pm line 208, <DATA> line 16.
===(      12;0  3/5  1/5  0/5 )=========================================Argument "/var/tmp/portage/dev-perl/HTTP-Server-Simple-Mason-0.140..." isn't numeric in numeric eq (==) at /usr/lib64/perl5/vendor_perl/5.26.0/HTTP/Server/Simple.pm line 208, <DATA> line 16.
===(      15;0  3/5  3/5  1/5 )=========================================bind to *:13432: Address already in use at t/04unhandlederrors.t line 17.
t/01live.t ............. ok                                             
===(      20;1  4/5  3/5 )==============================================Argument "/var/tmp/portage/dev-perl/HTTP-Server-Simple-Mason-0.140..." isn't numeric in numeric eq (==) at /usr/lib64/perl5/vendor_perl/5.26.0/HTTP/Server/Simple.pm line 208, <DATA> line 16.
bind to *:13432: Address already in use at t/05handlederrors.t line 17.

#   Failed test 'custom error handler called'
#   at t/05handlederrors.t line 21.
#          got: undef
#     expected: 'We handled this error'
t/04unhandlederrors.t .. ok
t/05handlederrors.t .... # Looks like you failed 1 test of 5.
t/05handlederrors.t .... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests

Test Summary Report
-------------------
t/05handlederrors.t  (Wstat: 256 Tests: 5 Failed: 1)
  Failed test:  4
  Non-zero exit status: 1
Files=6, Tests=23,  2 wallclock secs ( 0.04 usr  0.01 sys +  1.03 cusr  0.12 csys =  1.20 CPU)
Result: FAIL
Failed 1/6 test programs. 1/23 subtests failed.
make: *** [Makefile:761: test_dynamic] Error 1
Comment 1 Larry the Git Cow gentoo-dev 2017-10-24 06:14:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c204ae29381ea1aa344aba5501f47e9a2d7f2135

commit c204ae29381ea1aa344aba5501f47e9a2d7f2135
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-24 06:14:27 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-24 06:14:40 +0000

    dev-perl/HTTP-Server-Simple-Mason: Fix parallel test failure bug #623112
    
    Closes: https://bugs.gentoo.org/623112
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../HTTP-Server-Simple-Mason-0.140.0-r1.ebuild                     | 7 +++++++
 1 file changed, 7 insertions(+)