[Zope-tests] FAILED (failures=6, errors=3): Test ZODB HEAD / Python 2.3 / Linux

jeremy at zope.com jeremy at zope.com
Tue Jan 6 20:52:12 EST 2004


Email automatically generated by a daily test runner.

cd /tmp/autotestY5nR0H/ZODB3
PYTHONPATH=  /usr/local/bin/python2.3 -u test.py -v --all
Running unit tests at all levels
Running unit tests from /tmp/autotestY5nR0H/ZODB3/build
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. OOBTree (0!
x40e86934) with 7 children
    key 0: 17
    key 1: 34
    key 2: 51
    key 3: 68
    key 4: 86
    key 5: 102
    0 OOBucket (0x40e86ab4) with 16 keys
        key 0: 1 value 1
        key 1: 2 value 2
        key 2: 3 value 1
        key 3: 4 value 2
        key 4: 5 value 1
        key 5: 6 value 2
        key 6: 7 value 1
        key 7: 8 value 2
        key 8: 9 value 1
        key 9: 10 value 2
        key 10: 11 value 1
        key 11: 12 value 2
        key 12: 13 value 1
        key 13: 14 value 2
        key 14: 15 value 1
        key 15: 16 value 2
    1 OOBucket (0x40e86c34) with 16 keys
        key 0: 17 value 1
        key 1: 18 value 2
        key 2: 19 value 1
        key 3: 20 value 2
        key 4: 21 value 1
        key 5: 22 value 2
        key 6: 23 value 1
        key 7: 24 value 2
        key 8: 25 value 1
        key 9: 26 value 2
        key 10: 27 value 1
        key 11: 28 value 2
        key 12: 29 value 1
        key 13: 30 value 2
        key 14: 31 value 1
        key 15: 33 value 1
    2 OOBucket (0x40e86cf4) with 15 keys
        key 0: 34 value 2
        key 1: 35 value 1
        key 2: 36 value 2
        key 3: 37 value 1
        key 4: 38 value 2
        key 5: 39 value 1
        key 6: 40 value 2
        key 7: 41 value 1
        key 8: 42 value 2
        key 9: 43 value 1
        key 10: 44 value 2
        key 11: 45 value 1
        key 12: 46 value 2
        key 13: 47 value 1
        key 14: 49 value 1


Error in test checkConcurrentUpdates1Storage (ZEO.tests.testConnection.FileStorageConnectionTests)
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/InvalidationTests.py", line 492, in checkConcurrentUpdates1Storage
    self._check_tree(cn, tree)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/InvalidationTests.py", line 374, in _check_tree
    display(tree)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/BTrees/check.py", line 410, in display
    Printer(btree).display()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/BTrees/check.py", line 359, in display
    self.walk()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/BTrees/check.py", line 300, in walk
    keys, values = crack_bucket(obj, is_mapping)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/BTrees/check.py", line 181, in crack_bucket
    state = b.__getstate__()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Connection.py", line 445, in setstate
    raise RuntimeError(msg)
RuntimeError: Shouldn't load state for 0000000000000009 when the connection is closed

.................

Failure in test checkNoVerificationOnServerRestartWith2Clients (ZEO.tests.testConnection.FileStorageReconnectionTests)
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 823, in checkNoVerificationOnServerRestartWith2Clients
    self.pollUp()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 214, in pollUp
    self.fail("timed out waiting for storage to connect")
  File "/usr/local/lib/python2.3/unittest.py", line 270, in fail
    raise self.failureException, msg
AssertionError: timed out waiting for storage to connect

.............................................................

Failure in test checkReconnectUpgrade (ZEO.tests.testConnection.BDBReconnectionTests)
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 749, in checkReconnectUpgrade
    self.pollUp()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 214, in pollUp
    self.fail("timed out waiting for storage to connect")
  File "/usr/local/lib/python2.3/unittest.py", line 270, in fail
    raise self.failureException, msg
AssertionError: timed out waiting for storage to connect

..

Error in test checkTimeout (ZEO.tests.testConnection.BDBTimeoutTests)
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 839, in checkTimeout
    storage.tpc_vote(txn)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 881, in tpc_vote
    self._server.vote(id(txn))
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ServerStub.py", line 230, in vote
    return self.rpc.call('vote', trans_id)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 370, in call
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError

.

Error in test checkTimeoutOnAbort (ZEO.tests.testConnection.BDBTimeoutTests)
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 848, in checkTimeoutOnAbort
    storage.tpc_vote(txn)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 881, in tpc_vote
    self._server.vote(id(txn))
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ServerStub.py", line 230, in vote
    return self.rpc.call('vote', trans_id)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 370, in call
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError

......................................................................................................................................................................................................................................

Failure in test checkPackNowWhileWriting (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 207, in checkPackNowWhileWriting
    self._PackWhileWriting(pack_now=1)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 190, 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-281:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
    self.run()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 521, in run
    get_transaction().commit()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 244, in commit
    vote(self)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Connection.py", line 614, in tpc_vote
    s = vote(transaction)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 881, in tpc_vote
    self._server.vote(id(txn))
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ServerStub.py", line 230, in vote
    return self.rpc.call('vote', trans_id)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 370, in call
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError

.......

Failure in test checkPackWhileWriting (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 204, in checkPackWhileWriting
    self._PackWhileWriting(pack_now=0)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 190, 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-285:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
    self.run()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 521, in run
    get_transaction().commit()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 244, in commit
    vote(self)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Connection.py", line 614, in tpc_vote
    s = vote(transaction)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 881, in tpc_vote
    self._server.vote(id(txn))
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ServerStub.py", line 230, in vote
    return self.rpc.call('vote', trans_id)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 370, in call
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError

Exception in thread Thread-284:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
    self.run()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 521, in run
    get_transaction().commit()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 254, in commit
    self._cleanup(objects, ncommitted, jars, subjars)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 232, in commit
    self._commit_begin(jars, subjars, subtransaction)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 344, in _commit_begin
    jar.tpc_begin(self)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Connection.py", line 605, in tpc_begin
    self._storage.tpc_begin(transaction)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 902, in tpc_begin
    self._server.tpc_begin(id(txn), txn.user, txn.description,
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 75, in __getattr__
    raise ClientDisconnected()
ClientDisconnected

...Exception in thread Thread-288:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
    self.run()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ThreadTests.py", line 52, in run
    oid = self.storage.new_oid()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 830, in new_oid
    self._oids = self._server.new_oids()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ServerStub.py", line 147, in new_oids
    return self.rpc.call('new_oids')
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 370, in call
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError



Failure in test checkSecondBeginFails (ZEO.tests.testZEO.BDBTests)
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ThreadTests.py", line 110, in checkSecondBeginFails
    thread2.join()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ThreadTests.py", line 39, in join
    assert not self.isAlive()
AssertionError

......................................................................................................................................................................................................................................................

Failure in test check2StorageThreads (ZODB.tests.testMappingStorage.MappingStorageTests)
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/MTStorage.py", line 224, in check2StorageThreads
    self._checkNThreads(2, StorageClientThread, self._storage, self)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/MTStorage.py", line 211, in _checkNThreads
    self.failIf(t.isAlive(), "thread failed to finish in 60 seconds")
  File "/usr/local/lib/python2.3/unittest.py", line 274, in failIf
    if expr: raise self.failureException, msg
AssertionError: thread failed to finish in 60 seconds

...................................................................................................................................
======================================================================
ERROR: checkConcurrentUpdates1Storage (ZEO.tests.testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/InvalidationTests.py", line 492, in checkConcurrentUpdates1Storage
    self._check_tree(cn, tree)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/InvalidationTests.py", line 374, in _check_tree
    display(tree)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/BTrees/check.py", line 410, in display
    Printer(btree).display()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/BTrees/check.py", line 359, in display
    self.walk()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/BTrees/check.py", line 300, in walk
    keys, values = crack_bucket(obj, is_mapping)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/BTrees/check.py", line 181, in crack_bucket
    state = b.__getstate__()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/Connection.py", line 445, in setstate
    raise RuntimeError(msg)
RuntimeError: Shouldn't load state for 0000000000000009 when the connection is closed

======================================================================
ERROR: checkTimeout (ZEO.tests.testConnection.BDBTimeoutTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 839, in checkTimeout
    storage.tpc_vote(txn)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 881, in tpc_vote
    self._server.vote(id(txn))
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ServerStub.py", line 230, in vote
    return self.rpc.call('vote', trans_id)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 370, in call
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError

======================================================================
ERROR: checkTimeoutOnAbort (ZEO.tests.testConnection.BDBTimeoutTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 848, in checkTimeoutOnAbort
    storage.tpc_vote(txn)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 881, in tpc_vote
    self._server.vote(id(txn))
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/ServerStub.py", line 230, in vote
    return self.rpc.call('vote', trans_id)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 370, in call
    r_flags, r_args = self.wait(msgid)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 460, in wait
    raise DisconnectedError()
DisconnectedError

======================================================================
FAIL: checkNoVerificationOnServerRestartWith2Clients (ZEO.tests.testConnection.FileStorageReconnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 823, in checkNoVerificationOnServerRestartWith2Clients
    self.pollUp()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 214, in pollUp
    self.fail("timed out waiting for storage to connect")
  File "/usr/local/lib/python2.3/unittest.py", line 270, in fail
    raise self.failureException, msg
AssertionError: timed out waiting for storage to connect

======================================================================
FAIL: checkReconnectUpgrade (ZEO.tests.testConnection.BDBReconnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 749, in checkReconnectUpgrade
    self.pollUp()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ConnectionTests.py", line 214, in pollUp
    self.fail("timed out waiting for storage to connect")
  File "/usr/local/lib/python2.3/unittest.py", line 270, in fail
    raise self.failureException, msg
AssertionError: timed out waiting for storage to connect

======================================================================
FAIL: checkPackNowWhileWriting (ZEO.tests.testZEO.BDBTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 207, in checkPackNowWhileWriting
    self._PackWhileWriting(pack_now=1)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 190, 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/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 204, in checkPackWhileWriting
    self._PackWhileWriting(pack_now=0)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 190, 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/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ThreadTests.py", line 110, in checkSecondBeginFails
    thread2.join()
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZEO/tests/ThreadTests.py", line 39, in join
    assert not self.isAlive()
AssertionError

======================================================================
FAIL: check2StorageThreads (ZODB.tests.testMappingStorage.MappingStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/MTStorage.py", line 224, in check2StorageThreads
    self._checkNThreads(2, StorageClientThread, self._storage, self)
  File "/tmp/autotestY5nR0H/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/MTStorage.py", line 211, in _checkNThreads
    self.failIf(t.isAlive(), "thread failed to finish in 60 seconds")
  File "/usr/local/lib/python2.3/unittest.py", line 274, in failIf
    if expr: raise self.failureException, msg
AssertionError: thread failed to finish in 60 seconds

----------------------------------------------------------------------
Ran 1685 tests in 6690.538s

FAILED (failures=6, errors=3)



More information about the Zope-tests mailing list