[ZODB-Dev] Failing tests of ZODB on Linux 64-bit

2007-05-09 Thread Christian Theune
Hey,

my new buildbot just discovered this:

Failure in test test32 (BTrees.tests.testBTrees.FamilyTest)
Traceback (most recent call last):
  File /usr/lib64/python2.4/unittest.py, line 260, in run
testMethod()
  File /data/buildbot/slave/ZODB/build/src/BTrees/tests/testBTrees.py, line 
1712, in test32
self.assert_(BTrees.family32.maxint + 1 not in s)
  File /usr/lib64/python2.4/unittest.py, line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError

Christian

-- 
gocept gmbh  co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Failing tests of ZODB on Linux 64-bit

2007-05-09 Thread Gary Poster


On May 9, 2007, at 1:35 PM, Christian Theune wrote:


Hey,

my new buildbot just discovered this:

Failure in test test32 (BTrees.tests.testBTrees.FamilyTest)
Traceback (most recent call last):
  File /usr/lib64/python2.4/unittest.py, line 260, in run
testMethod()
  File /data/buildbot/slave/ZODB/build/src/BTrees/tests/ 
testBTrees.py, line 1712, in test32

self.assert_(BTrees.family32.maxint + 1 not in s)
  File /usr/lib64/python2.4/unittest.py, line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError


That's mine.  I'll try to get my 64 bit machine working again-- 
upgrade issues have killed it ATM.


Gary



___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Failing tests of ZODB on Linux 64-bit

2007-05-09 Thread Gary Poster


On May 9, 2007, at 1:40 PM, Gary Poster wrote:



On May 9, 2007, at 1:35 PM, Christian Theune wrote:


Hey,

my new buildbot just discovered this:

Failure in test test32 (BTrees.tests.testBTrees.FamilyTest)
Traceback (most recent call last):
  File /usr/lib64/python2.4/unittest.py, line 260, in run
testMethod()
  File /data/buildbot/slave/ZODB/build/src/BTrees/tests/ 
testBTrees.py, line 1712, in test32

self.assert_(BTrees.family32.maxint + 1 not in s)
  File /usr/lib64/python2.4/unittest.py, line 309, in failUnless
if not expr: raise self.failureException, msg
AssertionError


That's mine.  I'll try to get my 64 bit machine working again-- 
upgrade issues have killed it ATM.


64 bit machine was alive enough to repro and fix, at least.  I  
checked in the fix (just a test change) to SVN (r75659).  I have not  
released a ZODB egg because I don't think you need one for buildbot  
and Jim says he will be releasing one with some more important  
changes soon.


Thanks

Gary
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev