[Neo-report] Neo : 372 Tests, 5 Errors, 2 Failures

gregory at nexedi.com gregory at nexedi.com
Tue Feb 16 08:23:38 CET 2010


                               NEO TESTS REPORT


    Date        : 2010-02-16
    Node        : blade9
    Processor   :  (64bit)
    System      : Linux (2.6.26-2-amd64)
    Directory   : /srv/neo/neo_PWwfjh
    Status      :  98.118%
        
              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    26   |    26   |     .   |     .   |   1.11s   
           ConnectionPool |     1   |     1   |     .   |     .   |   0.00s   
            MasterHandler |    14   |    14   |     .   |     .   |   0.01s   
           StorageHandler |    11   |    11   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |     4   |     4   |     .   |     .   |  12.35s   
                  Cluster |     4   |     4   |     .   |     .   |  18.73s   
             ImportExport |     2   |     1   |     1   |     .   |   5.31s   
                   Master |     4   |     3   |     .   |     1   |  50.29s   
                  Storage |    13   |     9   |     4   |     .   |  63.63s   
                     ZODB |    16   |    16   |     .   |     .   |  50.99s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     7   |     7   |     .   |     .   |   0.01s   
          ElectionHandler |    25   |    25   |     .   |     .   |   0.03s   
                MasterApp |     2   |     2   |     .   |     .   |   0.00s   
                 MasterPT |     7   |     7   |     .   |     .   |   0.01s   
                 Recovery |     5   |     5   |     .   |     .   |   0.01s   
           StorageHandler |     7   |     7   |     .   |     .   |   0.16s   
             Transactions |     4   |     4   |     .   |     .   |   0.00s   
             Verification |     9   |     9   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    17   |    17   |     .   |     .   |   0.67s   
    InitializationHandler |     4   |     4   |     .   |     .   |   0.16s   
            MasterHandler |    12   |    12   |     .   |     .   |   0.48s   
               StorageApp |     3   |     3   |     .   |     .   |   0.12s   
           StorageHandler |    13   |    13   |     .   |     .   |   0.49s   
           StorageMySQLdb |    35   |    35   |     .   |     .   |   1.06s   
             Transactions |    13   |    13   |     .   |     .   |   0.00s   
      VerificationHandler |    13   |    13   |     .   |     .   |   0.51s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.09s   
               Connection |    16   |    16   |     .   |     .   |   0.02s   
               Dispatcher |     3   |     3   |     .   |     .   |   0.00s   
                    Event |     2   |     2   |     .   |     .   |   0.00s   
                  Handler |     1   |     .   |     .   |     1   |   0.00s   
                    Nodes |    13   |    13   |     .   |     .   |   0.00s   
                       PT |    10   |    10   |     .   |     .   |   0.00s   
                 Protocol |    54   |    54   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   372   |   365   |     5   |     2   | 206.25s   
--------------------------+---------+---------+---------+---------+----------





ERRORS:
neo/tests/functional/testStorage.py StorageTests.testOudatedCellsOnDownStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 208, in testOudatedCellsOnDownStorage
    self.__checkReplicationDone()
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 103, in __checkReplicationDone
    self.__checkDatabase(db_name)
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 91, in __checkDatabase
    objects = self.queryCount(db, query)
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 44, in queryCount
    db.query(query)
OperationalError: (1030, 'Got error 28 from storage engine')
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testReplicationThenRunningWithReplicas
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 365, in testReplicationThenRunningWithReplicas
    self.__checkDatabase(self.neo.db_list[0])
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 91, in __checkDatabase
    objects = self.queryCount(db, query)
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 44, in queryCount
    db.query(query)
OperationalError: (1030, 'Got error 28 from storage engine')
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testReplicationWithNewStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 195, in testReplicationWithNewStorage
    self.__checkReplicationDone()
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 103, in __checkReplicationDone
    self.__checkDatabase(db_name)
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 91, in __checkDatabase
    objects = self.queryCount(db, query)
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 44, in queryCount
    db.query(query)
OperationalError: (1030, 'Got error 28 from storage engine')
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testReplicationWithoutBreak
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 149, in testReplicationWithoutBreak
    self.__checkReplicationDone()
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 103, in __checkReplicationDone
    self.__checkDatabase(db_name)
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 91, in __checkDatabase
    objects = self.queryCount(db, query)
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 44, in queryCount
    db.query(query)
OperationalError: (1030, 'Got error 28 from storage engine')
-------------------------------------------------------------

neo/tests/functional/testImportExport.py ImportExportTests.testImport
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testImportExport.py", line 91, in testImport
    neo_storage.copyTransactionsFrom(dfs_storage, verbose=0)
  File "/srv/zope-2.8.8/lib/python/ZODB/BaseStorage.py", line 430, in copyTransactionsFrom
    s=self.store(oid, pre, r.data, r.version, transaction)
  File "/srv/neo/repository/trunk/neo/client/Storage.py", line 89, in store
    transaction = transaction)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 562, in store
    raise NEOStorageError('tpc_store failed')
NEOStorageError: tpc_store failed
-------------------------------------------------------------


FAILURES:
neo/tests/testHandler.py HandlerTests.test_dispatch
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/testHandler.py", line 61, in test_dispatch
    self.checkErrorPacket(conn)
  File "/srv/neo/repository/trunk/neo/tests/__init__.py", line 211, in checkErrorPacket
    self.assertEquals(len(calls), 1)
AssertionError: 0 != 1
-------------------------------------------------------------

neo/tests/functional/testMaster.py MasterTests.testStoppingPrimaryWithOneSecondary
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testMaster.py", line 78, in testStoppingPrimaryWithOneSecondary
    self.neo.expectMasterState(killed_uuid_list[0], None)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 419, in expectMasterState
    delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 415, in __expectNodeState
    self.expectCondition(callback, timeout, delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 397, in expectCondition
    raise AssertionError, 'Timeout while expecting condition. ' \
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)>]
-------------------------------------------------------------



More information about the Neo-report mailing list