Bug 2232293

Summary: perl-TAP-Formatter-JUnit-0.16-4.fc40 FTBFS: Failed test 't/data/tests/bailout'
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-TAP-Formatter-JUnitAssignee: Paul Howarth <paul>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 39CC: paul, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://koschei.fedoraproject.org/package/perl-TAP-Formatter-JUnit?collection=f40
Whiteboard:
Fixed In Version: perl-Test-Harness-3.50-1.fc40 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-09-18 15:37:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2304673    
Bug Blocks: 2231791    

Description Petr Pisar 2023-08-16 07:41:56 UTC
perl-TAP-Formatter-JUnit-0.16-4.fc40 fails to build because a test fails:

#   Failed test 't/data/tests/bailout'
#   at t/formatter.t line 54.
# During compare:
# junk after document element at line 17, column 13, byte 381
# GOT: <testsuites>
#   <testsuite failures="0"
#              tests="5"
#              errors="0"
#              name="data_tests_bailout">
#     <testcase name="1"></testcase>
#     <testcase name="2"></testcase>
#     <testcase name="3"></testcase>
#     <system-out><![CDATA[1..5
# ok 1
# ok 2
# ok 3
# Bail out!  GERONIMMMOOOOOO!!!
# ]]></system-out>
#     <system-err></system-err>
#   </testsuite>
# </testsuites><testsuites>
#   <testsuite failures="0"
#              tests="5"
#              errors="0"
#              name="data_tests_bailout">
#     <testcase name="1"></testcase>
#     <testcase name="2"></testcase>
#     <testcase name="3"></testcase>
#     <system-out></system-out>
#     <system-err></system-err>
#   </testsuite>
# </testsuites>
# Looks like you failed 1 test of 22.

This is triggered by upgrading perl-Test-Harness from 1:3.44-501.fc39 to 1:3.46-1.fc40.

Comment 1 Fedora Release Engineering 2023-08-16 08:06:50 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle.
Changing version to 39.

Comment 2 Paul Howarth 2024-08-14 10:48:08 UTC
This is triggered by double summary on bail-out in Test-Harness versions 3.46 and 3.48, fixed in Test-Harness version 3.50.

Comment 3 Paul Howarth 2024-09-18 15:37:00 UTC
The perl-Test-Harness update fixed this.