[Zope-tests] FAIL (failures:1 errors:1) -- Z2 Tests/Linux --
2_7-branch/Py232
zope-tests at plope.com
zope-tests at plope.com
Mon Apr 12 05:38:46 EDT 2004
======================================================================
Python Version:2.3.3 (#1, Feb 25 2004, 14:09:57)
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)]
Modules included:
Zope (Zope-2_7-branch)
Running unit tests from /home/chrism/opt/tests/sandbox/Zope
Script (Python):filepath:1: DeprecationWarning: integer argument expected, got float
Failure in test checkTimeoutProvokingConflicts (ZEO.tests.testConnection.MappingStorageTimeoutTests)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 925, in checkTimeoutProvokingConflicts
unless(not storage.is_connected())
File "/home/chrism/opt/Python-2.3.3/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
Error in test checkConcurrentLargeUpdates (ZEO.tests.testConnection.BDBConnectionTests)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 552, in checkConcurrentLargeUpdates
get_transaction().commit()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
ncommitted += self._commit_objects(objects)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 348, in _commit_objects
jar.commit(o, self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 315, in commit
raise ReadConflictError(object=object)
ReadConflictError: database read conflict error (oid 000000000000001c, class BTrees.OOBTree.OOBucket)
======================================================================
ERROR: checkConcurrentLargeUpdates (ZEO.tests.testConnection.BDBConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 552, in checkConcurrentLargeUpdates
get_transaction().commit()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 233, in commit
ncommitted += self._commit_objects(objects)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 348, in _commit_objects
jar.commit(o, self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 315, in commit
raise ReadConflictError(object=object)
ReadConflictError: database read conflict error (oid 000000000000001c, class BTrees.OOBTree.OOBucket)
======================================================================
FAIL: checkTimeoutProvokingConflicts (ZEO.tests.testConnection.MappingStorageTimeoutTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 925, in checkTimeoutProvokingConflicts
unless(not storage.is_connected())
File "/home/chrism/opt/Python-2.3.3/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
----------------------------------------------------------------------
Ran 2799 tests in 1317.077s
FAILED (failures=1, errors=1)
More information about the Zope-tests
mailing list