[Zope-tests] FAIL ( errors:1) -- Z2 Tests/Linux -- 2_7-branch/Py233
zope-tests at plope.com
zope-tests at plope.com
Wed Jun 23 04:54:14 EDT 2004
======================================================================
Python Version:2.3.3 (#1, Feb 25 2004, 14:09:57)
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)]
Modules included:
Zope (Zope-2_7-branch)
Running unit tests from /home/chrism/opt/tests/sandbox/Zope
Script (Python):filepath:1: DeprecationWarning: integer argument expected, got float
Error in test checkPackWhileWriting (ZEO.tests.testZEO.FileStorageTests)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 434, in checkPackWhileWriting
self._PackWhileWriting(pack_now=0)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 414, in _PackWhileWriting
db.pack(packt)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/DB.py", line 555, in pack
try: self._storage.pack(t,referencesf)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 815, in pack
return self._server.pack(t, wait)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ServerStub.py", line 79, in pack
self.rpc.call('pack', t, wait)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/zrpc/connection.py", line 372, in call
raise inst # error raised by server
CorruptedError: /tmp/tmpiRKvu4:26270:transaction with checkpoint flag set
Exception in thread Thread-76:
Traceback (most recent call last):
File "/home/chrism/opt/Python-2.3.3/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 562, in run
get_transaction().commit()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 253, in commit
self._finish_one(jars[0])
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 358, in _finish_one
jar.tpc_finish(self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 763, in tpc_finish
self._storage.tpc_finish(transaction, callback)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 923, in tpc_finish
tid = self._server.tpc_finish(self._serial)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ServerStub.py", line 94, in tpc_finish
return self.rpc.call('tpc_finish', id)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
Exception in thread Thread-77:
Traceback (most recent call last):
File "/home/chrism/opt/Python-2.3.3/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 562, in run
get_transaction().commit()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 235, in commit
self._commit_begin(jars, subjars, subtransaction)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 343, in _commit_begin
jar.tpc_begin(self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 690, in tpc_begin
self._storage.tpc_begin(transaction)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 868, in tpc_begin
self._server.tpc_begin(id, txn.user, txn.description,
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 75, in __getattr__
raise ClientDisconnected()
ClientDisconnected
Exception in thread Thread-78:
Traceback (most recent call last):
File "/home/chrism/opt/Python-2.3.3/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 562, in run
get_transaction().commit()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 235, in commit
self._commit_begin(jars, subjars, subtransaction)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 343, in _commit_begin
jar.tpc_begin(self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 690, in tpc_begin
self._storage.tpc_begin(transaction)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 868, in tpc_begin
self._server.tpc_begin(id, txn.user, txn.description,
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 75, in __getattr__
raise ClientDisconnected()
ClientDisconnected
Exception in thread Thread-79:
Traceback (most recent call last):
File "/home/chrism/opt/Python-2.3.3/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 562, in run
get_transaction().commit()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 235, in commit
self._commit_begin(jars, subjars, subtransaction)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 343, in _commit_begin
jar.tpc_begin(self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 690, in tpc_begin
self._storage.tpc_begin(transaction)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 868, in tpc_begin
self._server.tpc_begin(id, txn.user, txn.description,
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 75, in __getattr__
raise ClientDisconnected()
ClientDisconnected
======================================================================
ERROR: checkPackWhileWriting (ZEO.tests.testZEO.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 434, in checkPackWhileWriting
self._PackWhileWriting(pack_now=0)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 414, in _PackWhileWriting
db.pack(packt)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/DB.py", line 555, in pack
try: self._storage.pack(t,referencesf)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ClientStorage.py", line 815, in pack
return self._server.pack(t, wait)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/ServerStub.py", line 79, in pack
self.rpc.call('pack', t, wait)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/zrpc/connection.py", line 372, in call
raise inst # error raised by server
CorruptedError: /tmp/tmpiRKvu4:26270:transaction with checkpoint flag set
----------------------------------------------------------------------
Ran 2551 tests in 385.894s
FAILED (errors=1)
More information about the Zope-tests
mailing list