[Zope-tests] FAILED (failures=1): Test ZODB HEAD / Python 2.3 /
Linux
jeremy at zope.com
jeremy at zope.com
Mon Dec 29 06:20:28 EST 2003
Email automatically generated by a daily test runner.
cd /tmp/autotestupFS95/ZODB3
PYTHONPATH= /usr/local/bin/python2.3 -u test.py -v --all
Running unit tests at all levels
Running unit tests from /tmp/autotestupFS95/ZODB3/build
/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/Persistence/__init__.py:25: UserWarning: Couldn't import the ExtensionClass-based base class
There are two possibilities:
1. You don't care about ExtensionClass. You are importing
Persistence because that's what you imported in the past.
In this case, you should really use the persistent package
instead:
>>> from persistent import Persistent
>>> from persistent.list import PersistentList
>>> from persistent.mapping import PersistentMapping
2. You want your classes to be ExtensionClasses. In this case,
you need to install the ExtensionClass package
separately. ExtensionClass is no-longer included with ZODB3.
warn("""Couldn't import the ExtensionClass-based base class
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................!
.......................Exception in thread Thread-96:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/TestThread.py", line 36, in run
self._testcase.fail("Exception in thread %s:\n%s\n" %
File "/usr/local/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Exception in thread <StressThread(Thread-96, started daemon)>:
Traceback (most recent call last):
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/TestThread.py", line 32, in run
self.testrun()
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/InvalidationTests.py", line 51, in testrun
self._testrun()
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/InvalidationTests.py", line 90, in _testrun
get_transaction().commit()
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 254, in commit
self._cleanup(objects, ncommitted, jars, subjars)
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 250, in commit
self._finish_one(jars[0])
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 359, in _finish_one
jar.tpc_finish(self)
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZODB/Connection.py", line 665, in tpc_finish
self._storage.tpc_finish(transaction, callback)
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 967, in tpc_finish
self._cache.setLastTid(tid)
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/cache.py", line 139, in setLastTid
self.fc.settid(tid)
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/cache.py", line 872, in settid
raise ValueError(
ValueError: new last tid must be greater that previous one
OOBTree (0x41037f34) with 1 children
0 OOBucket (0x410c58d4) with 7 keys
key 0: 1 value 1
key 1: 2 value 2
key 2: 3 value 3
key 3: 4 value 1
key 4: 6 value 3
key 5: 7 value 1
key 6: 10 value 1
Failure in test checkConcurrentUpdates2StoragesMT (ZEO.tests.testConnection.BDBConnectionTests)
Traceback (most recent call last):
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/InvalidationTests.py", line 421, in checkConcurrentUpdates2StoragesMT
self._check_threads(tree, t1, t2, t3)
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/InvalidationTests.py", line 330, in _check_threads
self.fail('\n'.join(errormsgs))
File "/usr/local/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: thread 2 didn't add any keys
expected keys != actual keys
key 2 in tree but not expected
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
FAIL: checkConcurrentUpdates2StoragesMT (ZEO.tests.testConnection.BDBConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/InvalidationTests.py", line 421, in checkConcurrentUpdates2StoragesMT
self._check_threads(tree, t1, t2, t3)
File "/tmp/autotestupFS95/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/InvalidationTests.py", line 330, in _check_threads
self.fail('\n'.join(errormsgs))
File "/usr/local/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: thread 2 didn't add any keys
expected keys != actual keys
key 2 in tree but not expected
----------------------------------------------------------------------
Ran 1662 tests in 1171.525s
FAILED (failures=1)
More information about the Zope-tests
mailing list