[Bug 1084032] New: perl-BZ-Client-1.04-9.fc21 FTBFS in F21 and F20

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 3 13:15:56 UTC 2014


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

            Bug ID: 1084032
           Summary: perl-BZ-Client-1.04-9.fc21 FTBFS in F21 and F20
           Product: Fedora
           Version: 20
         Component: perl-BZ-Client
          Assignee: emmanuel at seyman.fr
          Reporter: ppisar at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: emmanuel at seyman.fr, perl-devel at lists.fedoraproject.org
   External Bug ID: CPAN 94402



perl-BZ-Client-1.04-9.fc21 fails to build in F21 and F20 randomly due to tests:

Expect:
<methodCall><methodName>someMethod</methodName><params><param><value>123
</value></param><param><value><i4>345</i4></value></param><param><value><double>
4.6</double></value></param><param><value><array><data><value>a</value><value>b<
/value><value>c</value></data></array></value></param><param><value><dateTime.is
o8601>2011-09-19T17:09:03Z</dateTime.iso8601></value></param><param><value><stru
ct><member><name>a</name><value><i4>0</i4></value></member><member><name>b</name
><value>xyz</value></member></struct></value></param></params></methodCall>
Got:   
<methodCall><methodName>someMethod</methodName><params><param><value>123
</value></param><param><value><i4>345</i4></value></param><param><value><double>
4.6</double></value></param><param><value><array><data><value>a</value><value>b<
/value><value>c</value></data></array></value></param><param><value><dateTime.is
o8601>2011-09-19T17:09:03Z</dateTime.iso8601></value></param><param><value><stru
ct><member><name>b</name><value>xyz</value></member><member><name>a</name><value
><i4>0</i4></value></member></struct></value></param></params></methodCall>
# Test 1 got: "0" (t/11writer.t at line 103)
#   Expected: "1" (TestBasic)
#  t/11writer.t line 103 is: ok(TestBasic(), 1, "TestBasic");
t/11writer.t .... 
Failed 1/2 subtests 

This looks like a hash key order randomization.

-- 
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=3fa3t691jB&a=cc_unsubscribe



More information about the perl-devel mailing list