[Neo-report] NEO tests (r2749-py2.4-zodb3.9): 550 Tests, 0 Errors, 2 Failures

neo-report at nexedi.com neo-report at nexedi.com
Mon May 2 11:55:28 CEST 2011


Title                     : NEO tests (r2749-py2.4-zodb3.9)
Date                      : 2011-05-02
Node                      : blade1
Machine                   : x86_64
System                    : Linux
Python                    : 2.4.6

Directory                 : /tmp/neo_tests/1304329951.7722781
Status                    : 99.636%

                               NEO TESTS REPORT

              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    24   |    24   |     .   |     .   |   1.04s   
           ConnectionPool |     5   |     5   |     .   |     .   |   1.00s   
            MasterHandler |    16   |    15   |     .   |     1   |   0.05s   
           StorageHandler |    16   |    16   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |    10   |    10   |     .   |     .   |  45.49s   
                  Cluster |     7   |     7   |     .   |     .   |  11.99s   
                   Master |     4   |     4   |     .   |     .   |  53.98s   
                  Storage |    18   |    17   |     .   |     1   |  71.51s   
--------------------------+---------+---------+---------+---------+----------
     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.08s   
             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.82s   
       ReplicationHandler |    21   |    21   |     .   |     .   |   0.02s   
               Replicator |     7   |     7   |     .   |     .   |   0.01s   
               StorageApp |     3   |     3   |     .   |     .   |   0.02s   
             StorageBTree |    29   |    29   |     .   |     .   |   0.01s   
           StorageHandler |     9   |     9   |     .   |     .   |   0.07s   
           StorageMySQLdb |    38   |    38   |     .   |     .   |   0.28s   
             Transactions |    19   |    19   |     .   |     .   |   0.01s   
      VerificationHandler |    11   |    11   |     .   |     .   |   0.11s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.02s   
               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 |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   550   |   548   |     .   |     2   | 189.03s   
--------------------------+---------+---------+---------+---------+----------



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 573, in expectUnknown
    self.expectStorageState(process.getUUID(), NodeStates.UNKNOWN,
  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 538, in expectCondition
    raise AssertionError('Timeout while expecting condition. '
AssertionError: Timeout while expecting condition. History: [None, None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------






More information about the Neo-report mailing list