From neo-report at nexedi.com Thu Sep 6 18:51:29 2012 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Thu, 6 Sep 2012 18:51:29 +0200 (CEST) Subject: [Neo-report] NEO tests [master:3184-g053c7d7:py2.6:SQLite]: 460 Tests, 5 Failed Message-ID: <20120906165129.2D861BF0164@mail2.tiolive.com> Title : NEO tests [master:3184-g053c7d7:py2.6:SQLite] Date : 2012-09-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1346949978.399389 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.28s Cluster | 7 | 7 | . | . | 20.51s Master | 4 | 4 | . | . | 10.39s Storage | 12 | 12 | . | . | 51.23s --------------------------+---------+---------+---------+---------+---------- 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.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 | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 3.91s Replication | 6 | 6 | . | . | 15.29s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.75s Conflict | 5 | 5 | . | . | 9.12s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.49s MT | 5 | 5 | . | . | 11.95s Pack | 14 | 12 | . | 2 | 28.91s Persistent | 1 | 1 | . | . | 1.84s ReadOnly | 2 | 2 | . | . | 3.68s Revision | 7 | 7 | . | . | 14.68s Synchronization | 7 | 7 | . | . | 12.67s Undo | 17 | 16 | . | 1 | 32.56s ZODB | 10 | 10 | . | . | 18.99s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 460 | 455 | 2 | 3 | 307.92s --------------------------+---------+---------+---------+---------+---------- 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.3.0-py2.6.egg/transaction/_manager.py", line 107, in commit return self.get().commit() File "/home/neo/master/py2.6/eggs/transaction-1.3.0-py2.6.egg/transaction/_transaction.py", line 354, in commit reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.3.0-py2.6.egg/transaction/_transaction.py", line 345, in commit self._commitResources() File "/home/neo/master/py2.6/eggs/transaction-1.3.0-py2.6.egg/transaction/_transaction.py", line 493, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.3.0-py2.6.egg/transaction/_transaction.py", line 470, in _commitResources rm.tpc_vote(self) File "/home/neo/master/py2.6/src/ZODB3/src/ZODB/Connection.py", line 777, 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 709, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 688, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 659, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03990b0e674f7d55 2012-09-06 16:46:24.213400, serial currently committed 0x03990b0e67593c66 2012-09-06 16:46:24.222323) ------------------------------------------------------------- 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/src/ZODB3/src/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/src/ZODB3/src/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/src/ZODB3/src/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 Thu Sep 6 19:36:41 2012 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Thu, 6 Sep 2012 19:36:41 +0200 (CEST) Subject: [Neo-report] Matrix [master:3184-g053c7d7:py2.6:SQLite]: 566.4 KB/s Message-ID: <20120906173641.72591BF012C@mail2.tiolive.com> Title : Matrix [master:3184-g053c7d7:py2.6:SQLite] Date : 2012-09-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 1005.3 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 989.4 | 729.1 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 901.3 | 679.9 | 533.9 | 451.9 | +------------+------------+------------+------------+------------+ | 8 | 794.3 | 568.0 | 445.4 | 370.6 | +------------+------------+------------+------------+------------+ | 16 | 671.6 | 460.9 | 349.8 | 287.6 | +------------+------------+------------+------------+------------+ | 24 | 584.5 | 396.1 | 298.8 | 243.2 | +------------+------------+------------+------------+------------+ From neo-report at nexedi.com Thu Sep 6 19:41:59 2012 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Thu, 6 Sep 2012 19:41:59 +0200 (CEST) Subject: [Neo-report] NEO tests [master:3184-g053c7d7:py2.6:MySQL]: 465 Tests, 5 Failed Message-ID: <20120906174159.BF933BF012C@mail2.tiolive.com> Title : NEO tests [master:3184-g053c7d7:py2.6:MySQL] Date : 2012-09-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1346953003.109277 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.49s Cluster | 7 | 7 | . | . | 20.80s Master | 4 | 4 | . | . | 10.48s Storage | 12 | 12 | . | . | 51.26s --------------------------+---------+---------+---------+---------+---------- 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.13s StorageApp | 3 | 3 | . | . | 0.07s StorageMySQL | 27 | 27 | . | . | 0.46s Transactions | 18 | 18 | . | . | 0.14s VerificationHandler | 8 | 8 | . | . | 0.15s --------------------------+---------+---------+---------+---------+---------- 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 | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 6.23s Replication | 6 | 6 | . | . | 16.95s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.72s Conflict | 5 | 5 | . | . | 9.15s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.54s MT | 5 | 5 | . | . | 11.92s Pack | 14 | 12 | . | 2 | 29.13s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.69s Revision | 7 | 7 | . | . | 14.95s Synchronization | 7 | 7 | . | . | 12.70s Undo | 17 | 16 | . | 1 | 33.12s ZODB | 10 | 10 | . | . | 19.06s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 465 | 460 | 2 | 3 | 314.17s --------------------------+---------+---------+---------+---------+---------- 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.3.0-py2.6.egg/transaction/_manager.py", line 107, in commit return self.get().commit() File "/home/neo/master/py2.6/eggs/transaction-1.3.0-py2.6.egg/transaction/_transaction.py", line 354, in commit reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.3.0-py2.6.egg/transaction/_transaction.py", line 345, in commit self._commitResources() File "/home/neo/master/py2.6/eggs/transaction-1.3.0-py2.6.egg/transaction/_transaction.py", line 493, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.3.0-py2.6.egg/transaction/_transaction.py", line 470, in _commitResources rm.tpc_vote(self) File "/home/neo/master/py2.6/src/ZODB3/src/ZODB/Connection.py", line 777, 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 709, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 688, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 659, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x03990b40d1d1d277 2012-09-06 17:36:49.176473, serial currently committed 0x03990b40d1dd44aa 2012-09-06 17:36:49.186952) ------------------------------------------------------------- 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/src/ZODB3/src/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/src/ZODB3/src/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/src/ZODB3/src/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 Thu Sep 6 20:30:43 2012 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Thu, 6 Sep 2012 20:30:43 +0200 (CEST) Subject: [Neo-report] Matrix [master:3184-g053c7d7:py2.6:MySQL]: 525.3 KB/s Message-ID: <20120906183043.41F8EBF012C@mail2.tiolive.com> Title : Matrix [master:3184-g053c7d7:py2.6:MySQL] Date : 2012-09-06 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 925.6 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 891.5 | 671.3 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 823.5 | 617.3 | 489.7 | 405.9 | +------------+------------+------------+------------+------------+ | 8 | 749.8 | 537.8 | 424.2 | 358.2 | +------------+------------+------------+------------+------------+ | 16 | 623.3 | 427.2 | 324.1 | 268.8 | +------------+------------+------------+------------+------------+ | 24 | 557.9 | 375.4 | 280.0 | 228.6 | +------------+------------+------------+------------+------------+