From neo-report at nexedi.com Mon Apr 23 15:45:23 2012 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 23 Apr 2012 15:45:23 +0200 (CEST) Subject: [Neo-report] NEO tests [master:3074-g6c50007:py2.6:SQLite]: 463 Tests, 5 Failed Message-ID: <20120423134523.092F4BF0161@mail2.tiolive.com> Title : NEO tests [master:3074-g6c50007:py2.6:SQLite] Date : 2012-04-23 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1335188405.7886579 Status : 98.920% NEO_TESTS_ADAPTER : SQLite NEO_TEST_ZODB_FUNCTIONAL : 1 NEO TESTS REPORT Test Module | run | success | errors | fails | time --------------------------+---------+---------+---------+---------+---------- ClientApp | 23 | 23 | . | . | 1.19s ConnectionPool | 5 | 5 | . | . | 1.04s MasterHandler | 12 | 12 | . | . | 0.10s StorageHandler | 14 | 14 | . | . | 0.11s --------------------------+---------+---------+---------+---------+---------- neo.tests.client | | | | | --------------------------+---------+---------+---------+---------+---------- Client | 10 | 9 | 1 | . | 19.30s Cluster | 7 | 7 | . | . | 21.79s Master | 4 | 4 | . | . | 20.48s Storage | 13 | 13 | . | . | 51.31s --------------------------+---------+---------+---------+---------+---------- neo.tests.functional | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 6 | 6 | . | . | 0.06s ElectionHandler | 18 | 18 | . | . | 0.15s MasterApp | 2 | 2 | . | . | 0.02s MasterPT | 7 | 7 | . | . | 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.04s InitializationHandler | 2 | 2 | . | . | 0.03s MasterHandler | 9 | 9 | . | . | 0.14s StorageApp | 3 | 3 | . | . | 0.07s StorageSQLite | 24 | 24 | . | . | 0.23s Transactions | 19 | 19 | . | . | 0.14s VerificationHandler | 10 | 10 | . | . | 0.17s --------------------------+---------+---------+---------+---------+---------- neo.tests.storage | | | | | --------------------------+---------+---------+---------+---------+---------- Bootstrap | 2 | 2 | . | . | 0.07s Connection | 75 | 75 | . | . | 0.60s Dispatcher | 5 | 5 | . | . | 0.04s Event | 1 | 1 | . | . | 0.01s Handler | 1 | 1 | . | . | 0.01s Nodes | 17 | 17 | . | . | 0.12s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 15 | 14 | 1 | . | 2.48s Replication | 4 | 4 | . | . | 11.98s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.48s Conflict | 5 | 5 | . | . | 9.13s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.50s MT | 5 | 5 | . | . | 11.93s Pack | 14 | 12 | . | 2 | 29.15s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.69s Revision | 7 | 7 | . | . | 14.09s Synchronization | 7 | 7 | . | . | 12.69s Undo | 17 | 16 | . | 1 | 32.69s ZODB | 10 | 10 | . | . | 19.01s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 463 | 458 | 2 | 3 | 314.48s --------------------------+---------+---------+---------+---------+---------- ERRORS: neo.tests.threaded.test.Test.testDeadlockAvoidance ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 248, in testDeadlockAvoidance self.assertEqual(self._testDeadlockAvoidance([1, 3]), File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 222, in _testDeadlockAvoidance t.join() File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 774, in run apply(*self.__target) File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_manager.py", line 89, in commit return self.get().commit() File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 342, in commit reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 333, in commit self._commitResources() File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 473, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 450, 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 32, in wrapped return func(self, *args, **kw) File "/home/neo/master/neoppod/neo/client/Storage.py", line 127, in tpc_vote tryToResolveConflict=self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 692, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 671, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 641, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x039602143255edbb 2012-04-23 13:40:11.797420, serial currently committed 0x0396021432624911 2012-04-23 13:40:11.808733) ------------------------------------------------------------- neo.tests.functional.testClient.ClientTests.testExportFileStorageBug ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 227, in testExportFileStorageBug self.testExport(True) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 223, in testExport self.__checkTree(root['trees']) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 164, in __checkTree self.__checkTree(tree.right, depth) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 165, 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 155, 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 155, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 4 != 2 ------------------------------------------------------------- From neo-report at nexedi.com Mon Apr 23 16:35:52 2012 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 23 Apr 2012 16:35:52 +0200 (CEST) Subject: [Neo-report] Matrix [master:3074-g6c50007:py2.6:SQLite]: 506.6 KB/s Message-ID: <20120423143552.C4BBBBF0207@mail2.tiolive.com> Title : Matrix [master:3074-g6c50007:py2.6:SQLite] Date : 2012-04-23 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 932.1 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 909.7 | 693.2 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 830.4 | 612.2 | 500.4 | 421.2 | +------------+------------+------------+------------+------------+ | 8 | 702.9 | 512.1 | 406.8 | 341.0 | +------------+------------+------------+------------+------------+ | 16 | 558.3 | 395.8 | 306.4 | 254.2 | +------------+------------+------------+------------+------------+ | 24 | 462.1 | 325.5 | 252.4 | 208.8 | +------------+------------+------------+------------+------------+ From neo-report at nexedi.com Mon Apr 23 16:41:15 2012 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 23 Apr 2012 16:41:15 +0200 (CEST) Subject: [Neo-report] NEO tests [master:3074-g6c50007:py2.6:MySQL]: 468 Tests, 5 Failed Message-ID: <20120423144115.54978BF0161@mail2.tiolive.com> Title : NEO tests [master:3074-g6c50007:py2.6:MySQL] Date : 2012-04-23 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1335191754.4017429 Status : 98.932% NEO_TESTS_ADAPTER : MySQL NEO_TEST_ZODB_FUNCTIONAL : 1 NEO TESTS REPORT Test Module | run | success | errors | fails | time --------------------------+---------+---------+---------+---------+---------- ClientApp | 23 | 23 | . | . | 1.19s ConnectionPool | 5 | 5 | . | . | 1.04s MasterHandler | 12 | 12 | . | . | 0.10s StorageHandler | 14 | 14 | . | . | 0.11s --------------------------+---------+---------+---------+---------+---------- neo.tests.client | | | | | --------------------------+---------+---------+---------+---------+---------- Client | 10 | 9 | 1 | . | 19.56s Cluster | 7 | 7 | . | . | 31.81s Master | 4 | 4 | . | . | 10.31s Storage | 13 | 13 | . | . | 51.18s --------------------------+---------+---------+---------+---------+---------- neo.tests.functional | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 6 | 6 | . | . | 0.06s ElectionHandler | 18 | 18 | . | . | 0.15s MasterApp | 2 | 2 | . | . | 0.02s MasterPT | 7 | 7 | . | . | 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.04s InitializationHandler | 2 | 2 | . | . | 0.03s MasterHandler | 9 | 9 | . | . | 0.13s StorageApp | 3 | 3 | . | . | 0.06s StorageMySQL | 29 | 29 | . | . | 0.48s Transactions | 19 | 19 | . | . | 0.14s VerificationHandler | 10 | 10 | . | . | 0.17s --------------------------+---------+---------+---------+---------+---------- 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.12s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 15 | 14 | 1 | . | 2.58s Replication | 4 | 4 | . | . | 14.27s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.55s Conflict | 5 | 5 | . | . | 9.15s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.55s MT | 5 | 5 | . | . | 11.90s Pack | 14 | 12 | . | 2 | 29.74s Persistent | 1 | 1 | . | . | 1.86s ReadOnly | 2 | 2 | . | . | 3.69s Revision | 7 | 7 | . | . | 14.56s Synchronization | 7 | 7 | . | . | 12.72s Undo | 17 | 16 | . | 1 | 32.83s ZODB | 10 | 10 | . | . | 19.11s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 468 | 463 | 2 | 3 | 318.49s --------------------------+---------+---------+---------+---------+---------- ERRORS: neo.tests.threaded.test.Test.testDeadlockAvoidance ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 248, in testDeadlockAvoidance self.assertEqual(self._testDeadlockAvoidance([1, 3]), File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 222, in _testDeadlockAvoidance t.join() File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 774, in run apply(*self.__target) File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_manager.py", line 89, in commit return self.get().commit() File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 342, in commit reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 333, in commit self._commitResources() File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 473, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 450, 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 32, in wrapped return func(self, *args, **kw) File "/home/neo/master/neoppod/neo/client/Storage.py", line 127, in tpc_vote tryToResolveConflict=self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 692, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 671, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 641, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x0396024c01bcc999 2012-04-23 14:36:00.407215, serial currently committed 0x0396024c01c9df22 2012-04-23 14:36:00.419194) ------------------------------------------------------------- neo.tests.functional.testClient.ClientTests.testExportFileStorageBug ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 227, in testExportFileStorageBug self.testExport(True) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 223, in testExport self.__checkTree(root['trees']) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 164, in __checkTree self.__checkTree(tree.right, depth) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 165, 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 155, 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 155, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 4 != 2 ------------------------------------------------------------- From neo-report at nexedi.com Mon Apr 23 17:36:59 2012 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 23 Apr 2012 17:36:59 +0200 (CEST) Subject: [Neo-report] Matrix [master:3074-g6c50007:py2.6:MySQL]: 461.8 KB/s Message-ID: <20120423153659.AD84FBF0161@mail2.tiolive.com> Title : Matrix [master:3074-g6c50007:py2.6:MySQL] Date : 2012-04-23 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 848.1 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 847.2 | 616.6 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 757.5 | 571.5 | 453.1 | 381.4 | +------------+------------+------------+------------+------------+ | 8 | 668.2 | 493.1 | 390.8 | 331.4 | +------------+------------+------------+------------+------------+ | 16 | 477.8 | 346.3 | 277.0 | 234.2 | +------------+------------+------------+------------+------------+ | 24 | 376.9 | 283.8 | 227.5 | 192.3 | +------------+------------+------------+------------+------------+ From neo-report at nexedi.com Mon Apr 23 17:42:22 2012 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 23 Apr 2012 17:42:22 +0200 (CEST) Subject: [Neo-report] NEO tests [master:3074-g6c50007:py2.7:SQLite]: 463 Tests, 5 Failed Message-ID: <20120423154222.876F1BF0161@mail2.tiolive.com> Title : NEO tests [master:3074-g6c50007:py2.7:SQLite] Date : 2012-04-23 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Directory : /tmp/neo_tests/1335195432.036892 Status : 98.920% NEO_TESTS_ADAPTER : SQLite NEO_TEST_ZODB_FUNCTIONAL : 1 NEO TESTS REPORT Test Module | run | success | errors | fails | time --------------------------+---------+---------+---------+---------+---------- ClientApp | 23 | 23 | . | . | 1.19s ConnectionPool | 5 | 5 | . | . | 1.04s MasterHandler | 12 | 12 | . | . | 0.10s StorageHandler | 14 | 14 | . | . | 0.10s --------------------------+---------+---------+---------+---------+---------- neo.tests.client | | | | | --------------------------+---------+---------+---------+---------+---------- Client | 10 | 9 | 1 | . | 19.22s Cluster | 7 | 7 | . | . | 30.43s Master | 4 | 4 | . | . | 6.07s Storage | 13 | 13 | . | . | 49.95s --------------------------+---------+---------+---------+---------+---------- neo.tests.functional | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 6 | 6 | . | . | 0.06s ElectionHandler | 18 | 18 | . | . | 0.15s MasterApp | 2 | 2 | . | . | 0.02s MasterPT | 7 | 7 | . | . | 0.05s Recovery | 3 | 3 | . | . | 0.05s StorageHandler | 8 | 8 | . | . | 0.11s 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.06s StorageSQLite | 24 | 24 | . | . | 0.23s Transactions | 19 | 19 | . | . | 0.14s VerificationHandler | 10 | 10 | . | . | 0.16s --------------------------+---------+---------+---------+---------+---------- neo.tests.storage | | | | | --------------------------+---------+---------+---------+---------+---------- Bootstrap | 2 | 2 | . | . | 0.05s Connection | 75 | 75 | . | . | 0.59s Dispatcher | 5 | 5 | . | . | 0.04s Event | 1 | 1 | . | . | 0.01s Handler | 1 | 1 | . | . | 0.01s Nodes | 17 | 17 | . | . | 0.12s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 15 | 14 | 1 | . | 3.31s Replication | 4 | 4 | . | . | 11.24s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.48s Conflict | 5 | 5 | . | . | 9.13s History | 1 | 1 | . | . | 1.84s Iterator | 9 | 9 | . | . | 16.50s MT | 5 | 5 | . | . | 11.89s Pack | 14 | 12 | . | 2 | 29.03s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.68s Revision | 7 | 7 | . | . | 14.55s Synchronization | 7 | 7 | . | . | 12.68s Undo | 17 | 16 | . | 1 | 32.94s ZODB | 10 | 10 | . | . | 18.99s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 463 | 458 | 2 | 3 | 307.77s --------------------------+---------+---------+---------+---------+---------- ERRORS: neo.tests.threaded.test.Test.testDeadlockAvoidance ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 248, in testDeadlockAvoidance self.assertEqual(self._testDeadlockAvoidance([1, 3]), File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 222, in _testDeadlockAvoidance t.join() File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 774, in run apply(*self.__target) File "/home/neo/master/py2.7/eggs/transaction-1.2.0-py2.7.egg/transaction/_manager.py", line 89, in commit return self.get().commit() File "/home/neo/master/py2.7/eggs/transaction-1.2.0-py2.7.egg/transaction/_transaction.py", line 342, in commit reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.2.0-py2.7.egg/transaction/_transaction.py", line 333, in commit self._commitResources() File "/home/neo/master/py2.7/eggs/transaction-1.2.0-py2.7.egg/transaction/_transaction.py", line 473, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.2.0-py2.7.egg/transaction/_transaction.py", line 450, in _commitResources rm.tpc_vote(self) File "/home/neo/master/py2.7/src/ZODB3/src/ZODB/Connection.py", line 777, in tpc_vote s = vote(transaction) File "/home/neo/master/neoppod/neo/client/Storage.py", line 32, in wrapped return func(self, *args, **kw) File "/home/neo/master/neoppod/neo/client/Storage.py", line 127, in tpc_vote tryToResolveConflict=self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 692, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 671, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 641, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x039602894c3c3c77 2012-04-23 15:37:17.867648, serial currently committed 0x039602894c482c33 2012-04-23 15:37:17.878576) ------------------------------------------------------------- neo.tests.functional.testClient.ClientTests.testExportFileStorageBug ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 227, in testExportFileStorageBug self.testExport(True) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 223, in testExport self.__checkTree(root['trees']) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 164, in __checkTree self.__checkTree(tree.right, depth) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 165, 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/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.7/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 155, 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/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 155, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 4 != 2 ------------------------------------------------------------- From neo-report at nexedi.com Mon Apr 23 17:47:28 2012 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Mon, 23 Apr 2012 17:47:28 +0200 (CEST) Subject: [Neo-report] NEO tests [master:3074-g6c50007:py2.7:MySQL]: 468 Tests, 6 Failed Message-ID: <20120423154728.D7EC7BF0161@mail2.tiolive.com> Title : NEO tests [master:3074-g6c50007:py2.7:MySQL] Date : 2012-04-23 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Directory : /tmp/neo_tests/1335195743.014827 Status : 98.718% NEO_TESTS_ADAPTER : MySQL NEO_TEST_ZODB_FUNCTIONAL : 1 NEO TESTS REPORT Test Module | run | success | errors | fails | time --------------------------+---------+---------+---------+---------+---------- ClientApp | 23 | 23 | . | . | 1.19s ConnectionPool | 5 | 5 | . | . | 1.04s MasterHandler | 12 | 12 | . | . | 0.10s StorageHandler | 14 | 14 | . | . | 0.10s --------------------------+---------+---------+---------+---------+---------- neo.tests.client | | | | | --------------------------+---------+---------+---------+---------+---------- Client | 10 | 9 | 1 | . | 19.49s Cluster | 7 | 7 | . | . | 20.91s Master | 4 | 4 | . | . | 10.46s Storage | 13 | 13 | . | . | 50.01s --------------------------+---------+---------+---------+---------+---------- neo.tests.functional | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 6 | 6 | . | . | 0.06s ElectionHandler | 18 | 18 | . | . | 0.15s MasterApp | 2 | 2 | . | . | 0.02s MasterPT | 7 | 7 | . | . | 0.05s Recovery | 3 | 3 | . | . | 0.05s StorageHandler | 8 | 8 | . | . | 0.11s 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.06s StorageMySQL | 29 | 29 | . | . | 0.47s Transactions | 19 | 19 | . | . | 0.14s VerificationHandler | 10 | 10 | . | . | 0.16s --------------------------+---------+---------+---------+---------+---------- 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.12s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 15 | 14 | 1 | . | 2.44s Replication | 4 | 4 | . | . | 14.10s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 15 | 1 | . | 27.70s Conflict | 5 | 5 | . | . | 9.15s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.60s MT | 5 | 5 | . | . | 11.85s Pack | 14 | 12 | . | 2 | 29.02s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.69s Revision | 7 | 7 | . | . | 14.30s Synchronization | 7 | 7 | . | . | 12.71s Undo | 17 | 16 | . | 1 | 32.95s ZODB | 10 | 10 | . | . | 19.05s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 468 | 462 | 3 | 3 | 303.34s --------------------------+---------+---------+---------+---------+---------- ERRORS: neo.tests.threaded.test.Test.testDeadlockAvoidance ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 248, in testDeadlockAvoidance self.assertEqual(self._testDeadlockAvoidance([1, 3]), File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 222, in _testDeadlockAvoidance t.join() File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 774, in run apply(*self.__target) File "/home/neo/master/py2.7/eggs/transaction-1.2.0-py2.7.egg/transaction/_manager.py", line 89, in commit return self.get().commit() File "/home/neo/master/py2.7/eggs/transaction-1.2.0-py2.7.egg/transaction/_transaction.py", line 342, in commit reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.2.0-py2.7.egg/transaction/_transaction.py", line 333, in commit self._commitResources() File "/home/neo/master/py2.7/eggs/transaction-1.2.0-py2.7.egg/transaction/_transaction.py", line 473, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.2.0-py2.7.egg/transaction/_transaction.py", line 450, in _commitResources rm.tpc_vote(self) File "/home/neo/master/py2.7/src/ZODB3/src/ZODB/Connection.py", line 777, in tpc_vote s = vote(transaction) File "/home/neo/master/neoppod/neo/client/Storage.py", line 32, in wrapped return func(self, *args, **kw) File "/home/neo/master/neoppod/neo/client/Storage.py", line 127, in tpc_vote tryToResolveConflict=self.tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 692, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 671, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 641, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x0396028e7b3e7233 2012-04-23 15:42:28.885296, serial currently committed 0x0396028e7b4c3bcc 2012-04-23 15:42:28.897919) ------------------------------------------------------------- neo.tests.functional.testClient.ClientTests.testExportFileStorageBug ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 227, in testExportFileStorageBug self.testExport(True) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 223, in testExport self.__checkTree(root['trees']) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 164, in __checkTree self.__checkTree(tree.right, depth) File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 165, in __checkTree self.__checkTree(tree.left, depth) AttributeError: 'Tree' object has no attribute 'left' ------------------------------------------------------------- neo.tests.zodb.testBasic.BasicTests.checkAbortAfterVote ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/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 277, in __init__ for i in xrange(master_count)] File "/home/neo/master/neoppod/neo/tests/functional/__init__.py", line 90, in allocate s.bind((local_ip, port)) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) error: [Errno 22] Invalid argument ------------------------------------------------------------- FAILURES: neo.tests.zodb.testPack.PackableTests.checkPackAllRevisions ------------------------------------------------------------- Traceback (most recent call last): File "/home/neo/master/py2.7/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.7/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 155, 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/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 155, in assertEqual return super(NeoTestBase, self).assertEqual(first, second, msg=msg) failureException: 4 != 2 -------------------------------------------------------------