From neo-report at nexedi.com Fri Nov 8 20:23:56 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Fri, 8 Nov 2013 20:23:56 +0100 (CET) Subject: [Neo-report] NEO tests [master:3195-g7cdd3f8:py2.6:SQLite]: 460 Tests, 54 Failed Message-ID: <20131108192356.D7D4EBF00DA@mail2.tiolive.com> Title : NEO tests [master:3195-g7cdd3f8:py2.6:SQLite] Date : 2013-11-08 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1383938332.6433721 Status : 88.261% NEO_TESTS_ADAPTER : SQLite NEO_TEST_ZODB_FUNCTIONAL : 1 NEO TESTS REPORT Test Module | run | success | errors | fails | time --------------------------+---------+---------+---------+---------+---------- ClientApp | 24 | 24 | . | . | 1.20s ConnectionPool | 5 | 5 | . | . | 1.04s MasterHandler | 12 | 12 | . | . | 0.10s StorageHandler | 14 | 14 | . | . | 0.11s --------------------------+---------+---------+---------+---------+---------- neo.tests.client | | | | | --------------------------+---------+---------+---------+---------+---------- Client | 10 | 9 | 1 | . | 19.31s Cluster | 7 | 7 | . | . | 20.54s Master | 4 | 4 | . | . | 10.49s Storage | 12 | 12 | . | . | 51.07s --------------------------+---------+---------+---------+---------+---------- neo.tests.functional | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 6 | 6 | . | . | 0.06s ElectionHandler | 16 | 16 | . | . | 0.14s MasterApp | 2 | 2 | . | . | 0.02s MasterPT | 5 | 5 | . | . | 0.06s Recovery | 3 | 3 | . | . | 0.03s StorageHandler | 8 | 8 | . | . | 0.15s Transactions | 9 | 9 | . | . | 0.07s Verification | 6 | 6 | . | . | 0.05s --------------------------+---------+---------+---------+---------+---------- neo.tests.master | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 18 | 18 | . | . | 0.17s IdentificationHandler | 3 | 3 | . | . | 0.04s InitializationHandler | 2 | 2 | . | . | 0.02s MasterHandler | 9 | 9 | . | . | 0.09s StorageApp | 3 | 3 | . | . | 0.05s StorageSQLite | 22 | 22 | . | . | 0.22s Transactions | 18 | 18 | . | . | 0.14s VerificationHandler | 8 | 8 | . | . | 0.10s --------------------------+---------+---------+---------+---------+---------- neo.tests.storage | | | | | --------------------------+---------+---------+---------+---------+---------- Bootstrap | 2 | 2 | . | . | 0.09s Connection | 75 | 75 | . | . | 0.60s Dispatcher | 5 | 5 | . | . | 0.04s Event | 1 | 1 | . | . | 0.01s Handler | 1 | 1 | . | . | 0.01s Nodes | 17 | 17 | . | . | 0.13s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 2.95s Replication | 6 | 6 | . | . | 15.26s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 5 | 11 | . | 23.47s Conflict | 5 | 1 | 4 | . | 7.03s History | 1 | . | 1 | . | 1.31s Iterator | 9 | 1 | 8 | . | 12.26s MT | 5 | 2 | 3 | . | 8.68s Pack | 14 | 9 | 5 | . | 27.08s Persistent | 1 | . | 1 | . | 1.31s ReadOnly | 2 | 1 | 1 | . | 3.11s Revision | 7 | . | 7 | . | 9.25s Synchronization | 7 | 7 | . | . | 12.67s Undo | 17 | 6 | 11 | . | 26.62s ZODB | 10 | 10 | . | . | 19.00s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 460 | 406 | 54 | . | 276.24s --------------------------+---------+---------+---------+---------+---------- ERRORS: neo.tests.threaded.test.Test.testDeadlockAvoidance ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 247, in testDeadlockAvoidance self.assertEqual(self._testDeadlockAvoidance([1, 3]), File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 221, in _testDeadlockAvoidance t.join() File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 785, in run apply(*self.__target) File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_manager.py", line 111, in commit return self.get().commit() File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 280, in commit reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 271, in commit self._commitResources() File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 417, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 394, in _commitResources rm.tpc_vote(self) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 781, in tpc_vote s = vote(transaction) File "/home/neo/master/neoppod/neo/client/Storage.py", line 30, in wrapped return func(self, *args, **kw) File "/home/neo/master/neoppod/neo/client/Storage.py", line 102, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 718, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 697, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 668, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a2a026f96900bb 2013-11-08 19:18:58.455508, serial currently committed 0x00 1900-01-01 00:00:00.000000) ------------------------------------------------------------- neo.tests.functional.testClient.ClientTests.testExportFileStorageBug ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 225, in testExportFileStorageBug self.testExport(True) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 221, in testExport self.__checkTree(root['trees']) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 162, in __checkTree self.__checkTree(tree.right, depth) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 163, in __checkTree self.__checkTree(tree.left, depth) AttributeError: 'Tree' object has no attribute 'left' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkAbortAfterVote ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 123, in checkAbortAfterVote revid1 = self._dostore(oid=oid1, data=MinPO(-2)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkConflicts ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 104, in checkConflicts revid1 = self._dostore(oid, data=MinPO(11)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkGetSize ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 178, in checkGetSize self._dostore(data=MinPO(25)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkGetTid ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 160, in checkGetTid revid1 = self._dostore(oid, data=p41) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkLen ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 173, in checkLen self._dostore(data=MinPO(22)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkSerialIsNoneForInitialRevision ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 76, in checkSerialIsNoneForInitialRevision newrevid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkStore ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 84, in checkStore newrevid = self._dostore(revid=None) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkStoreAndLoad ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 91, in checkStoreAndLoad self._dostore(oid=oid, data=MinPO(7)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkStoreTwoObjects ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 145, in checkStoreTwoObjects revid1 = self._dostore(oid1, data=p31) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkWriteAfterAbort ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 119, in checkWriteAfterAbort self._dostore(oid=oid, data=MinPO(6)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x02' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.check_checkCurrentSerialInTransaction ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/BasicStorage.py", line 224, in check_checkCurrentSerialInTransaction tid = self._dostore(oid) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\xf0' ------------------------------------------------------------- neo.tests.zodb.testConflict.ConflictTests.checkBuggyResolve1 ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/ConflictResolution.py", line 110, in checkBuggyResolve1 revid1 = self._dostoreNP(oid, data=zodb_pickle(obj)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 202, in _dostoreNP return self._dostore(oid, revid, data, 1, user, description) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testConflict.ConflictTests.checkBuggyResolve2 ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/ConflictResolution.py", line 128, in checkBuggyResolve2 revid1 = self._dostoreNP(oid, data=zodb_pickle(obj)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 202, in _dostoreNP return self._dostore(oid, revid, data, 1, user, description) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testConflict.ConflictTests.checkResolve ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/ConflictResolution.py", line 64, in checkResolve revid1 = self._dostoreNP(oid, data=zodb_pickle(obj)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 202, in _dostoreNP return self._dostore(oid, revid, data, 1, user, description) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testConflict.ConflictTests.checkUnresolvable ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/ConflictResolution.py", line 84, in checkUnresolvable revid1 = self._dostoreNP(oid, data=zodb_pickle(obj)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 202, in _dostoreNP return self._dostore(oid, revid, data, 1, user, description) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testHistory.HistoryTests.checkSimpleHistory ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/HistoryStorage.py", line 28, in checkSimpleHistory revid1 = self._dostore(oid, data=MinPO(11)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testIterator.IteratorTests.checkExtendedIteration ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/IteratorStorage.py", line 161, in checkExtendedIteration revid1 = self._dostore(oid, data=MinPO(11)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testIterator.IteratorTests.checkIterateRecordsRepeatedly ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/IteratorStorage.py", line 138, in checkIterateRecordsRepeatedly self._dostore() File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testIterator.IteratorTests.checkIterateRepeatedly ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/IteratorStorage.py", line 131, in checkIterateRepeatedly self._dostore() File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testIterator.IteratorTests.checkIterateWhileWriting ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/IteratorStorage.py", line 144, in checkIterateWhileWriting self._dostore() File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testIterator.IteratorTests.checkLoad_was_checkLoadEx ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/IteratorStorage.py", line 118, in checkLoad_was_checkLoadEx self._dostore(oid, data=42) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testIterator.IteratorTests.checkSimpleIteration ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/IteratorStorage.py", line 51, in checkSimpleIteration revid1 = self._dostore(oid, data=MinPO(11)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testIterator.IteratorTests.checkTransactionExtensionFromIterator ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/IteratorStorage.py", line 85, in checkTransactionExtensionFromIterator revid = self._dostore(oid, data=MinPO(1)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testIterator.IteratorTests.checkUndoZombie ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/IteratorStorage.py", line 60, in checkUndoZombie revid = self._dostore(oid, data=MinPO(94)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testMT.MTTests.check2StorageThreads ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 239, in check2StorageThreads self._checkNThreads(2, StorageClientThread, self._storage, self) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 224, in _checkNThreads t.join(60) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 39, in run self.runtest() File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 124, in runtest self.dostore(i) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 161, in dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testMT.MTTests.check4ExtStorageThread ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 245, in check4ExtStorageThread self._checkNThreads(4, ExtStorageClientThread, self._storage, self) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 224, in _checkNThreads t.join(60) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 39, in run self.runtest() File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 184, in runtest self.dostore(0) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 161, in dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testMT.MTTests.check7StorageThreads ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 242, in check7StorageThreads self._checkNThreads(7, StorageClientThread, self._storage, self) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 224, in _checkNThreads t.join(60) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 39, in run self.runtest() File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 124, in runtest self.dostore(i) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/MTStorage.py", line 161, in dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testPack.PackableTests.checkPackAllRevisions ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 332, in checkPackAllRevisions revid1 = self._dostoreNP(oid, data=pdumps(obj)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 202, in _dostoreNP return self._dostore(oid, revid, data, 1, user, description) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testPack.PackableTests.checkPackAllRevisionsNoGC ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 521, in checkPackAllRevisionsNoGC revid1 = self._dostoreNP(oid, data=pdumps(obj)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 202, in _dostoreNP return self._dostore(oid, revid, data, 1, user, description) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testPack.PackableTests.checkPackJustOldRevisions ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 378, in checkPackJustOldRevisions revid0 = self._dostoreNP(ZERO, data=dumps(root)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 202, in _dostoreNP return self._dostore(oid, revid, data, 1, user, description) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x00' ------------------------------------------------------------- neo.tests.zodb.testPack.PackableTests.checkPackOnlyOneObject ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 446, in checkPackOnlyOneObject revid0 = self._dostoreNP(ZERO, data=dumps(root)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 202, in _dostoreNP return self._dostore(oid, revid, data, 1, user, description) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x00' ------------------------------------------------------------- neo.tests.zodb.testPack.PackableTests.checkPackUndoLog ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 645, in checkPackUndoLog revid1 = self._dostoreNP(oid, data=pdumps(obj)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 202, in _dostoreNP return self._dostore(oid, revid, data, 1, user, description) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testPersistent.PersistentTests.checkUpdatesPersist ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/PersistentStorage.py", line 28, in checkUpdatesPersist self._dostore() File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testReadOnly.ReadOnlyTests.checkReadMethods ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/ReadOnlyStorage.py", line 33, in checkReadMethods self._create_data() File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/ReadOnlyStorage.py", line 24, in _create_data revid = self._dostore(oid) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testRevision.RevisionTests.checkLoadBefore ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/RevisionStorage.py", line 54, in checkLoadBefore revid = self._dostore(oid, revid, data=MinPO(i)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testRevision.RevisionTests.checkLoadBeforeConsecutiveTids ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/RevisionStorage.py", line 158, in checkLoadBeforeConsecutiveTids revid1 = helper(1, None, 1) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/RevisionStorage.py", line 152, in helper newrevid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testRevision.RevisionTests.checkLoadBeforeCreation ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/RevisionStorage.py", line 170, in checkLoadBeforeCreation revid1 = self._dostore(oid1) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testRevision.RevisionTests.checkLoadBeforeEdges ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/RevisionStorage.py", line 77, in checkLoadBeforeEdges revid1 = self._dostore(oid, data=MinPO(1)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testRevision.RevisionTests.checkLoadBeforeOld ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/RevisionStorage.py", line 101, in checkLoadBeforeOld revid = self._dostore(oid, revid, data=MinPO(i)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testRevision.RevisionTests.checkLoadBeforeUndo ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/RevisionStorage.py", line 118, in checkLoadBeforeUndo revid = self._dostore(oid, revid, data=MinPO(i)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testRevision.RevisionTests.checkLoadSerial ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/RevisionStorage.py", line 32, in checkLoadSerial revid = self._dostore(oid, revid=revid, data=MinPO(i)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkCreationUndoneGetTid ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 157, in checkCreationUndoneGetTid self._dostore(oid, data=MinPO(23)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkNotUndoable ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 375, in checkNotUndoable revid_a = self._dostore(oid, data=MinPO(51)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkSimpleTransactionalUndo ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 124, in checkSimpleTransactionalUndo revid = self._dostore(oid, data=MinPO(23)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkTransactionalUndoAfterPack ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 438, in checkTransactionalUndoAfterPack revid0 = self._dostore(oid, data=MinPO(50)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x00' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkTwoObjectUndo ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 221, in checkTwoObjectUndo revid1 = self._transaction_newserial(oid1) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 77, in _transaction_newserial return self.__serials[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkTwoObjectUndoAgain ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 319, in checkTwoObjectUndoAgain revid1 = self._dostore(oid1, data=p31, already_pickled=1) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkTwoObjectUndoAtOnce ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 264, in checkTwoObjectUndoAtOnce (oid2, revid2, p50), File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 90, in _multi_obj_transaction newrevs[oid] = self._transaction_newserial(oid) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 77, in _transaction_newserial return self.__serials[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkUndoConflictResolution ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/ConflictResolution.py", line 150, in checkUndoConflictResolution revid_a = self._dostore(oid, data=obj) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkUndoCreationBranch1 ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 172, in checkUndoCreationBranch1 revid = self._dostore(oid, data=MinPO(11)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkUndoCreationBranch2 ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 190, in checkUndoCreationBranch2 revid = self._dostore(oid, data=MinPO(11)) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkUndoUnresolvable ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/ConflictResolution.py", line 172, in checkUndoUnresolvable revid_a = self._dostore(oid, data=obj) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 193, in _dostore revid = handle_serials(oid, r1, r2) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/StorageTestBase.py", line 137, in handle_serials return handle_all_serials(oid, *args)[oid] KeyError: '\x00\x00\x00\x00\x00\x00\x00\x01' ------------------------------------------------------------- From neo-report at nexedi.com Fri Nov 8 20:32:42 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Fri, 8 Nov 2013 20:32:42 +0100 (CET) Subject: [Neo-report] NEO tests [master:3195-g7cdd3f8:py2.6:SQLite]: 460 Tests, 5 Failed Message-ID: <20131108193242.68645BF00DA@mail2.tiolive.com> Title : NEO tests [master:3195-g7cdd3f8:py2.6:SQLite] Date : 2013-11-08 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1383938852.2098491 Status : 98.913% NEO_TESTS_ADAPTER : SQLite NEO_TEST_ZODB_FUNCTIONAL : 1 NEO TESTS REPORT Test Module | run | success | errors | fails | time --------------------------+---------+---------+---------+---------+---------- ClientApp | 24 | 24 | . | . | 1.20s ConnectionPool | 5 | 5 | . | . | 1.04s MasterHandler | 12 | 12 | . | . | 0.10s StorageHandler | 14 | 14 | . | . | 0.11s --------------------------+---------+---------+---------+---------+---------- neo.tests.client | | | | | --------------------------+---------+---------+---------+---------+---------- Client | 10 | 9 | 1 | . | 19.31s Cluster | 7 | 7 | . | . | 20.55s Master | 4 | 4 | . | . | 10.39s Storage | 12 | 12 | . | . | 51.02s --------------------------+---------+---------+---------+---------+---------- neo.tests.functional | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 6 | 6 | . | . | 0.06s ElectionHandler | 16 | 16 | . | . | 0.14s MasterApp | 2 | 2 | . | . | 0.02s MasterPT | 5 | 5 | . | . | 0.06s Recovery | 3 | 3 | . | . | 0.03s StorageHandler | 8 | 8 | . | . | 0.15s Transactions | 9 | 9 | . | . | 0.07s Verification | 6 | 6 | . | . | 0.05s --------------------------+---------+---------+---------+---------+---------- neo.tests.master | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 18 | 18 | . | . | 0.18s IdentificationHandler | 3 | 3 | . | . | 0.04s InitializationHandler | 2 | 2 | . | . | 0.02s MasterHandler | 9 | 9 | . | . | 0.09s StorageApp | 3 | 3 | . | . | 0.05s StorageSQLite | 22 | 22 | . | . | 0.22s Transactions | 18 | 18 | . | . | 0.14s VerificationHandler | 8 | 8 | . | . | 0.10s --------------------------+---------+---------+---------+---------+---------- neo.tests.storage | | | | | --------------------------+---------+---------+---------+---------+---------- Bootstrap | 2 | 2 | . | . | 0.04s Connection | 75 | 75 | . | . | 0.61s Dispatcher | 5 | 5 | . | . | 0.04s Event | 1 | 1 | . | . | 0.01s Handler | 1 | 1 | . | . | 0.01s Nodes | 17 | 17 | . | . | 0.13s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 3.94s Replication | 6 | 6 | . | . | 14.98s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.66s Conflict | 5 | 5 | . | . | 9.12s History | 1 | 1 | . | . | 1.84s Iterator | 9 | 9 | . | . | 16.50s MT | 5 | 5 | . | . | 11.96s Pack | 14 | 12 | . | 2 | 28.99s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.68s Revision | 7 | 7 | . | . | 14.49s Synchronization | 7 | 7 | . | . | 12.68s Undo | 17 | 16 | . | 1 | 32.78s ZODB | 10 | 10 | . | . | 19.00s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 460 | 455 | 2 | 3 | 307.52s --------------------------+---------+---------+---------+---------+---------- ERRORS: neo.tests.threaded.test.Test.testDeadlockAvoidance ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 247, in testDeadlockAvoidance self.assertEqual(self._testDeadlockAvoidance([1, 3]), File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 221, in _testDeadlockAvoidance t.join() File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 785, in run apply(*self.__target) File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_manager.py", line 111, in commit return self.get().commit() File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 280, in commit reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 271, in commit self._commitResources() File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 417, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 394, in _commitResources rm.tpc_vote(self) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 781, in tpc_vote s = vote(transaction) File "/home/neo/master/neoppod/neo/client/Storage.py", line 30, in wrapped return func(self, *args, **kw) File "/home/neo/master/neoppod/neo/client/Storage.py", line 102, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 718, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 697, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 668, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a2a02fa1df3a88 2013-11-08 19:27:37.938747, serial currently committed 0x00 1900-01-01 00:00:00.000000) ------------------------------------------------------------- neo.tests.functional.testClient.ClientTests.testExportFileStorageBug ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 225, in testExportFileStorageBug self.testExport(True) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 221, in testExport self.__checkTree(root['trees']) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 162, in __checkTree self.__checkTree(tree.right, depth) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 163, in __checkTree self.__checkTree(tree.left, depth) AttributeError: 'Tree' object has no attribute 'left' ------------------------------------------------------------- FAILURES: neo.tests.zodb.testPack.PackableTests.checkPackAllRevisions ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 360, in checkPackAllRevisions raises(KeyError, self._storage.loadSerial, oid, revid3) failureException: KeyError not raised ------------------------------------------------------------- neo.tests.zodb.testPack.PackableTests.checkPackUndoLog ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 655, in checkPackUndoLog self.assertEqual(1,len(self._storage.undoLog())) File "/home/neo/master/neoppod/neo/tests/__init__.py", line 156, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 1 != 3 ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkTransactionalUndoAfterPack ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 463, in checkTransactionalUndoAfterPack self.assertEqual(len(info2), 2) File "/home/neo/master/neoppod/neo/tests/__init__.py", line 156, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 4 != 2 ------------------------------------------------------------- From neo-report at nexedi.com Fri Nov 8 21:17:45 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Fri, 8 Nov 2013 21:17:45 +0100 (CET) Subject: [Neo-report] Matrix [master:3195-g7cdd3f8:py2.6:SQLite]: 559.2 KB/s Message-ID: <20131108201745.A885DBF019A@mail2.tiolive.com> Title : Matrix [master:3195-g7cdd3f8:py2.6:SQLite] Date : 2013-11-08 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 969.3 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 961.6 | 731.1 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 862.8 | 657.5 | 526.0 | 449.2 | +------------+------------+------------+------------+------------+ | 8 | 790.3 | 565.2 | 441.4 | 368.9 | +------------+------------+------------+------------+------------+ | 16 | 680.3 | 454.5 | 350.7 | 285.6 | +------------+------------+------------+------------+------------+ | 24 | 594.0 | 396.9 | 298.0 | 242.4 | +------------+------------+------------+------------+------------+ From neo-report at nexedi.com Fri Nov 8 21:23:04 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Fri, 8 Nov 2013 21:23:04 +0100 (CET) Subject: [Neo-report] NEO tests [master:3195-g7cdd3f8:py2.6:MySQL]: 465 Tests, 5 Failed Message-ID: <20131108202304.EDEBDBF00DA@mail2.tiolive.com> Title : NEO tests [master:3195-g7cdd3f8:py2.6:MySQL] Date : 2013-11-08 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1383941867.3447509 Status : 98.925% NEO_TESTS_ADAPTER : MySQL NEO_TEST_ZODB_FUNCTIONAL : 1 NEO TESTS REPORT Test Module | run | success | errors | fails | time --------------------------+---------+---------+---------+---------+---------- ClientApp | 24 | 24 | . | . | 1.20s ConnectionPool | 5 | 5 | . | . | 1.04s MasterHandler | 12 | 12 | . | . | 0.10s StorageHandler | 14 | 14 | . | . | 0.11s --------------------------+---------+---------+---------+---------+---------- neo.tests.client | | | | | --------------------------+---------+---------+---------+---------+---------- Client | 10 | 9 | 1 | . | 19.47s Cluster | 7 | 7 | . | . | 20.79s Master | 4 | 4 | . | . | 10.28s Storage | 12 | 12 | . | . | 51.29s --------------------------+---------+---------+---------+---------+---------- neo.tests.functional | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 6 | 6 | . | . | 0.06s ElectionHandler | 16 | 16 | . | . | 0.14s MasterApp | 2 | 2 | . | . | 0.02s MasterPT | 5 | 5 | . | . | 0.06s Recovery | 3 | 3 | . | . | 0.03s StorageHandler | 8 | 8 | . | . | 0.15s Transactions | 9 | 9 | . | . | 0.07s Verification | 6 | 6 | . | . | 0.05s --------------------------+---------+---------+---------+---------+---------- neo.tests.master | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 18 | 18 | . | . | 0.25s IdentificationHandler | 3 | 3 | . | . | 0.05s InitializationHandler | 2 | 2 | . | . | 0.03s MasterHandler | 9 | 9 | . | . | 0.12s StorageApp | 3 | 3 | . | . | 0.07s StorageMySQL | 27 | 27 | . | . | 0.42s Transactions | 18 | 18 | . | . | 0.14s VerificationHandler | 8 | 8 | . | . | 0.14s --------------------------+---------+---------+---------+---------+---------- neo.tests.storage | | | | | --------------------------+---------+---------+---------+---------+---------- Bootstrap | 2 | 2 | . | . | 0.04s Connection | 75 | 75 | . | . | 0.61s Dispatcher | 5 | 5 | . | . | 0.04s Event | 1 | 1 | . | . | 0.01s Handler | 1 | 1 | . | . | 0.01s Nodes | 17 | 17 | . | . | 0.13s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 6.17s Replication | 6 | 6 | . | . | 18.95s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.73s Conflict | 5 | 5 | . | . | 9.15s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.53s MT | 5 | 5 | . | . | 11.88s Pack | 14 | 12 | . | 2 | 28.82s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.68s Revision | 7 | 7 | . | . | 14.83s Synchronization | 7 | 7 | . | . | 12.69s Undo | 17 | 16 | . | 1 | 32.95s ZODB | 10 | 10 | . | . | 19.07s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 465 | 460 | 2 | 3 | 315.18s --------------------------+---------+---------+---------+---------+---------- ERRORS: neo.tests.threaded.test.Test.testDeadlockAvoidance ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 247, in testDeadlockAvoidance self.assertEqual(self._testDeadlockAvoidance([1, 3]), File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 221, in _testDeadlockAvoidance t.join() File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 785, in run apply(*self.__target) File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_manager.py", line 111, in commit return self.get().commit() File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 280, in commit reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 271, in commit self._commitResources() File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 417, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.4.1-py2.6.egg/transaction/_transaction.py", line 394, in _commitResources rm.tpc_vote(self) File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 781, in tpc_vote s = vote(transaction) File "/home/neo/master/neoppod/neo/client/Storage.py", line 30, in wrapped return func(self, *args, **kw) File "/home/neo/master/neoppod/neo/client/Storage.py", line 102, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 718, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 697, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 668, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a2a061e3886fee 2013-11-08 20:17:53.328037, serial currently committed 0x00 1900-01-01 00:00:00.000000) ------------------------------------------------------------- neo.tests.functional.testClient.ClientTests.testExportFileStorageBug ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 225, in testExportFileStorageBug self.testExport(True) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 221, in testExport self.__checkTree(root['trees']) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 162, in __checkTree self.__checkTree(tree.right, depth) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 163, in __checkTree self.__checkTree(tree.left, depth) AttributeError: 'Tree' object has no attribute 'left' ------------------------------------------------------------- FAILURES: neo.tests.zodb.testPack.PackableTests.checkPackAllRevisions ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 360, in checkPackAllRevisions raises(KeyError, self._storage.loadSerial, oid, revid3) failureException: KeyError not raised ------------------------------------------------------------- neo.tests.zodb.testPack.PackableTests.checkPackUndoLog ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 655, in checkPackUndoLog self.assertEqual(1,len(self._storage.undoLog())) File "/home/neo/master/neoppod/neo/tests/__init__.py", line 156, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 1 != 3 ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkTransactionalUndoAfterPack ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.6/eggs/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 463, in checkTransactionalUndoAfterPack self.assertEqual(len(info2), 2) File "/home/neo/master/neoppod/neo/tests/__init__.py", line 156, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 4 != 2 ------------------------------------------------------------- From neo-report at nexedi.com Fri Nov 8 22:09:59 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Fri, 8 Nov 2013 22:09:59 +0100 (CET) Subject: [Neo-report] Matrix [master:3195-g7cdd3f8:py2.6:MySQL]: 529.5 KB/s Message-ID: <20131108210959.AC3ACBF00DA@mail2.tiolive.com> Title : Matrix [master:3195-g7cdd3f8:py2.6:MySQL] Date : 2013-11-08 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 934.3 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 898.6 | 672.4 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 829.0 | 616.6 | 487.8 | 405.2 | +------------+------------+------------+------------+------------+ | 8 | 750.2 | 544.1 | 427.0 | 359.1 | +------------+------------+------------+------------+------------+ | 16 | 635.6 | 428.4 | 332.5 | 272.6 | +------------+------------+------------+------------+------------+ | 24 | 570.6 | 376.3 | 287.1 | 232.9 | +------------+------------+------------+------------+------------+ From neo-report at nexedi.com Fri Nov 8 22:14:55 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Fri, 8 Nov 2013 22:14:55 +0100 (CET) Subject: [Neo-report] NEO tests [master:3195-g7cdd3f8:py2.7:SQLite]: 460 Tests, 5 Failed Message-ID: <20131108211455.5D5DBBF00DA@mail2.tiolive.com> Title : NEO tests [master:3195-g7cdd3f8:py2.7:SQLite] Date : 2013-11-08 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Directory : /tmp/neo_tests/1383945006.741083 Status : 98.913% NEO_TESTS_ADAPTER : SQLite NEO_TEST_ZODB_FUNCTIONAL : 1 NEO TESTS REPORT Test Module | run | success | errors | fails | time --------------------------+---------+---------+---------+---------+---------- ClientApp | 24 | 24 | . | . | 1.20s ConnectionPool | 5 | 5 | . | . | 1.04s MasterHandler | 12 | 12 | . | . | 0.10s StorageHandler | 14 | 14 | . | . | 0.11s --------------------------+---------+---------+---------+---------+---------- neo.tests.client | | | | | --------------------------+---------+---------+---------+---------+---------- Client | 10 | 9 | 1 | . | 19.32s Cluster | 7 | 7 | . | . | 20.56s Master | 4 | 4 | . | . | 9.42s Storage | 12 | 12 | . | . | 34.12s --------------------------+---------+---------+---------+---------+---------- neo.tests.functional | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 6 | 6 | . | . | 0.05s ElectionHandler | 16 | 16 | . | . | 0.13s MasterApp | 2 | 2 | . | . | 0.02s MasterPT | 5 | 5 | . | . | 0.06s Recovery | 3 | 3 | . | . | 0.03s StorageHandler | 8 | 8 | . | . | 0.13s Transactions | 9 | 9 | . | . | 0.07s Verification | 6 | 6 | . | . | 0.05s --------------------------+---------+---------+---------+---------+---------- neo.tests.master | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 18 | 18 | . | . | 0.18s IdentificationHandler | 3 | 3 | . | . | 0.04s InitializationHandler | 2 | 2 | . | . | 0.02s MasterHandler | 9 | 9 | . | . | 0.09s StorageApp | 3 | 3 | . | . | 0.05s StorageSQLite | 22 | 22 | . | . | 0.22s Transactions | 18 | 18 | . | . | 0.14s VerificationHandler | 8 | 8 | . | . | 0.10s --------------------------+---------+---------+---------+---------+---------- neo.tests.storage | | | | | --------------------------+---------+---------+---------+---------+---------- Bootstrap | 2 | 2 | . | . | 0.04s Connection | 75 | 75 | . | . | 0.60s Dispatcher | 5 | 5 | . | . | 0.04s Event | 1 | 1 | . | . | 0.01s Handler | 1 | 1 | . | . | 0.01s Nodes | 17 | 17 | . | . | 0.13s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 2.72s Replication | 6 | 6 | . | . | 13.39s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.45s Conflict | 5 | 5 | . | . | 9.13s History | 1 | 1 | . | . | 1.84s Iterator | 9 | 9 | . | . | 16.49s MT | 5 | 5 | . | . | 11.72s Pack | 14 | 12 | . | 2 | 28.52s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.67s Revision | 7 | 7 | . | . | 14.55s Synchronization | 7 | 7 | . | . | 12.68s Undo | 17 | 16 | . | 1 | 32.63s ZODB | 10 | 10 | . | . | 19.10s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 460 | 455 | 2 | 3 | 285.89s --------------------------+---------+---------+---------+---------+---------- ERRORS: neo.tests.threaded.test.Test.testDeadlockAvoidance ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 247, in testDeadlockAvoidance self.assertEqual(self._testDeadlockAvoidance([1, 3]), File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 221, in _testDeadlockAvoidance t.join() File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 785, in run apply(*self.__target) File "/home/neo/master/py2.7/eggs/transaction-1.4.1-py2.7.egg/transaction/_manager.py", line 111, in commit return self.get().commit() File "/home/neo/master/py2.7/eggs/transaction-1.4.1-py2.7.egg/transaction/_transaction.py", line 280, in commit reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.4.1-py2.7.egg/transaction/_transaction.py", line 271, in commit self._commitResources() File "/home/neo/master/py2.7/eggs/transaction-1.4.1-py2.7.egg/transaction/_transaction.py", line 417, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.4.1-py2.7.egg/transaction/_transaction.py", line 394, in _commitResources rm.tpc_vote(self) File "/home/neo/master/py2.7/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/Connection.py", line 781, in tpc_vote s = vote(transaction) File "/home/neo/master/neoppod/neo/client/Storage.py", line 30, in wrapped return func(self, *args, **kw) File "/home/neo/master/neoppod/neo/client/Storage.py", line 102, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 718, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 697, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 668, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a2a09634c3eb77 2013-11-08 21:10:12.366870, serial currently committed 0x00 1900-01-01 00:00:00.000000) ------------------------------------------------------------- neo.tests.functional.testClient.ClientTests.testExportFileStorageBug ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 225, in testExportFileStorageBug self.testExport(True) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 221, in testExport self.__checkTree(root['trees']) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 162, in __checkTree self.__checkTree(tree.right, depth) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 163, in __checkTree self.__checkTree(tree.left, depth) AttributeError: 'Tree' object has no attribute 'left' ------------------------------------------------------------- FAILURES: neo.tests.zodb.testPack.PackableTests.checkPackAllRevisions ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.7/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 360, in checkPackAllRevisions raises(KeyError, self._storage.loadSerial, oid, revid3) failureException: KeyError not raised ------------------------------------------------------------- neo.tests.zodb.testPack.PackableTests.checkPackUndoLog ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.7/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 655, in checkPackUndoLog self.assertEqual(1,len(self._storage.undoLog())) File "/home/neo/master/neoppod/neo/tests/__init__.py", line 156, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 1 != 3 ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkTransactionalUndoAfterPack ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.7/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 463, in checkTransactionalUndoAfterPack self.assertEqual(len(info2), 2) File "/home/neo/master/neoppod/neo/tests/__init__.py", line 156, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 4 != 2 ------------------------------------------------------------- From neo-report at nexedi.com Fri Nov 8 22:20:07 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Fri, 8 Nov 2013 22:20:07 +0100 (CET) Subject: [Neo-report] NEO tests [master:3195-g7cdd3f8:py2.7:MySQL]: 465 Tests, 5 Failed Message-ID: <20131108212007.9F928BF00DA@mail2.tiolive.com> Title : NEO tests [master:3195-g7cdd3f8:py2.7:MySQL] Date : 2013-11-08 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Directory : /tmp/neo_tests/1383945295.889796 Status : 98.925% NEO_TESTS_ADAPTER : MySQL NEO_TEST_ZODB_FUNCTIONAL : 1 NEO TESTS REPORT Test Module | run | success | errors | fails | time --------------------------+---------+---------+---------+---------+---------- ClientApp | 24 | 24 | . | . | 1.20s ConnectionPool | 5 | 5 | . | . | 1.04s MasterHandler | 12 | 12 | . | . | 0.10s StorageHandler | 14 | 14 | . | . | 0.11s --------------------------+---------+---------+---------+---------+---------- neo.tests.client | | | | | --------------------------+---------+---------+---------+---------+---------- Client | 10 | 9 | 1 | . | 19.67s Cluster | 7 | 7 | . | . | 21.75s Master | 4 | 4 | . | . | 6.19s Storage | 12 | 12 | . | . | 56.66s --------------------------+---------+---------+---------+---------+---------- neo.tests.functional | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 6 | 6 | . | . | 0.06s ElectionHandler | 16 | 16 | . | . | 0.13s MasterApp | 2 | 2 | . | . | 0.02s MasterPT | 5 | 5 | . | . | 0.06s Recovery | 3 | 3 | . | . | 0.03s StorageHandler | 8 | 8 | . | . | 0.13s Transactions | 9 | 9 | . | . | 0.07s Verification | 6 | 6 | . | . | 0.05s --------------------------+---------+---------+---------+---------+---------- neo.tests.master | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 18 | 18 | . | . | 0.27s IdentificationHandler | 3 | 3 | . | . | 0.04s InitializationHandler | 2 | 2 | . | . | 0.03s MasterHandler | 9 | 9 | . | . | 0.13s StorageApp | 3 | 3 | . | . | 0.07s StorageMySQL | 27 | 27 | . | . | 0.45s Transactions | 18 | 18 | . | . | 0.14s VerificationHandler | 8 | 8 | . | . | 0.14s --------------------------+---------+---------+---------+---------+---------- neo.tests.storage | | | | | --------------------------+---------+---------+---------+---------+---------- Bootstrap | 2 | 2 | . | . | 0.05s Connection | 75 | 75 | . | . | 0.60s Dispatcher | 5 | 5 | . | . | 0.04s Event | 1 | 1 | . | . | 0.01s Handler | 1 | 1 | . | . | 0.01s Nodes | 17 | 17 | . | . | 0.13s PT | 10 | 10 | . | . | 0.08s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 2.97s Replication | 6 | 6 | . | . | 15.21s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.50s Conflict | 5 | 5 | . | . | 9.14s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.53s MT | 5 | 5 | . | . | 11.76s Pack | 14 | 12 | . | 2 | 28.18s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.67s Revision | 7 | 7 | . | . | 14.70s Synchronization | 7 | 7 | . | . | 12.70s Undo | 17 | 16 | . | 1 | 32.75s ZODB | 10 | 10 | . | . | 19.00s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 465 | 460 | 2 | 3 | 309.27s --------------------------+---------+---------+---------+---------+---------- ERRORS: neo.tests.threaded.test.Test.testDeadlockAvoidance ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 247, in testDeadlockAvoidance self.assertEqual(self._testDeadlockAvoidance([1, 3]), File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 221, in _testDeadlockAvoidance t.join() File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 785, in run apply(*self.__target) File "/home/neo/master/py2.7/eggs/transaction-1.4.1-py2.7.egg/transaction/_manager.py", line 111, in commit return self.get().commit() File "/home/neo/master/py2.7/eggs/transaction-1.4.1-py2.7.egg/transaction/_transaction.py", line 280, in commit reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.4.1-py2.7.egg/transaction/_transaction.py", line 271, in commit self._commitResources() File "/home/neo/master/py2.7/eggs/transaction-1.4.1-py2.7.egg/transaction/_transaction.py", line 417, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.4.1-py2.7.egg/transaction/_transaction.py", line 394, in _commitResources rm.tpc_vote(self) File "/home/neo/master/py2.7/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/Connection.py", line 781, in tpc_vote s = vote(transaction) File "/home/neo/master/neoppod/neo/client/Storage.py", line 30, in wrapped return func(self, *args, **kw) File "/home/neo/master/neoppod/neo/client/Storage.py", line 102, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 718, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 697, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 668, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a2a09b07cfe4ee 2013-11-08 21:15:01.830958, serial currently committed 0x00 1900-01-01 00:00:00.000000) ------------------------------------------------------------- neo.tests.functional.testClient.ClientTests.testExportFileStorageBug ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 225, in testExportFileStorageBug self.testExport(True) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 221, in testExport self.__checkTree(root['trees']) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 162, in __checkTree self.__checkTree(tree.right, depth) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 163, in __checkTree self.__checkTree(tree.left, depth) AttributeError: 'Tree' object has no attribute 'left' ------------------------------------------------------------- FAILURES: neo.tests.zodb.testPack.PackableTests.checkPackAllRevisions ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.7/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 360, in checkPackAllRevisions raises(KeyError, self._storage.loadSerial, oid, revid3) failureException: KeyError not raised ------------------------------------------------------------- neo.tests.zodb.testPack.PackableTests.checkPackUndoLog ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.7/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 655, in checkPackUndoLog self.assertEqual(1,len(self._storage.undoLog())) File "/home/neo/master/neoppod/neo/tests/__init__.py", line 156, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 1 != 3 ------------------------------------------------------------- neo.tests.zodb.testUndo.UndoTests.checkTransactionalUndoAfterPack ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.7/eggs/ZODB3-3.10.5-py2.7-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 463, in checkTransactionalUndoAfterPack self.assertEqual(len(info2), 2) File "/home/neo/master/neoppod/neo/tests/__init__.py", line 156, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 4 != 2 -------------------------------------------------------------