Bug 992724
Summary: | perl-TAP-Formatter-JUnit: FTBFS in rawhide | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> |
Component: | perl-TAP-Formatter-JUnit | Assignee: | Daniel Berrangé <berrange> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | berrange, paul, perl-devel, ppisar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | perl-TAP-Formatter-JUnit-0.09-7.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-08-12 12:37:09 UTC | Type: | --- |
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: | |||
Bug Blocks: | 991858 |
Description
Dennis Gilmore
2013-08-05 05:57:59 UTC
Tests fail due to randomized hashes. Strictly speaking, this is a test suite issue since the generated XML remains valid, but some attributes are output in a different order than expected by the test suite. However, since I can't think of any simple way to make the tests more forgiving of the order of the attributes in the XML, I've tweaked the code to use Tie::IxHash to ensure that the generated XML has the attributes in the same order as the tests expect them. Build done: http://koji.fedoraproject.org/koji/taskinfo?taskID=5807770 |