[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 5 05:36:09 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
OOBTree (0x422a0e90) with 4 children
key 0: 20
key 1: 45
key 2: 64
0 OOBucket (0x421f0760) with 15 keys
key 0: 1 value 1
key 1: 2 value 2
key 2: 3 value 1
key 3: 4 value 2
key 4: 5 value 1
key 5: 7 value 1
key 6: 9 value 1
key 7: 10 value 2
key 8: 11 value 1
key 9: 13 value 1
key 10: 15 value 1
key 11: 16 value 2
key 12: 17 value 1
key 13: 18 value 2
key 14: 19 value 1
1 OOBucket (0x422a27a0) with 16 keys
key 0: 20 value 2
key 1: 21 value 1
key 2: 26 value 2
key 3: 27 value 1
key 4: 28 value 2
key 5: 29 value 1
key 6: 30 value 2
key 7: 31 value 1
key 8: 32 value 2
key 9: 33 value 1
key 10: 35 value 1
key 11: 37 value 1
key 12: 38 value 2
key 13: 40 value 2
key 14: 42 value 2
key 15: 44 value 2
2 OOBucket (0x422a2660) with 15 keys
key 0: 45 value 1
key 1: 46 value 2
key 2: 47 value 1
key 3: 48 value 2
key 4: 49 value 1
key 5: 50 value 2
key 6: 51 value 1
key 7: 52 value 2
key 8: 53 value 1
key 9: 55 value 1
key 10: 57 value 1
key 11: 58 value 2
key 12: 59 value 1
key 13: 61 value 1
key 14: 63 value 1
3 OOBucket (0x422a2820) with 23 keys
key 0: 64 value 2
key 1: 65 value 1
key 2: 67 value 1
key 3: 70 value 2
key 4: 72 value 2
key 5: 73 value 1
key 6: 74 value 2
key 7: 75 value 1
key 8: 76 value 2
key 9: 77 value 1
key 10: 79 value 1
key 11: 81 value 1
key 12: 82 value 2
key 13: 83 value 1
key 14: 85 value 1
key 15: 87 value 1
key 16: 88 value 2
key 17: 89 value 1
key 18: 91 value 1
key 19: 93 value 1
key 20: 95 value 1
key 21: 96 value 2
key 22: 102 value 2
Script (Python):filepath:1: DeprecationWarning: integer argument expected, got float
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)
Failure in test checkConcurrentUpdates2Storages (ZEO.tests.testConnection.BDBConnectionTests)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 418, in checkConcurrentUpdates2Storages
self._check_threads(tree, t1, t2)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 373, in _check_threads
self.fail('\n'.join(errormsgs))
File "/home/chrism/opt/Python-2.3.3/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: expected keys != actual keys
key 108 expected but not in tree
======================================================================
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: checkConcurrentUpdates2Storages (ZEO.tests.testConnection.BDBConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 418, in checkConcurrentUpdates2Storages
self._check_threads(tree, t1, t2)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 373, in _check_threads
self.fail('\n'.join(errormsgs))
File "/home/chrism/opt/Python-2.3.3/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: expected keys != actual keys
key 108 expected but not in tree
----------------------------------------------------------------------
Ran 2799 tests in 1195.470s
FAILED (failures=1, errors=1)
More information about the Zope-tests
mailing list