[Zope-tests] FAIL (failures:1 errors:1) -- Z2 Tests/Linux --
HEAD/Py23maint (nightly build)
zope-tests at plope.com
zope-tests at plope.com
Mon Jan 5 05:53:02 EST 2004
======================================================================
Python Version:2.3.3 (#1, Jan 5 2004, 01:29:22)
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)]
Modules included:
Zope (HEAD)
Running unit tests from /home/chrism/opt/tests/sandbox/Zope
Failure in test checkTimeoutAfterVote (ZEO.tests.testConnection.BDBTimeoutTests)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 877, in checkTimeoutAfterVote
unless(not storage.is_connected())
File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
Error in test check7ZODBThreads (ZODB.tests.testFileStorage.FileStorageTests)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 220, in check7ZODBThreads
self._checkNThreads(7, ZODBClientThread, db, self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 209, in _checkNThreads
t.join(60)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 41, in run
self.runtest()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 68, in runtest
d = self.get_thread_dict(root)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 88, in get_thread_dict
root[name] = m
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/persistent/mapping.py", line 52, in __setitem__
self.__super_setitem(key, v)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 448, in setstate
self._setstate(obj)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 504, in _setstate
self._reader.setGhostState(obj, p)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/serialize.py", line 202, in setGhostState
state = self.getState(pickle)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/serialize.py", line 198, in getState
unpickler.load() # skip the class metadata
BadPickleGet: 114
======================================================================
ERROR: check7ZODBThreads (ZODB.tests.testFileStorage.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 220, in check7ZODBThreads
self._checkNThreads(7, ZODBClientThread, db, self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 209, in _checkNThreads
t.join(60)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 41, in run
self.runtest()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 68, in runtest
d = self.get_thread_dict(root)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 88, in get_thread_dict
root[name] = m
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/persistent/mapping.py", line 52, in __setitem__
self.__super_setitem(key, v)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 448, in setstate
self._setstate(obj)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 504, in _setstate
self._reader.setGhostState(obj, p)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/serialize.py", line 202, in setGhostState
state = self.getState(pickle)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/serialize.py", line 198, in getState
unpickler.load() # skip the class metadata
BadPickleGet: 114
======================================================================
FAIL: checkTimeoutAfterVote (ZEO.tests.testConnection.BDBTimeoutTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 877, in checkTimeoutAfterVote
unless(not storage.is_connected())
File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
----------------------------------------------------------------------
Ran 2791 tests in 1090.774s
FAILED (failures=1, errors=1)
More information about the Zope-tests
mailing list