From neo-report at nexedi.com Thu Jan 3 20:03:50 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Thu, 3 Jan 2013 20:03:50 +0100 (CET) Subject: [Neo-report] NEO tests [master:3185-g31ad26a:py2.6:SQLite]: 460 Tests, 5 Failed Message-ID: <20130103190350.10BACBF02EC@mail2.tiolive.com> Title : NEO tests [master:3185-g31ad26a:py2.6:SQLite] Date : 2013-01-03 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1357239520.9996381 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.20s Cluster | 7 | 7 | . | . | 20.37s Master | 4 | 4 | . | . | 10.48s Storage | 12 | 12 | . | . | 51.30s --------------------------+---------+---------+---------+---------+---------- neo.tests.functional | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 6 | 6 | . | . | 0.06s ElectionHandler | 16 | 16 | . | . | 0.14s MasterApp | 2 | 2 | . | . | 0.02s MasterPT | 5 | 5 | . | . | 0.06s Recovery | 3 | 3 | . | . | 0.03s StorageHandler | 8 | 8 | . | . | 0.15s Transactions | 9 | 9 | . | . | 0.07s Verification | 6 | 6 | . | . | 0.05s --------------------------+---------+---------+---------+---------+---------- neo.tests.master | | | | | --------------------------+---------+---------+---------+---------+---------- ClientHandler | 18 | 18 | . | . | 0.18s IdentificationHandler | 3 | 3 | . | . | 0.04s InitializationHandler | 2 | 2 | . | . | 0.02s MasterHandler | 9 | 9 | . | . | 0.09s StorageApp | 3 | 3 | . | . | 0.05s StorageSQLite | 22 | 22 | . | . | 0.22s Transactions | 18 | 18 | . | . | 0.14s VerificationHandler | 8 | 8 | . | . | 0.10s --------------------------+---------+---------+---------+---------+---------- neo.tests.storage | | | | | --------------------------+---------+---------+---------+---------+---------- Bootstrap | 2 | 2 | . | . | 0.08s Connection | 75 | 75 | . | . | 0.60s Dispatcher | 5 | 5 | . | . | 0.04s Event | 1 | 1 | . | . | 0.01s Handler | 1 | 1 | . | . | 0.01s Nodes | 17 | 17 | . | . | 0.13s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 2.85s Replication | 6 | 6 | . | . | 14.78s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.72s Conflict | 5 | 5 | . | . | 9.12s History | 1 | 1 | . | . | 1.84s Iterator | 9 | 9 | . | . | 16.47s MT | 5 | 5 | . | . | 11.85s Pack | 14 | 12 | . | 2 | 28.68s Persistent | 1 | 1 | . | . | 1.84s ReadOnly | 2 | 2 | . | . | 3.67s Revision | 7 | 7 | . | . | 14.86s Synchronization | 7 | 7 | . | . | 12.66s Undo | 17 | 16 | . | 1 | 32.69s ZODB | 10 | 10 | . | . | 18.96s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 460 | 455 | 2 | 3 | 306.20s --------------------------+---------+---------+---------+---------+---------- 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.0b1-py2.6.egg/transaction/_manager.py", line 111, in commit return self.get().commit() File "/home/neo/master/py2.6/eggs/transaction-1.4.0b1-py2.6.egg/transaction/_transaction.py", line 280, in commit reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.4.0b1-py2.6.egg/transaction/_transaction.py", line 271, in commit self._commitResources() File "/home/neo/master/py2.6/eggs/transaction-1.4.0b1-py2.6.egg/transaction/_transaction.py", line 417, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.4.0b1-py2.6.egg/transaction/_transaction.py", line 394, 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 714, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 693, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 664, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x039bb432c79ab0aa 2013-01-03 18:58:46.782248, 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/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 Jan 3 20:48:31 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Thu, 3 Jan 2013 20:48:31 +0100 (CET) Subject: [Neo-report] Matrix [master:3185-g31ad26a:py2.6:SQLite]: 575.4 KB/s Message-ID: <20130103194831.C871CBF0124@mail2.tiolive.com> Title : Matrix [master:3185-g31ad26a:py2.6:SQLite] Date : 2013-01-03 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 982.2 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 990.7 | 707.8 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 949.6 | 722.4 | 528.6 | 500.9 | +------------+------------+------------+------------+------------+ | 8 | 806.8 | 571.7 | 446.9 | 374.1 | +------------+------------+------------+------------+------------+ | 16 | 689.1 | 463.2 | 352.6 | 290.5 | +------------+------------+------------+------------+------------+ | 24 | 606.3 | 404.0 | 301.8 | 244.4 | +------------+------------+------------+------------+------------+ From neo-report at nexedi.com Thu Jan 3 20:53:47 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Thu, 3 Jan 2013 20:53:47 +0100 (CET) Subject: [Neo-report] NEO tests [master:3185-g31ad26a:py2.6:MySQL]: 465 Tests, 5 Failed Message-ID: <20130103195347.1330FBF0306@mail2.tiolive.com> Title : NEO tests [master:3185-g31ad26a:py2.6:MySQL] Date : 2013-01-03 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Directory : /tmp/neo_tests/1357242513.4332709 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.39s Cluster | 7 | 7 | . | . | 23.77s Master | 4 | 4 | . | . | 10.48s Storage | 12 | 12 | . | . | 49.17s --------------------------+---------+---------+---------+---------+---------- 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.44s Transactions | 18 | 18 | . | . | 0.14s VerificationHandler | 8 | 8 | . | . | 0.14s --------------------------+---------+---------+---------+---------+---------- neo.tests.storage | | | | | --------------------------+---------+---------+---------+---------+---------- Bootstrap | 2 | 2 | . | . | 0.04s Connection | 75 | 75 | . | . | 0.61s Dispatcher | 5 | 5 | . | . | 0.04s Event | 1 | 1 | . | . | 0.01s Handler | 1 | 1 | . | . | 0.01s Nodes | 17 | 17 | . | . | 0.13s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 3.12s Replication | 6 | 6 | . | . | 17.65s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.72s Conflict | 5 | 5 | . | . | 9.14s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.52s MT | 5 | 5 | . | . | 11.93s Pack | 14 | 12 | . | 2 | 28.95s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.69s Revision | 7 | 7 | . | . | 14.22s Synchronization | 7 | 7 | . | . | 12.69s Undo | 17 | 16 | . | 1 | 32.70s ZODB | 10 | 10 | . | . | 19.02s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 465 | 460 | 2 | 3 | 311.09s --------------------------+---------+---------+---------+---------+---------- 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.0b1-py2.6.egg/transaction/_manager.py", line 111, in commit return self.get().commit() File "/home/neo/master/py2.6/eggs/transaction-1.4.0b1-py2.6.egg/transaction/_transaction.py", line 280, in commit reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.4.0b1-py2.6.egg/transaction/_transaction.py", line 271, in commit self._commitResources() File "/home/neo/master/py2.6/eggs/transaction-1.4.0b1-py2.6.egg/transaction/_transaction.py", line 417, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.6/eggs/transaction-1.4.0b1-py2.6.egg/transaction/_transaction.py", line 394, 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 714, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 693, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 664, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x039bb464a8493add 2013-01-03 19:48:39.442044, 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/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 Jan 3 21:40:39 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Thu, 3 Jan 2013 21:40:39 +0100 (CET) Subject: [Neo-report] Matrix [master:3185-g31ad26a:py2.6:MySQL]: 546.6 KB/s Message-ID: <20130103204039.34140BF0124@mail2.tiolive.com> Title : Matrix [master:3185-g31ad26a:py2.6:MySQL] Date : 2013-01-03 Node : blade1 Machine : x86_64 System : Linux Python : 2.6.6 Input size : 31.5 MB +------------+------------+------------+------------+------------+ | S\R | 0 | 1 | 2 | 3 | +------------+------------+------------+------------+------------+ | 1 | 1027.1 | N/A | N/A | N/A | +------------+------------+------------+------------+------------+ | 2 | 956.0 | 720.9 | N/A | N/A | +------------+------------+------------+------------+------------+ | 4 | 828.4 | 626.7 | 494.9 | 412.8 | +------------+------------+------------+------------+------------+ | 8 | 769.5 | 552.7 | 435.6 | 367.2 | +------------+------------+------------+------------+------------+ | 16 | 643.5 | 442.4 | 337.0 | 280.2 | +------------+------------+------------+------------+------------+ | 24 | 574.8 | 386.7 | 290.3 | 237.9 | +------------+------------+------------+------------+------------+ From neo-report at nexedi.com Thu Jan 3 21:46:16 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Thu, 3 Jan 2013 21:46:16 +0100 (CET) Subject: [Neo-report] NEO tests [master:3185-g31ad26a:py2.7:SQLite]: 460 Tests, 5 Failed Message-ID: <20130103204616.6C5E6BF0124@mail2.tiolive.com> Title : NEO tests [master:3185-g31ad26a:py2.7:SQLite] Date : 2013-01-03 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Directory : /tmp/neo_tests/1357245667.92332 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.67s Cluster | 7 | 7 | . | . | 20.52s Master | 4 | 4 | . | . | 10.48s Storage | 12 | 12 | . | . | 48.94s --------------------------+---------+---------+---------+---------+---------- 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.20s 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.09s --------------------------+---------+---------+---------+---------+---------- neo.tests.storage | | | | | --------------------------+---------+---------+---------+---------+---------- Bootstrap | 2 | 2 | . | . | 0.04s Connection | 75 | 75 | . | . | 0.60s Dispatcher | 5 | 5 | . | . | 0.04s Event | 1 | 1 | . | . | 0.01s Handler | 1 | 1 | . | . | 0.01s Nodes | 17 | 17 | . | . | 0.13s PT | 10 | 10 | . | . | 0.07s Util | 4 | 4 | . | . | 0.03s --------------------------+---------+---------+---------+---------+---------- neo.tests | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 4.74s Replication | 6 | 6 | . | . | 14.80s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.43s Conflict | 5 | 5 | . | . | 9.11s History | 1 | 1 | . | . | 1.84s Iterator | 9 | 9 | . | . | 16.46s MT | 5 | 5 | . | . | 11.73s Pack | 14 | 12 | . | 2 | 28.72s Persistent | 1 | 1 | . | . | 1.84s ReadOnly | 2 | 2 | . | . | 3.67s Revision | 7 | 7 | . | . | 14.93s Synchronization | 7 | 7 | . | . | 12.66s Undo | 17 | 16 | . | 1 | 32.51s ZODB | 10 | 10 | . | . | 18.91s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 460 | 455 | 2 | 3 | 305.72s --------------------------+---------+---------+---------+---------+---------- 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.0b1-py2.7.egg/transaction/_manager.py", line 111, in commit return self.get().commit() File "/home/neo/master/py2.7/eggs/transaction-1.4.0b1-py2.7.egg/transaction/_transaction.py", line 280, in commit reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.4.0b1-py2.7.egg/transaction/_transaction.py", line 271, in commit self._commitResources() File "/home/neo/master/py2.7/eggs/transaction-1.4.0b1-py2.7.egg/transaction/_transaction.py", line 417, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.4.0b1-py2.7.egg/transaction/_transaction.py", line 394, 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 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 714, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 693, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 664, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x039bb49939e36700 2013-01-03 20:41:13.567568, 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/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 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/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 Jan 3 21:51:21 2013 From: neo-report at nexedi.com (neo-report at nexedi.com) Date: Thu, 3 Jan 2013 21:51:21 +0100 (CET) Subject: [Neo-report] NEO tests [master:3185-g31ad26a:py2.7:MySQL]: 465 Tests, 5 Failed Message-ID: <20130103205121.41A00BF02EC@mail2.tiolive.com> Title : NEO tests [master:3185-g31ad26a:py2.7:MySQL] Date : 2013-01-03 Node : blade1 Machine : x86_64 System : Linux Python : 2.7.2+ Directory : /tmp/neo_tests/1357245976.984912 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.38s Cluster | 7 | 7 | . | . | 20.54s Master | 4 | 4 | . | . | 10.36s Storage | 12 | 12 | . | . | 46.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.26s IdentificationHandler | 3 | 3 | . | . | 0.04s InitializationHandler | 2 | 2 | . | . | 0.03s MasterHandler | 9 | 9 | . | . | 0.13s StorageApp | 3 | 3 | . | . | 0.07s StorageMySQL | 27 | 27 | . | . | 0.42s Transactions | 18 | 18 | . | . | 0.14s VerificationHandler | 8 | 8 | . | . | 0.13s --------------------------+---------+---------+---------+---------+---------- 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 | | | | | --------------------------+---------+---------+---------+---------+---------- | 19 | 18 | 1 | . | 2.94s Replication | 6 | 6 | . | . | 15.02s --------------------------+---------+---------+---------+---------+---------- neo.tests.threaded | | | | | --------------------------+---------+---------+---------+---------+---------- Basic | 16 | 16 | . | . | 29.49s Conflict | 5 | 5 | . | . | 9.14s History | 1 | 1 | . | . | 1.85s Iterator | 9 | 9 | . | . | 16.50s MT | 5 | 5 | . | . | 11.82s Pack | 14 | 12 | . | 2 | 28.26s Persistent | 1 | 1 | . | . | 1.85s ReadOnly | 2 | 2 | . | . | 3.68s Revision | 7 | 7 | . | . | 14.78s Synchronization | 7 | 7 | . | . | 12.68s Undo | 17 | 16 | . | 1 | 32.89s ZODB | 10 | 10 | . | . | 18.96s --------------------------+---------+---------+---------+---------+---------- neo.tests.zodb | | | | | --------------------------+---------+---------+---------+---------+---------- Summary | 465 | 460 | 2 | 3 | 301.69s --------------------------+---------+---------+---------+---------+---------- 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.0b1-py2.7.egg/transaction/_manager.py", line 111, in commit return self.get().commit() File "/home/neo/master/py2.7/eggs/transaction-1.4.0b1-py2.7.egg/transaction/_transaction.py", line 280, in commit reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.4.0b1-py2.7.egg/transaction/_transaction.py", line 271, in commit self._commitResources() File "/home/neo/master/py2.7/eggs/transaction-1.4.0b1-py2.7.egg/transaction/_transaction.py", line 417, in _commitResources reraise(t, v, tb) File "/home/neo/master/py2.7/eggs/transaction-1.4.0b1-py2.7.egg/transaction/_transaction.py", line 394, 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 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 714, in tpc_vote result = self.waitStoreResponses(txn_context, tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 693, in waitStoreResponses tryToResolveConflict) File "/home/neo/master/neoppod/neo/client/app.py", line 664, in _handleConflicts serial), data=data) ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x039bb49e617a8a99 2013-01-03 20:46:22.846565, 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/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 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/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 -------------------------------------------------------------