[Neo-report] NEO tests (r2687): 661 Tests, 1 Errors, 5 Failures

vincent at nexedi.com vincent at nexedi.com
Wed Mar 23 12:09:03 CET 2011


Title                     : NEO tests (r2687)
Date                      : 2011-03-23
Node                      : blade1
Machine                   : x86_64
System                    : Linux
Python                    : 2.5.2

Directory                 : /tmp/neo_tests/1300878004.44839
Status                    : 99.092%
NEO_TEST_ZODB_PARTITIONS  : 2

                               NEO TESTS REPORT

              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    28   |    28   |     .   |     .   |   1.03s   
           ConnectionPool |     5   |     5   |     .   |     .   |   1.00s   
            MasterHandler |    15   |    15   |     .   |     .   |   0.01s   
           StorageHandler |    16   |    16   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |    10   |    10   |     .   |     .   |  48.42s   
                  Cluster |     7   |     7   |     .   |     .   |  20.43s   
                   Master |     4   |     3   |     .   |     1   |  44.70s   
                  Storage |    17   |    16   |     1   |     .   |  76.24s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     8   |     8   |     .   |     .   |   0.01s   
          ElectionHandler |    24   |    24   |     .   |     .   |   0.04s   
                MasterApp |     2   |     2   |     .   |     .   |   0.03s   
                 MasterPT |     7   |     7   |     .   |     .   |   0.01s   
                 Recovery |     5   |     5   |     .   |     .   |   0.01s   
           StorageHandler |    10   |    10   |     .   |     .   |   0.17s   
             Transactions |     9   |     9   |     .   |     .   |   0.00s   
             Verification |     8   |     8   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    18   |    18   |     .   |     .   |   0.36s   
    IdentificationHandler |     3   |     3   |     .   |     .   |   0.01s   
    InitializationHandler |     4   |     4   |     .   |     .   |   0.08s   
            MasterHandler |    13   |    13   |     .   |     .   |   0.26s   
              Replication |    10   |    10   |     .   |     .   |   2.56s   
       ReplicationHandler |    21   |    21   |     .   |     .   |   0.01s   
               Replicator |     7   |     7   |     .   |     .   |   0.00s   
               StorageApp |     3   |     3   |     .   |     .   |   0.06s   
             StorageBTree |    29   |    29   |     .   |     .   |   0.01s   
           StorageHandler |     9   |     9   |     .   |     .   |   0.15s   
           StorageMySQLdb |    38   |    38   |     .   |     .   |   0.75s   
             Transactions |    19   |    19   |     .   |     .   |   0.01s   
      VerificationHandler |    13   |    13   |     .   |     .   |   0.27s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.13s   
               Connection |    80   |    80   |     .   |     .   |   0.06s   
               Dispatcher |     5   |     5   |     .   |     .   |   0.00s   
                    Event |     1   |     1   |     .   |     .   |   0.00s   
                  Handler |     1   |     1   |     .   |     .   |   0.00s   
                    Nodes |    14   |    14   |     .   |     .   |   0.00s   
                       PT |    11   |    11   |     .   |     .   |   0.00s   
                 Protocol |    87   |    87   |     .   |     .   |   0.01s   
                     Util |     4   |     4   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                    Basic |    16   |    16   |     .   |     .   |  25.49s   
                 Conflict |     5   |     5   |     .   |     .   |   7.86s   
                  History |     1   |     1   |     .   |     .   |   1.60s   
                 Iterator |     9   |     9   |     .   |     .   |  14.26s   
                       MT |     5   |     5   |     .   |     .   |  11.88s   
                     Pack |    14   |    12   |     .   |     2   |  28.64s   
               Persistent |     1   |     1   |     .   |     .   |   1.61s   
                 ReadOnly |     2   |     2   |     .   |     .   |   4.18s   
                 Revision |     7   |     7   |     .   |     .   |  13.44s   
          Synchronization |     7   |     7   |     .   |     .   |  10.82s   
                     Undo |    17   |    16   |     .   |     1   |  29.43s   
                     ZODB |    10   |     9   |     .   |     1   |  16.35s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   661   |   655   |     1   |     5   | 362.41s   
--------------------------+---------+---------+---------+---------+----------



ERRORS:
neo.tests.functional.testStorage.StorageTests.testDropNodeThenRestartCluster
-------------------------------------------------------------
Traceback (most recent call last):
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/neo-0.1.0-py2.5.egg/neo/tests/functional/testStorage.py", line 435, in testDropNodeThenRestartCluster
    self.neo.stop()
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/neo-0.1.0-py2.5.egg/neo/tests/functional/__init__.py", line 382, in stop
    process.wait()
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/neo-0.1.0-py2.5.egg/neo/tests/functional/__init__.py", line 185, in wait
    self.command, self.arg_dict, result))
NodeProcessError: '/neo/environments/py2.5-ZODB3.10/bin/neostorage' {'--cluster': 'neo_7', '--adapter': 'MySQL', '--bind': '127.0.0.1:0', '--database': 'neo:neo at test_neo0', '--verbose': True, '--logfile': '/tmp/neo_tests/1300878004.44839/neo.tests.functional.testStorage.StorageTests.testDropNodeThenRestartCluster/storage_0.log', '--name': 'storage_0', '--uuid': '2f191c167bff4522858ede271c17384b', '--masters': '127.0.0.1:22333'} exited with status 1
-------------------------------------------------------------


FAILURES:
neo.tests.functional.testMaster.MasterTests.testStoppingSecondaryMaster
-------------------------------------------------------------
Traceback (most recent call last):
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/neo-0.1.0-py2.5.egg/neo/tests/functional/testMaster.py", line 50, in testStoppingSecondaryMaster
    self.neo.expectMasterState(uuid, None)
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/neo-0.1.0-py2.5.egg/neo/tests/functional/__init__.py", line 531, in expectMasterState
    self.__expectNodeState(NodeTypes.MASTER, uuid, state, *args, **kw)
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/neo-0.1.0-py2.5.egg/neo/tests/functional/__init__.py", line 528, in __expectNodeState
    self.expectCondition(callback, *args, **kw)
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/neo-0.1.0-py2.5.egg/neo/tests/functional/__init__.py", line 511, in expectCondition
    'History: %s' % opaque_history)
AssertionError: Timeout while expecting condition. History: [<EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>]
-------------------------------------------------------------

neo.tests.zodb.testPack.PackableTests.checkPackAllRevisions
-------------------------------------------------------------
Traceback (most recent call last):
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/ZODB3-3.10.0-py2.5-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 360, in checkPackAllRevisions
    raises(KeyError, self._storage.loadSerial, oid, revid3)
AssertionError: KeyError not raised
-------------------------------------------------------------

neo.tests.zodb.testPack.PackableTests.checkPackUndoLog
-------------------------------------------------------------
Traceback (most recent call last):
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/ZODB3-3.10.0-py2.5-linux-x86_64.egg/ZODB/tests/PackableStorage.py", line 655, in checkPackUndoLog
    self.assertEqual(1,len(self._storage.undoLog()))
AssertionError: 1 != 3
-------------------------------------------------------------

neo.tests.zodb.testUndo.UndoTests.checkTransactionalUndoAfterPack
-------------------------------------------------------------
Traceback (most recent call last):
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/ZODB3-3.10.0-py2.5-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py", line 463, in checkTransactionalUndoAfterPack
    self.assertEqual(len(info2), 2)
AssertionError: 4 != 2
-------------------------------------------------------------

neo.tests.zodb.testZODB.NEOZODBTests.checkResetCachesAPI
-------------------------------------------------------------
Traceback (most recent call last):
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/ZODB3-3.10.0-py2.5-linux-x86_64.egg/ZODB/tests/testZODB.py", line 145, in checkResetCachesAPI
    self.assert_(len(conn._cache) > 0)  # Precondition
AssertionError
-------------------------------------------------------------






More information about the Neo-report mailing list