[Bug 1110292] New: perl-Text-Xslate-3.1.2-3.fc21 FTBFS under heavy load:

bugzilla at redhat.com bugzilla at redhat.com
Tue Jun 17 11:38:55 UTC 2014


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

            Bug ID: 1110292
           Summary: perl-Text-Xslate-3.1.2-3.fc21 FTBFS under heavy load:
           Product: Fedora
           Version: rawhide
         Component: perl-Text-Xslate
          Assignee: i at cicku.me
          Reporter: ppisar at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: i at cicku.me, perl-devel at lists.fedoraproject.org



perl-Text-Xslate-3.1.2-3.fc21 fails to build if the host is heavily loaded
because t/010_internals/008_files.t test fails:

#   Failed test 'auto reload 1'
#   at t/010_internals/008_files.t line 81.
#          got: 'Hello, Perl world!
# '
#     expected: 'Hi, Perl.
# '
#   Failed test 'auto reload 2'
#   at t/010_internals/008_files.t line 81.
#          got: 'Hello, Perl world!
# '
#     expected: 'Hi, Perl.
# '
# Looks like you failed 2 tests of 67.
t/010_internals/008_files.t ..................... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed

This looks like a race in the tests. The test does:

utime $^T+10, $^T+10, $x;

is $tx->render('hello.tx', { lang => 'Perl' }),
    "Hi, Perl.\n", "auto reload $_" for 1 .. 2;


If you comment the utime call out, it will fail always.

-- 
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=61ozxbsmMW&a=cc_unsubscribe



More information about the perl-devel mailing list