[Bug 1113962] New: perl-Test-TCP-2.02-2.fc21 FTBFS on loaded machine: time race in tests

bugzilla at redhat.com bugzilla at redhat.com
Fri Jun 27 11:05:01 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1113962

            Bug ID: 1113962
           Summary: perl-Test-TCP-2.02-2.fc21 FTBFS on loaded machine:
                    time race in tests
           Product: Fedora
           Version: rawhide
         Component: perl-Test-TCP
          Assignee: rc040203 at freenet.de
          Reporter: ppisar at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: mmaslano at redhat.com,
                    perl-devel at lists.fedoraproject.org,
                    psabata at redhat.com, rc040203 at freenet.de



perl-Test-TCP-2.02-2.fc21 can fail to build due to tests on slow machine like
this:

cannot open port: 50452 at
/builddir/build/BUILD/Test-TCP-2.02/blib/lib/Test/TCP.pm line 51.
Magic number checking on storable file failed at
/usr/lib64/perl5/vendor_perl/Storable.pm line 399, at
/usr/share/perl5/vendor_perl/Test/SharedFork/Store.pm line 51.
END failed--call queue aborted at t/12_pass_wait_port_options.t line 51.
t/12_pass_wait_port_options.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
All 24 subtests passed

This caused by various time limits in t/12_pass_wait_port_options.t. If server
process does not start listening on a TCP socket in time, the test will fail.

This can be reproduced by adding "sleep 10;" just above t::Server->new() call.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wOj6ek0OzI&a=cc_unsubscribe



More information about the perl-devel mailing list