[Neo-report] NEO tests (r2756-py2.5): 644 Tests, 0 Errors, 5 Failures

neo-report at nexedi.com neo-report at nexedi.com
Mon May 23 20:36:00 CEST 2011


Title                     : NEO tests (r2756-py2.5)
Date                      : 2011-05-23
Node                      : blade1
Machine                   : x86_64
System                    : Linux
Python                    : 2.5.5

Directory                 : /tmp/neo_tests/1306175651.730921
Status                    : 99.224%

                               NEO TESTS REPORT

              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    24   |    24   |     .   |     .   |   1.04s   
           ConnectionPool |     5   |     5   |     .   |     .   |   1.04s   
            MasterHandler |    16   |    15   |     .   |     1   |   0.01s   
           StorageHandler |    16   |    16   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |    10   |    10   |     .   |     .   |  45.62s   
                  Cluster |     7   |     7   |     .   |     .   |   8.63s   
                   Master |     4   |     4   |     .   |     .   |  48.08s   
                  Storage |    18   |    17   |     .   |     1   |  69.93s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     6   |     6   |     .   |     .   |   0.01s   
          ElectionHandler |    23   |    23   |     .   |     .   |   0.04s   
                MasterApp |     2   |     2   |     .   |     .   |   0.00s   
                 MasterPT |     7   |     7   |     .   |     .   |   0.01s   
                 Recovery |     3   |     3   |     .   |     .   |   0.03s   
           StorageHandler |     8   |     8   |     .   |     .   |   0.07s   
             Transactions |     9   |     9   |     .   |     .   |   0.01s   
             Verification |     6   |     6   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    18   |    18   |     .   |     .   |   0.15s   
    IdentificationHandler |     3   |     3   |     .   |     .   |   0.01s   
    InitializationHandler |     2   |     2   |     .   |     .   |   0.02s   
            MasterHandler |    11   |    11   |     .   |     .   |   0.09s   
              Replication |    10   |    10   |     .   |     .   |   2.75s   
       ReplicationHandler |    21   |    21   |     .   |     .   |   0.02s   
               Replicator |     7   |     7   |     .   |     .   |   0.00s   
               StorageApp |     3   |     3   |     .   |     .   |   0.02s   
             StorageBTree |    29   |    29   |     .   |     .   |   0.01s   
           StorageHandler |     9   |     9   |     .   |     .   |   0.07s   
           StorageMySQLdb |    38   |    38   |     .   |     .   |   0.30s   
             Transactions |    19   |    19   |     .   |     .   |   0.01s   
      VerificationHandler |    11   |    11   |     .   |     .   |   0.11s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.03s   
               Connection |    80   |    80   |     .   |     .   |   0.08s   
               Dispatcher |     5   |     5   |     .   |     .   |   0.00s   
                    Event |     1   |     1   |     .   |     .   |   0.00s   
                  Handler |     1   |     1   |     .   |     .   |   0.00s   
                    Nodes |    14   |    14   |     .   |     .   |   0.01s   
                       PT |    11   |    11   |     .   |     .   |   0.01s   
                 Protocol |    87   |    87   |     .   |     .   |   0.02s   
                     Util |     4   |     4   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                    Basic |    16   |    16   |     .   |     .   |  12.60s   
                 Conflict |     5   |     5   |     .   |     .   |   3.85s   
                  History |     1   |     1   |     .   |     .   |   0.80s   
                 Iterator |     9   |     9   |     .   |     .   |   7.06s   
                       MT |     5   |     5   |     .   |     .   |   6.96s   
                     Pack |    14   |    12   |     .   |     2   |  17.43s   
               Persistent |     1   |     1   |     .   |     .   |   0.80s   
                 ReadOnly |     2   |     2   |     .   |     .   |   2.59s   
                 Revision |     7   |     7   |     .   |     .   |   7.66s   
          Synchronization |     7   |     7   |     .   |     .   |   5.22s   
                     Undo |    17   |    16   |     .   |     1   |  16.04s   
                     ZODB |    10   |    10   |     .   |     .   |   8.84s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   644   |   639   |     .   |     5   | 268.08s   
--------------------------+---------+---------+---------+---------+----------



FAILURES:
neo.tests.client.testMasterHandler.MasterNotificationsHandlerTests.test_notifyNodeInformation_checkUnregisterStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/client/testMasterHandler.py", line 224, in test_notifyNodeInformation_checkUnregisterStorage
    self.assertEqual(len(remove_calls), 1)
  File "/home/neo/trunk/neo/tests/__init__.py", line 119, in assertEqual
    return super(NeoTestBase, self).assertEqual(first, second, msg=msg)
AssertionError: 0 != 1
-------------------------------------------------------------

neo.tests.functional.testStorage.StorageTests.testRestartWithMissingStorageFastStartup
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/functional/testStorage.py", line 496, in testRestartWithMissingStorageFastStartup
    self.testRestartWithMissingStorage(True)
  File "/home/neo/trunk/neo/tests/functional/testStorage.py", line 492, in testRestartWithMissingStorage
    self.neo.expectUnknown(started[1])
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 574, in expectUnknown
    *args, **kw)
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 562, in expectStorageState
    self.__expectNodeState(NodeTypes.STORAGE, uuid, state, *args, **kw)
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 556, in __expectNodeState
    self.expectCondition(callback, *args, **kw)
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 539, in expectCondition
    'History: %s' % opaque_history)
AssertionError: Timeout while expecting condition. History: [None, None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------

neo.tests.zodb.testPack.PackableTests.checkPackAllRevisions
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/py2.5/src/ZODB3/src/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 "/home/neo/py2.5/src/ZODB3/src/ZODB/tests/PackableStorage.py", line 655, in checkPackUndoLog
    self.assertEqual(1,len(self._storage.undoLog()))
  File "/home/neo/trunk/neo/tests/__init__.py", line 119, in assertEqual
    return super(NeoTestBase, self).assertEqual(first, second, msg=msg)
AssertionError: 1 != 3
-------------------------------------------------------------

neo.tests.zodb.testUndo.UndoTests.checkTransactionalUndoAfterPack
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/py2.5/src/ZODB3/src/ZODB/tests/TransactionalUndoStorage.py", line 463, in checkTransactionalUndoAfterPack
    self.assertEqual(len(info2), 2)
  File "/home/neo/trunk/neo/tests/__init__.py", line 119, in assertEqual
    return super(NeoTestBase, self).assertEqual(first, second, msg=msg)
AssertionError: 4 != 2
-------------------------------------------------------------






More information about the Neo-report mailing list