[Neo-report] Neo : 358 Tests, 1 Errors, 2 Failures

gregory at nexedi.com gregory at nexedi.com
Thu Feb 4 16:05:57 CET 2010


                               NEO TESTS REPORT


    Date        : 2010-02-04
    Node        : blade8
    Processor   : Intel(R) Xeon(R) CPU           E5410  @ 2.33GHz (64bit)
    System      : Linux (2.6.29.6-server-1mnb)
    Directory   : /tmp/neo_0MlMBP
    Status      :  99.162%
        
              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    26   |    26   |     .   |     .   |   1.07s   
           ConnectionPool |     1   |     1   |     .   |     .   |   0.00s   
            MasterHandler |    15   |    14   |     1   |     .   |   0.01s   
           StorageHandler |    11   |    11   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |     4   |     3   |     .   |     1   |  10.07s   
                  Cluster |     4   |     4   |     .   |     .   |  22.35s   
             ImportExport |     2   |     2   |     .   |     .   |   7.24s   
                   Master |     4   |     4   |     .   |     .   |  34.83s   
                  Storage |    12   |    11   |     .   |     1   |  73.47s   
                     ZODB |    16   |    16   |     .   |     .   |  50.99s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     7   |     7   |     .   |     .   |   0.03s   
          ElectionHandler |    25   |    25   |     .   |     .   |   0.08s   
                MasterApp |     2   |     2   |     .   |     .   |   0.01s   
                 MasterPT |     7   |     7   |     .   |     .   |   0.03s   
                 Recovery |     5   |     5   |     .   |     .   |   0.02s   
           StorageHandler |     7   |     7   |     .   |     .   |   0.18s   
             Transactions |     4   |     4   |     .   |     .   |   0.00s   
             Verification |     9   |     9   |     .   |     .   |   0.04s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    18   |    18   |     .   |     .   |   0.68s   
    InitializationHandler |     4   |     4   |     .   |     .   |   0.15s   
            MasterHandler |    10   |    10   |     .   |     .   |   0.35s   
               StorageApp |     3   |     3   |     .   |     .   |   0.12s   
           StorageHandler |    13   |    13   |     .   |     .   |   0.49s   
           StorageMySQLdb |    35   |    35   |     .   |     .   |   1.00s   
      VerificationHandler |    13   |    13   |     .   |     .   |   0.54s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.08s   
               Connection |    16   |    16   |     .   |     .   |   0.02s   
               Dispatcher |     3   |     3   |     .   |     .   |   0.00s   
                    Event |     2   |     2   |     .   |     .   |   0.00s   
                  Handler |     1   |     1   |     .   |     .   |   0.00s   
                    Nodes |    13   |    13   |     .   |     .   |   0.02s   
                       PT |    10   |    10   |     .   |     .   |   0.02s   
                 Protocol |    54   |    54   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   358   |   355   |     1   |     2   | 203.94s   
--------------------------+---------+---------+---------+---------+----------





ERRORS:
neo/tests/client/testMasterHandler.py MasterNotificationsHandlerTests.test_stopOperation
-------------------------------------------------------------
Traceback (most recent call last):
  File "/neo/trunk/neo/tests/client/testMasterHandler.py", line 147, in test_stopOperation
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------


FAILURES:
neo/tests/functional/testClient.py ClientTests.testIsolationWithNewConnection
-------------------------------------------------------------
Traceback (most recent call last):
  File "/neo/trunk/neo/tests/functional/testClient.py", line 169, in testIsolationWithNewConnection
    self.assertEqual(c2.root()['item'], 0)
AssertionError: 1 != 0
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testReplicationThenRunningWithReplicas
-------------------------------------------------------------
Traceback (most recent call last):
  File "/neo/trunk/neo/tests/functional/testStorage.py", line 356, in testReplicationThenRunningWithReplicas
    self.__expectRunning(started[0])
  File "/neo/trunk/neo/tests/functional/testStorage.py", line 121, in __expectRunning
    self.neo.expectStorageState(process.getUUID(), NodeStates.RUNNING)
  File "/neo/trunk/neo/tests/functional/__init__.py", line 408, in expectStorageState
    timeout,delay)
  File "/neo/trunk/neo/tests/functional/__init__.py", line 400, in __expectNodeState
    self.expectCondition(callback, timeout, delay)
  File "/neo/trunk/neo/tests/functional/__init__.py", line 382, in expectCondition
    raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [<EnumItem BROKEN (4)>, <EnumItem BROKEN (4)>, <EnumItem BROKEN (4)>, <EnumItem BROKEN (4)>, <EnumItem BROKEN (4)>, <EnumItem BROKEN (4)>, <EnumItem BROKEN (4)>, <EnumItem BROKEN (4)>, <EnumItem BROKEN (4)>, <EnumItem BROKEN (4)>]
-------------------------------------------------------------



More information about the Neo-report mailing list