Bug 439412
| Summary: | map codec failures on 64 bit systems | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Gordon Sim <gsim> |
| Component: | python-qpid | Assignee: | Rafael H. Schloming <rafaels> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Kim van der Riet <kim.vdriet> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | beta | CC: | tross |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-12-02 16:05:51 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: | |||
python-qpid-0.2.656025-12.el5 has been pushed to the staging repo for testing |
====================================================================== FAIL: testMapAll (tests.codec010.CodecTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/remote/gsim/qpid/python/tests/codec010.py", line 53, in testMapAll self.check("map", {"string": "this is a test", File "/home/remote/gsim/qpid/python/tests/codec010.py", line 35, in check assert decoded == value AssertionError ====================================================================== FAIL: testMapLong (tests.codec010.CodecTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/remote/gsim/qpid/python/tests/codec010.py", line 44, in testMapLong self.check("map", {"long": 2**32}) File "/home/remote/gsim/qpid/python/tests/codec010.py", line 35, in check assert decoded == value AssertionError