[Zope-tests] FAILED (errors=1) : Zope-2.8 Python-2.4.3 : Linux
Zope Unit Tests
zope-tests at epy.co.at
Fri May 19 21:15:13 EDT 2006
Zope Unit Tests : FAILED (errors=1)
Zope-2.8 Python-2.4.3 : Linux
Running /usr/local/python2.4/bin/python test.py --all
2006-05-20 02:50:43 WARNING ZEO.zrpc (23571) CW: error connecting to ('localhost', 29834): ECONNREFUSED
======================================================================
ERROR: checkConcurrentLargeUpdates (ZEO.tests.testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope28/lib/python/ZEO/tests/InvalidationTests.py", line 565, in checkConcurrentLargeUpdates
self.go(stop, cd, t1, t2, t3)
File "/home/stefan/autotest/temp/python24-zope28/lib/python/ZEO/tests/InvalidationTests.py", line 386, in go
t.cleanup()
File "/home/stefan/autotest/temp/python24-zope28/lib/python/ZEO/tests/TestThread.py", line 47, in run
self.testrun()
File "/home/stefan/autotest/temp/python24-zope28/lib/python/ZEO/tests/InvalidationTests.py", line 55, in testrun
self._testrun()
File "/home/stefan/autotest/temp/python24-zope28/lib/python/ZEO/tests/InvalidationTests.py", line 214, in _testrun
tree[key] = self.threadnum
File "/home/stefan/autotest/temp/python24-zope28/lib/python/ZODB/Connection.py", line 704, in setstate
self._setstate(obj)
File "/home/stefan/autotest/temp/python24-zope28/lib/python/ZODB/Connection.py", line 742, in _setstate
p, serial = self._storage.load(obj._p_oid, self._version)
File "/home/stefan/autotest/temp/python24-zope28/lib/python/ZEO/ClientStorage.py", line 746, in load
return self.loadEx(oid, version)[:2]
File "/home/stefan/autotest/temp/python24-zope28/lib/python/ZEO/ClientStorage.py", line 774, in loadEx
self._cache.store(oid, ver, tid, None, data)
File "/home/stefan/autotest/temp/python24-zope28/lib/python/ZEO/cache.py", line 279, in store
raise ValueError(
ValueError: already have current data for oid
----------------------------------------------------------------------
Ran 6077 tests in 720.306s
FAILED (errors=1)
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/local/python2.4/lib/python2.4/logging/__init__.py", line 1332, in shutdown
h.flush()
File "/usr/local/python2.4/lib/python2.4/logging/__init__.py", line 718, in flush
self.stream.flush()
ValueError: I/O operation on closed file
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/local/python2.4/lib/python2.4/logging/__init__.py", line 1332, in shutdown
h.flush()
File "/usr/local/python2.4/lib/python2.4/logging/__init__.py", line 718, in flush
self.stream.flush()
ValueError: I/O operation on closed file
More information about the Zope-tests
mailing list