From neo-report at nexedi.com Mon Jan 6 11:08:45 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 11:08:45 +0100 (CET) Subject: [Neo-report] NEO tests [master:3219-gb25aef9:py2.6:SQLite]: 462 Tests, 5 Failed Message-ID: <20140106100845.90673BF0106@mail2.tiolive.com> Title : NEO tests [master:3219-gb25aef9:py2.6:SQLite] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1389002618.8961999 Status : 98.918% 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.19s Cluster | 7 | 7 | . | . | 20.56s Master | 4 | 4 | . | . | 10.40s Storage | 12 | 12 | . | . | 51.32s --------------------------+---------+---------+---------+---------+---------- 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.19s 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 | | | | | --------------------------+---------+---------+---------+---------+---------- | 21 | 20 | 1 | . | 3.09s Replication | 6 | 6 | . | . | 15.08s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.45s Conflict | 5 | 5 | . | . | 9.13s History | 1 | 1 | . | . | 1.87s Iterator | 9 | 9 | . | . | 16.49s MT | 5 | 5 | . | . | 11.82s Pack | 14 | 12 | . | 2 | 28.52s Persistent | 1 | 1 | . | . | 1.86s ReadOnly | 2 | 2 | . | . | 3.69s Revision | 7 | 7 | . | . | 14.37s Synchronization | 7 | 7 | . | . | 12.69s Undo | 17 | 16 | 1 | . | 31.18s ZODB | 10 | 10 | . | . | 18.92s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 462 | 457 | 3 | 2 | 304.42s --------------------------+---------+---------+---------+---------+---------- 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 107, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 661, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 644, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 617, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a3ef7bbf05a288 2014-01-06 10:03:44.770784, 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.testUndo.UndoTests.checkTransactionalUndoAfterPack ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/zodb/__init__.py", line 40, in setUp self.neo = NEOCluster(**kw) File "/home/neo/master/neoppod/neo/tests/functional/__init__.py", line 272, in __init__ for i in xrange(master_count)] File "/home/neo/master/neoppod/neo/tests/functional/__init__.py", line 94, in allocate s.bind((local_ip, port)) File "", line 1, in bind error: [Errno 22] Invalid argument ------------------------------------------------------------- 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 ------------------------------------------------------------- From neo-report at nexedi.com Mon Jan 6 11:13:59 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 11:13:59 +0100 (CET) Subject: [Neo-report] NEO tests [master:3219-gb25aef9:py2.6:MySQL]: 467 Tests, 5 Failed Message-ID: <20140106101359.C15BBBF0106@mail2.tiolive.com> Title : NEO tests [master:3219-gb25aef9:py2.6:MySQL] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1389002926.0467629 Status : 98.929% 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.37s Cluster | 7 | 7 | . | . | 20.43s Master | 4 | 4 | . | . | 10.48s Storage | 12 | 12 | . | . | 51.51s --------------------------+---------+---------+---------+---------+---------- 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.28s IdentificationHandler | 3 | 3 | . | . | 0.05s InitializationHandler | 2 | 2 | . | . | 0.03s MasterHandler | 9 | 9 | . | . | 0.14s 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.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.08s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 21 | 20 | 1 | . | 3.39s Replication | 6 | 6 | . | . | 18.44s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.56s Conflict | 5 | 5 | . | . | 9.15s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.53s MT | 5 | 5 | . | . | 11.93s Pack | 14 | 12 | . | 2 | 28.61s Persistent | 1 | 1 | . | . | 1.86s ReadOnly | 2 | 2 | . | . | 3.71s Revision | 7 | 7 | . | . | 14.43s Synchronization | 7 | 7 | . | . | 12.70s Undo | 17 | 16 | . | 1 | 33.07s ZODB | 10 | 10 | . | . | 19.00s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 467 | 462 | 2 | 3 | 311.28s --------------------------+---------+---------+---------+---------+---------- 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 107, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 661, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 644, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 617, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a3ef80dee23f22 2014-01-06 10:08:52.238385, 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 Mon Jan 6 11:20:35 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 11:20:35 +0100 (CET) Subject: [Neo-report] NEO tests [master:3219-gb25aef9:py2.7:SQLite]: 462 Tests, 8 Failed Message-ID: <20140106102035.B4F21BF00F3@mail2.tiolive.com> Title : NEO tests [master:3219-gb25aef9:py2.7:SQLite] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Directory : /tmp/neo_tests/1389003245.097227 Status : 98.268% 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.07s Cluster | 7 | 7 | . | . | 20.57s Master | 4 | 4 | . | . | 7.15s Storage | 12 | 12 | . | . | 47.42s --------------------------+---------+---------+---------+---------+---------- 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.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.59s 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 | | | | | --------------------------+---------+---------+---------+---------+---------- | 21 | 19 | 2 | . | 98.16s Replication | 6 | 4 | . | 2 | 9.01s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.68s Conflict | 5 | 5 | . | . | 9.12s History | 1 | 1 | . | . | 1.84s Iterator | 9 | 9 | . | . | 16.48s MT | 5 | 5 | . | . | 11.72s Pack | 14 | 12 | . | 2 | 28.49s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.69s Revision | 7 | 7 | . | . | 14.84s Synchronization | 7 | 7 | . | . | 12.68s Undo | 17 | 16 | . | 1 | 32.55s ZODB | 10 | 10 | . | . | 18.85s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 462 | 454 | 3 | 5 | 387.93s --------------------------+---------+---------+---------+---------+---------- ERRORS: neo.tests.threaded.test.Test.testClientReconnection ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 678, in testClientReconnection client.store(x1._p_oid, x1._p_serial, y, '', txn) File "/home/neo/master/neoppod/neo/client/app.py", line 461, in store self._store(self._txn_container.get(transaction), oid, serial, data) File "/home/neo/master/neoppod/neo/client/app.py", line 511, in _store raise NEOStorageError("Store failed") NEOStorageError: Store failed ------------------------------------------------------------- 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 107, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 661, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 644, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 617, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a3ef87c4a12300 2014-01-06 10:15:46.085025, 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.threaded.testReplication.ReplicationTests.testBackupNodeLost ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 812, in wrapper return wrapped(*args, **kw) File "/home/neo/master/neoppod/neo/tests/threaded/testReplication.py", line 234, in testBackupNodeLost self.assertEqual(np*3, self.checkBackup(backup)) File "/home/neo/master/neoppod/neo/tests/threaded/testReplication.py", line 75, in checkBackup self.checkPartitionReplicated(source, storage, partition, **kw) File "/home/neo/master/neoppod/neo/tests/threaded/testReplication.py", line 61, in checkPartitionReplicated self.checksumPartition(destination, partition, **kw)) File "/home/neo/master/neoppod/neo/tests/__init__.py", line 156, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: Tuples differ: ((7, '\xd7\xa9\xb59\xca\x12\x0... != ((6, '\xbcZ\x99\xa3C\xadV\x9d\... First differing element 0: (7, '\xd7\xa9\xb59\xca\x12\x006\xff\xe2\x1a\x90\xc5\xbfS\xb8,V\xd6v', 'TID\x00\x00\x05\x8c\xc4') (6, '\xbcZ\x99\xa3C\xadV\x9d\xd5FP\x89\x08)\xbd"0\xe89\x82', 'TID\x00\x00\x05Q\xc4') Diff is 826 characters long. Set self.maxDiff to None to see it. ------------------------------------------------------------- neo.tests.threaded.testReplication.ReplicationTests.testBackupNormalCase ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/testReplication.py", line 121, in testBackupNormalCase ClusterStates.RUNNING) File "/home/neo/master/neoppod/neo/tests/__init__.py", line 156, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: != ------------------------------------------------------------- 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 Mon Jan 6 11:58:52 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 11:58:52 +0100 (CET) Subject: [Neo-report] Matrix [master:3219-gb25aef9:py2.7:SQLite]: 645.5 KB/s Message-ID: <20140106105852.3B0A9BF0925@mail2.tiolive.com> Title : Matrix [master:3219-gb25aef9:py2.7:SQLite] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 1094.6 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 1129.0 | 814.3 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 1033.4 | 756.5 | 623.9 | 525.3 | +------------+------------+------------+------------+------------+ | 8 | 894.2 | 644.6 | 509.4 | 429.1 | +------------+------------+------------+------------+------------+ | 16 | 770.9 | 508.7 | 408.8 | 336.7 | +------------+------------+------------+------------+------------+ | 24 | 701.0 | 458.8 | 346.6 | 278.7 | +------------+------------+------------+------------+------------+ From neo-report at nexedi.com Mon Jan 6 12:04:10 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 12:04:10 +0100 (CET) Subject: [Neo-report] NEO tests [master:3219-gb25aef9:py2.7:MySQL]: 467 Tests, 5 Failed Message-ID: <20140106110410.5727FBF064F@mail2.tiolive.com> Title : NEO tests [master:3219-gb25aef9:py2.7:MySQL] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Directory : /tmp/neo_tests/1389005933.939204 Status : 98.929% 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.26s Cluster | 7 | 7 | . | . | 20.58s Master | 4 | 4 | . | . | 11.38s Storage | 12 | 12 | . | . | 57.36s --------------------------+---------+---------+---------+---------+---------- 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.05s InitializationHandler | 2 | 2 | . | . | 0.03s MasterHandler | 9 | 9 | . | . | 0.13s StorageApp | 3 | 3 | . | . | 0.07s StorageMySQL | 27 | 27 | . | . | 0.44s Transactions | 18 | 18 | . | . | 0.14s VerificationHandler | 8 | 8 | . | . | 0.13s --------------------------+---------+---------+---------+---------+---------- 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.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 21 | 20 | 1 | . | 3.13s Replication | 6 | 6 | . | . | 15.36s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.51s Conflict | 5 | 5 | . | . | 9.14s History | 1 | 1 | . | . | 1.86s Iterator | 9 | 9 | . | . | 16.51s MT | 5 | 5 | . | . | 11.81s Pack | 14 | 12 | . | 2 | 28.42s Persistent | 1 | 1 | . | . | 1.86s ReadOnly | 2 | 2 | . | . | 3.70s Revision | 7 | 7 | . | . | 14.58s Synchronization | 7 | 7 | . | . | 12.69s Undo | 17 | 16 | . | 1 | 32.69s ZODB | 10 | 10 | . | . | 18.92s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 467 | 462 | 2 | 3 | 313.94s --------------------------+---------+---------+---------+---------+---------- 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 107, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 661, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 644, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 617, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a3efb2ffeac1aa 2014-01-06 10:58:59.980551, 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 Mon Jan 6 12:45:08 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 12:45:08 +0100 (CET) Subject: [Neo-report] Matrix [master:3219-gb25aef9:py2.7:MySQL]: 595.8 KB/s Message-ID: <20140106114508.89C4BBF030A@mail2.tiolive.com> Title : Matrix [master:3219-gb25aef9:py2.7:MySQL] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 1011.5 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 992.2 | 759.7 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 928.2 | 689.1 | 550.0 | 462.8 | +------------+------------+------------+------------+------------+ | 8 | 844.2 | 612.4 | 490.2 | 411.4 | +------------+------------+------------+------------+------------+ | 16 | 717.0 | 481.0 | 378.7 | 310.7 | +------------+------------+------------+------------+------------+ | 24 | 658.0 | 430.4 | 325.1 | 267.1 | +------------+------------+------------+------------+------------+ From neo-report at nexedi.com Mon Jan 6 17:20:35 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 17:20:35 +0100 (CET) Subject: [Neo-report] NEO tests [master:3220-gc2c366d:py2.6:SQLite]: 462 Tests, 5 Failed Message-ID: <20140106162035.42559BF0336@mail2.tiolive.com> Title : NEO tests [master:3220-gc2c366d:py2.6:SQLite] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1389024921.6388631 Status : 98.918% 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.18s Cluster | 7 | 7 | . | . | 20.54s Master | 4 | 4 | . | . | 10.44s Storage | 12 | 12 | . | . | 51.45s --------------------------+---------+---------+---------+---------+---------- 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.19s 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 | | | | | --------------------------+---------+---------+---------+---------+---------- | 21 | 20 | 1 | . | 6.19s Replication | 6 | 6 | . | . | 15.97s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.48s Conflict | 5 | 5 | . | . | 9.12s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.52s MT | 5 | 5 | . | . | 11.83s Pack | 14 | 12 | . | 2 | 28.57s Persistent | 1 | 1 | . | . | 1.86s ReadOnly | 2 | 2 | . | . | 3.69s Revision | 7 | 7 | . | . | 14.67s Synchronization | 7 | 7 | . | . | 12.68s Undo | 17 | 16 | . | 1 | 32.92s ZODB | 10 | 10 | . | . | 18.93s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 462 | 457 | 2 | 3 | 310.71s --------------------------+---------+---------+---------+---------+---------- 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 107, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 661, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 644, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 617, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a3f0ef7592a0cc 2014-01-06 16:15:27.556117, 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 Mon Jan 6 17:25:51 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 17:25:51 +0100 (CET) Subject: [Neo-report] NEO tests [master:3220-gc2c366d:py2.6:MySQL]: 467 Tests, 5 Failed Message-ID: <20140106162551.70F67BF00F3@mail2.tiolive.com> Title : NEO tests [master:3220-gc2c366d:py2.6:MySQL] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1389025235.8998179 Status : 98.929% 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.40s Cluster | 7 | 7 | . | . | 20.40s Master | 4 | 4 | . | . | 10.49s Storage | 12 | 12 | . | . | 51.25s --------------------------+---------+---------+---------+---------+---------- 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.27s IdentificationHandler | 3 | 3 | . | . | 0.05s 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.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 | | | | | --------------------------+---------+---------+---------+---------+---------- | 21 | 20 | 1 | . | 6.38s Replication | 6 | 6 | . | . | 17.24s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.56s Conflict | 5 | 5 | . | . | 9.15s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.54s MT | 5 | 5 | . | . | 11.90s Pack | 14 | 12 | . | 2 | 28.77s Persistent | 1 | 1 | . | . | 1.86s ReadOnly | 2 | 2 | . | . | 3.71s Revision | 7 | 7 | . | . | 14.53s Synchronization | 7 | 7 | . | . | 12.70s Undo | 17 | 16 | . | 1 | 32.88s ZODB | 10 | 10 | . | . | 18.98s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 467 | 462 | 2 | 3 | 312.84s --------------------------+---------+---------+---------+---------+---------- 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 107, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 661, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 644, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 617, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a3f0f4b3995e55 2014-01-06 16:20:42.093538, 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 Mon Jan 6 17:31:02 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 17:31:02 +0100 (CET) Subject: [Neo-report] NEO tests [master:3220-gc2c366d:py2.7:SQLite]: 462 Tests, 5 Failed Message-ID: <20140106163103.02904BF00F3@mail2.tiolive.com> Title : NEO tests [master:3220-gc2c366d:py2.7:SQLite] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Directory : /tmp/neo_tests/1389025559.804703 Status : 98.918% 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.29s Cluster | 7 | 7 | . | . | 20.75s Master | 4 | 4 | . | . | 8.10s Storage | 12 | 12 | . | . | 49.62s --------------------------+---------+---------+---------+---------+---------- 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.19s 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 | | | | | --------------------------+---------+---------+---------+---------+---------- | 21 | 20 | 1 | . | 3.00s Replication | 6 | 6 | . | . | 13.47s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.44s Conflict | 5 | 5 | . | . | 9.13s History | 1 | 1 | . | . | 1.84s Iterator | 9 | 9 | . | . | 16.49s MT | 5 | 5 | . | . | 11.71s Pack | 14 | 12 | . | 2 | 28.80s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.69s Revision | 7 | 7 | . | . | 14.23s Synchronization | 7 | 7 | . | . | 12.68s Undo | 17 | 16 | . | 1 | 32.42s ZODB | 10 | 10 | . | . | 19.05s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 462 | 457 | 2 | 3 | 300.33s --------------------------+---------+---------+---------+---------+---------- 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 107, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 661, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 644, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 617, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a3f0fa17d12999 2014-01-06 16:26:05.582119, 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 Mon Jan 6 18:09:07 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 18:09:07 +0100 (CET) Subject: [Neo-report] Matrix [master:3220-gc2c366d:py2.7:SQLite]: 647.7 KB/s Message-ID: <20140106170907.79F63BF00F4@mail2.tiolive.com> Title : Matrix [master:3220-gc2c366d:py2.7:SQLite] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 1119.6 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 1068.3 | 836.3 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 1021.4 | 762.3 | 626.7 | 531.4 | +------------+------------+------------+------------+------------+ | 8 | 893.3 | 649.8 | 513.5 | 431.4 | +------------+------------+------------+------------+------------+ | 16 | 781.6 | 521.0 | 408.2 | 339.0 | +------------+------------+------------+------------+------------+ | 24 | 699.4 | 466.5 | 350.2 | 287.0 | +------------+------------+------------+------------+------------+ From neo-report at nexedi.com Mon Jan 6 18:14:02 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 18:14:02 +0100 (CET) Subject: [Neo-report] NEO tests [master:3220-gc2c366d:py2.7:MySQL]: 467 Tests, 5 Failed Message-ID: <20140106171402.2B35CBF00F4@mail2.tiolive.com> Title : NEO tests [master:3220-gc2c366d:py2.7:MySQL] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Directory : /tmp/neo_tests/1389028149.35576 Status : 98.929% 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.28s Cluster | 7 | 7 | . | . | 20.43s Master | 4 | 4 | . | . | 6.09s Storage | 12 | 12 | . | . | 39.38s --------------------------+---------+---------+---------+---------+---------- 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.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 21 | 20 | 1 | . | 3.12s Replication | 6 | 6 | . | . | 15.41s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.51s Conflict | 5 | 5 | . | . | 9.15s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.53s MT | 5 | 5 | . | . | 11.77s Pack | 14 | 12 | . | 2 | 28.23s Persistent | 1 | 1 | . | . | 1.86s ReadOnly | 2 | 2 | . | . | 3.70s Revision | 7 | 7 | . | . | 14.29s Synchronization | 7 | 7 | . | . | 12.69s Undo | 17 | 16 | . | 1 | 32.80s ZODB | 10 | 10 | . | . | 18.93s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 467 | 462 | 2 | 3 | 290.21s --------------------------+---------+---------+---------+---------+---------- 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 107, in tpc_vote return self.app.tpc_vote(transaction, self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 661, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 644, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 617, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03a3f12541d47bee 2014-01-06 17:09:15.428910, 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 Mon Jan 6 18:55:11 2014 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 6 Jan 2014 18:55:11 +0100 (CET) Subject: [Neo-report] Matrix [master:3220-gc2c366d:py2.7:MySQL]: 594.5 KB/s Message-ID: <20140106175511.62D36BF0106@mail2.tiolive.com> Title : Matrix [master:3220-gc2c366d:py2.7:MySQL] Date : 2014-01-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 1027.2 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 995.3 | 736.1 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 925.5 | 681.7 | 553.0 | 461.0 | +------------+------------+------------+------------+------------+ | 8 | 840.3 | 613.7 | 487.7 | 412.7 | +------------+------------+------------+------------+------------+ | 16 | 722.2 | 475.7 | 377.1 | 310.1 | +------------+------------+------------+------------+------------+ | 24 | 652.7 | 430.5 | 325.4 | 268.4 | +------------+------------+------------+------------+------------+