[Zope-tests] FAIL ( errors:1) -- Z2 Tests/Linux -- HEAD/Py232
zope-tests at plope.com
zope-tests at plope.com
Mon Feb 23 05:54:36 EST 2004
======================================================================
Python Version:2.3.2 (#1, Nov 2 2003, 08:53:03)
[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
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 215, in check7ZODBThreads
self._checkNThreads(7, ZODBClientThread, db, self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 204, in _checkNThreads
t.join(60)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 39, in run
self.runtest()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 63, in runtest
d = self.get_thread_dict(root)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 83, 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 483, in setstate
self._setstate(obj)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 515, in _setstate
self._load_before_or_conflict(obj)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 542, in _load_before_or_conflict
if not (self._mvcc and self._setstate_noncurrent(obj)):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 573, in _setstate_noncurrent
self._reader.setGhostState(obj, data)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/serialize.py", line 385, in setGhostState
state = self.getState(pickle)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/serialize.py", line 381, in getState
unpickler.load() # skip the class metadata
EOFError
======================================================================
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 215, in check7ZODBThreads
self._checkNThreads(7, ZODBClientThread, db, self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 204, in _checkNThreads
t.join(60)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 39, in run
self.runtest()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 63, in runtest
d = self.get_thread_dict(root)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/MTStorage.py", line 83, 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 483, in setstate
self._setstate(obj)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 515, in _setstate
self._load_before_or_conflict(obj)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 542, in _load_before_or_conflict
if not (self._mvcc and self._setstate_noncurrent(obj)):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 573, in _setstate_noncurrent
self._reader.setGhostState(obj, data)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/serialize.py", line 385, in setGhostState
state = self.getState(pickle)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/serialize.py", line 381, in getState
unpickler.load() # skip the class metadata
EOFError
----------------------------------------------------------------------
Ran 2634 tests in 617.837s
FAILED (errors=1)
More information about the Zope-tests
mailing list