[Zope-tests] FAILED (failures=6,
errors=32): Test Zope 2.7 / Python 2.3 / Linux
jeremy at zope.com
jeremy at zope.com
Mon Dec 15 11:39:21 EST 2003
Email automatically generated by a daily test runner.
cd /tmp/autotest0caFSS/Zope
PYTHONPATH= /usr/local/bin/python2.3 -u test.py -v --all
Running unit tests at all levels
Running unit tests from /tmp/autotest0caFSS/Zope
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../tmp/autotest0caFSS/Zope/l!
ib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py:120: OverflowWarning: integer addition
bad = Dummy( 'bad', sys.maxint + 1, sys.maxint + 1 )
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../tmp/autotest0caFSS/Zope/lib/python/ZConfig/datatypes.py:116: OverflowWarning: string/unicode conversion
return int(value)
..............................................................................................................................................................................
Error in test checkConcurrentLargeUpdates (ZEO.tests.testConnection.BDBConnectionTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 450, in checkConcurrentLargeUpdates
get_transaction().commit()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 244, in commit
vote(self)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 701, in tpc_vote
s = vote(transaction)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 840, in tpc_vote
self._server.vote(self._serial)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 91, in vote
return self.rpc.call('vote', trans_id)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
Error in test checkConcurrentLargeUpdates (ZEO.tests.testConnection.BDBConnectionTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 105, in tearDown
forker.shutdown_zeo_server(adminaddr)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 135, in shutdown_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
..........................
Error in test checkTimeout (ZEO.tests.testConnection.BDBTimeoutTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 831, in checkTimeout
storage.tpc_vote(txn)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 840, in tpc_vote
self._server.vote(self._serial)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 91, in vote
return self.rpc.call('vote', trans_id)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
.
Error in test checkTimeoutOnAbort (ZEO.tests.testConnection.BDBTimeoutTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 840, in checkTimeoutOnAbort
storage.tpc_vote(txn)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 840, in tpc_vote
self._server.vote(self._serial)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 91, in vote
return self.rpc.call('vote', trans_id)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
................................................................
Error in test checkPackNowWhileWriting (ZEO.tests.testZEO.FileStorageTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 436, in checkPackNowWhileWriting
self._PackWhileWriting(pack_now=1)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 411, in _PackWhileWriting
db.pack(time.time())
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/DB.py", line 528, in pack
try: self._storage.pack(t,referencesf)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 815, in pack
return self._server.pack(t, wait)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 79, in pack
self.rpc.call('pack', t, wait)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 372, in call
raise inst # error raised by server
CorruptedError: /tmp/tmpEt-pDJ:26270:transaction with checkpoint flag set
Exception in thread Thread-107:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 517, in run
get_transaction().commit()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 244, in commit
vote(self)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 701, in tpc_vote
s = vote(transaction)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 840, in tpc_vote
self._server.vote(self._serial)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 91, in vote
return self.rpc.call('vote', trans_id)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
Exception in thread Thread-108:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 516, in run
self.root[j % 10].value = MinPO(j)
File "/usr/local/lib/python2.3/UserDict.py", line 19, in __getitem__
def __getitem__(self, key): return self.data[key]
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 561, in setstate
p, serial = self._storage.load(oid, self._version)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 731, in load
pair = self._cache.load(oid, version)
AttributeError: 'NoneType' object has no attribute 'load'
Exception in thread Thread-109:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 516, in run
self.root[j % 10].value = MinPO(j)
File "/usr/local/lib/python2.3/UserDict.py", line 19, in __getitem__
def __getitem__(self, key): return self.data[key]
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 561, in setstate
p, serial = self._storage.load(oid, self._version)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 731, in load
pair = self._cache.load(oid, version)
AttributeError: 'NoneType' object has no attribute 'load'
Exception in thread Thread-110:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 516, in run
self.root[j % 10].value = MinPO(j)
File "/usr/local/lib/python2.3/UserDict.py", line 19, in __getitem__
def __getitem__(self, key): return self.data[key]
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 561, in setstate
p, serial = self._storage.load(oid, self._version)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 731, in load
pair = self._cache.load(oid, version)
AttributeError: 'NoneType' object has no attribute 'load'
.......
Failure in test checkPackWhileWriting (ZEO.tests.testZEO.FileStorageTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 433, in checkPackWhileWriting
self._PackWhileWriting(pack_now=0)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 419, in _PackWhileWriting
self.assert_(not t.isAlive())
File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
Exception in thread Thread-113:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 517, in run
get_transaction().commit()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 250, in commit
self._finish_one(jars[0])
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 355, in _finish_one
jar.tpc_finish(self)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 765, in tpc_finish
self._storage.tpc_finish(transaction, callback)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 923, in tpc_finish
tid = self._server.tpc_finish(self._serial)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 94, in tpc_finish
return self.rpc.call('tpc_finish', id)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
...Exception in thread Thread-115:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ThreadTests.py", line 51, in run
self.storage.tpc_begin(self.trans)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 869, in tpc_begin
txn._extension, tid, status)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 88, in tpc_begin
return self.rpc.call('tpc_begin', id, user, descr, ext, tid, status)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
Failure in test checkSecondBeginFails (ZEO.tests.testZEO.FileStorageTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ThreadTests.py", line 110, in checkSecondBeginFails
thread2.join()
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ThreadTests.py", line 39, in join
assert not self.isAlive()
AssertionError
.......................................................................................................................................
Error in test check2StorageThreads (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test check2ZODBThreads (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test check4ExtStorageThread (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test check7StorageThreads (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test check7ZODBThreads (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkAbortAfterVote (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkAbortNotCommitting (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkAbortOneVersionCommitTheOther (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkAbortVersion (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkAbortVersionErrors (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkAbortVersionInvalidation (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkAbortVersionNotCommitting (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkAbortVersionSerialno (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkAbortVersionWrongTrans (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkAbortWrongTrans (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkBasics (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkBeginCommitting (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkBuggyResolve1 (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkBuggyResolve2 (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkCommitEmptyVersionInvalidation (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkCommitLockUndoAbort (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkCommitLockUndoClose (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkCommitLockUndoFinish (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkCommitLockVoteAbort (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkCommitLockVoteClose (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkCommitLockVoteFinish (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
Error in test checkCommitToNonVersion (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
...............................
Failure in test checkPackNowWhileWriting (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 436, in checkPackNowWhileWriting
self._PackWhileWriting(pack_now=1)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 419, in _PackWhileWriting
self.assert_(not t.isAlive())
File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
Exception in thread Thread-173:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 517, in run
get_transaction().commit()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 244, in commit
vote(self)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 701, in tpc_vote
s = vote(transaction)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 840, in tpc_vote
self._server.vote(self._serial)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 91, in vote
return self.rpc.call('vote', trans_id)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
Exception in thread Thread-175:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 517, in run
get_transaction().commit()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 232, in commit
self._commit_begin(jars, subjars, subtransaction)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 340, in _commit_begin
jar.tpc_begin(self)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 692, in tpc_begin
self._storage.tpc_begin(transaction)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 868, in tpc_begin
self._server.tpc_begin(id, txn.user, txn.description,
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 75, in __getattr__
raise ClientDisconnected()
ClientDisconnected
.......
Failure in test checkPackWhileWriting (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 433, in checkPackWhileWriting
self._PackWhileWriting(pack_now=0)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 419, in _PackWhileWriting
self.assert_(not t.isAlive())
File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
Exception in thread Thread-177:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 517, in run
get_transaction().commit()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 244, in commit
vote(self)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 701, in tpc_vote
s = vote(transaction)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 840, in tpc_vote
self._server.vote(self._serial)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 91, in vote
return self.rpc.call('vote', trans_id)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
Exception in thread Thread-179:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 517, in run
get_transaction().commit()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 232, in commit
self._commit_begin(jars, subjars, subtransaction)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 340, in _commit_begin
jar.tpc_begin(self)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 692, in tpc_begin
self._storage.tpc_begin(transaction)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 868, in tpc_begin
self._server.tpc_begin(id, txn.user, txn.description,
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 75, in __getattr__
raise ClientDisconnected()
ClientDisconnected
...Exception in thread Thread-180:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ThreadTests.py", line 52, in run
oid = self.storage.new_oid()
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 791, in new_oid
self._oids = self._server.new_oids()
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 71, in new_oids
return self.rpc.call('new_oids')
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
Failure in test checkSecondBeginFails (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ThreadTests.py", line 110, in checkSecondBeginFails
thread2.join()
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ThreadTests.py", line 39, in join
assert not self.isAlive()
AssertionError
.................................................................................................................................................................................................................................................................................................................................................................................................................................
Failure in test check7ZODBThreads (tempstorage.tests.testTemporaryStorage.TemporaryStorageTests)
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/MTStorage.py", line 217, in check7ZODBThreads
self._checkNThreads(7, ZODBClientThread, db, self)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/MTStorage.py", line 206, in _checkNThreads
t.join(60)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/MTStorage.py", line 41, in run
self.runtest()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/MTStorage.py", line 70, in runtest
self.test.fail()
File "/usr/local/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError
........................................................................................
======================================================================
ERROR: checkConcurrentLargeUpdates (ZEO.tests.testConnection.BDBConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 450, in checkConcurrentLargeUpdates
get_transaction().commit()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Transaction.py", line 244, in commit
vote(self)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/Connection.py", line 701, in tpc_vote
s = vote(transaction)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 840, in tpc_vote
self._server.vote(self._serial)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 91, in vote
return self.rpc.call('vote', trans_id)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
======================================================================
ERROR: checkConcurrentLargeUpdates (ZEO.tests.testConnection.BDBConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 105, in tearDown
forker.shutdown_zeo_server(adminaddr)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 135, in shutdown_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkTimeout (ZEO.tests.testConnection.BDBTimeoutTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 831, in checkTimeout
storage.tpc_vote(txn)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 840, in tpc_vote
self._server.vote(self._serial)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 91, in vote
return self.rpc.call('vote', trans_id)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
======================================================================
ERROR: checkTimeoutOnAbort (ZEO.tests.testConnection.BDBTimeoutTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ConnectionTests.py", line 840, in checkTimeoutOnAbort
storage.tpc_vote(txn)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 840, in tpc_vote
self._server.vote(self._serial)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 91, in vote
return self.rpc.call('vote', trans_id)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
======================================================================
ERROR: checkPackNowWhileWriting (ZEO.tests.testZEO.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 436, in checkPackNowWhileWriting
self._PackWhileWriting(pack_now=1)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 411, in _PackWhileWriting
db.pack(time.time())
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/DB.py", line 528, in pack
try: self._storage.pack(t,referencesf)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ClientStorage.py", line 815, in pack
return self._server.pack(t, wait)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/ServerStub.py", line 79, in pack
self.rpc.call('pack', t, wait)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/zrpc/connection.py", line 372, in call
raise inst # error raised by server
CorruptedError: /tmp/tmpEt-pDJ:26270:transaction with checkpoint flag set
======================================================================
ERROR: check2StorageThreads (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: check2ZODBThreads (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: check4ExtStorageThread (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: check7StorageThreads (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: check7ZODBThreads (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkAbortAfterVote (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkAbortNotCommitting (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkAbortOneVersionCommitTheOther (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkAbortVersion (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkAbortVersionErrors (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkAbortVersionInvalidation (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkAbortVersionNotCommitting (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkAbortVersionSerialno (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkAbortVersionWrongTrans (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkAbortWrongTrans (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkBasics (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkBeginCommitting (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkBuggyResolve1 (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkBuggyResolve2 (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkCommitEmptyVersionInvalidation (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkCommitLockUndoAbort (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkCommitLockUndoClose (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkCommitLockUndoFinish (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkCommitLockVoteAbort (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkCommitLockVoteClose (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkCommitLockVoteFinish (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
ERROR: checkCommitToNonVersion (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/testZEO.py", line 130, in setUp
zconf, port)
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/forker.py", line 104, in start_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (111, 'Connection refused')
======================================================================
FAIL: checkPackWhileWriting (ZEO.tests.testZEO.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 433, in checkPackWhileWriting
self._PackWhileWriting(pack_now=0)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 419, in _PackWhileWriting
self.assert_(not t.isAlive())
File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
======================================================================
FAIL: checkSecondBeginFails (ZEO.tests.testZEO.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ThreadTests.py", line 110, in checkSecondBeginFails
thread2.join()
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ThreadTests.py", line 39, in join
assert not self.isAlive()
AssertionError
======================================================================
FAIL: checkPackNowWhileWriting (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 436, in checkPackNowWhileWriting
self._PackWhileWriting(pack_now=1)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 419, in _PackWhileWriting
self.assert_(not t.isAlive())
File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
======================================================================
FAIL: checkPackWhileWriting (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 433, in checkPackWhileWriting
self._PackWhileWriting(pack_now=0)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/PackableStorage.py", line 419, in _PackWhileWriting
self.assert_(not t.isAlive())
File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
if not expr: raise self.failureException, msg
AssertionError
======================================================================
FAIL: checkSecondBeginFails (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ThreadTests.py", line 110, in checkSecondBeginFails
thread2.join()
File "/tmp/autotest0caFSS/Zope/lib/python/ZEO/tests/ThreadTests.py", line 39, in join
assert not self.isAlive()
AssertionError
======================================================================
FAIL: check7ZODBThreads (tempstorage.tests.testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/MTStorage.py", line 217, in check7ZODBThreads
self._checkNThreads(7, ZODBClientThread, db, self)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/MTStorage.py", line 206, in _checkNThreads
t.join(60)
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/MTStorage.py", line 41, in run
self.runtest()
File "/tmp/autotest0caFSS/Zope/lib/python/ZODB/tests/MTStorage.py", line 70, in runtest
self.test.fail()
File "/usr/local/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError
----------------------------------------------------------------------
Ran 2610 tests in 12798.711s
FAILED (failures=6, errors=32)
More information about the Zope-tests
mailing list