Bug 439412

Summary: map codec failures on 64 bit systems
Product: Red Hat Enterprise MRG Reporter: Gordon Sim <gsim>
Component: python-qpidAssignee: Rafael H. Schloming <rafaels>
Status: CLOSED CURRENTRELEASE QA Contact: Kim van der Riet <kim.vdriet>
Severity: high Docs Contact:
Priority: urgent    
Version: betaCC: 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:

Description Gordon Sim 2008-03-28 16:07:54 UTC
======================================================================
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

Comment 1 Mike Bonnet 2008-05-16 15:08:51 UTC
python-qpid-0.2.656025-12.el5 has been pushed to the staging repo for testing