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

gregory at nexedi.com gregory at nexedi.com
Fri Dec 24 12:09:44 CET 2010


Title                : NEO tests (r)
Date                 : 2010-12-24
Node                 : blade1
Machine              : x86_64
System               : Linux
Python               : 2.5.2

Directory            : /tmp/neo_kU-SpO
Status               : 99.083%

                               NEO TESTS REPORT

              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    32   |    32   |     .   |     .   |   1.05s   
           ConnectionPool |     2   |     2   |     .   |     .   |   0.00s   
            MasterHandler |    15   |    15   |     .   |     .   |   0.01s   
           StorageHandler |    17   |    17   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |     9   |     9   |     .   |     .   |  48.90s   
                  Cluster |     6   |     6   |     .   |     .   |  25.49s   
                   Master |     4   |     4   |     .   |     .   |  36.64s   
                  Storage |    16   |    15   |     1   |     .   |  81.50s   
--------------------------+---------+---------+---------+---------+----------
     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.15s   
             Transactions |     9   |     9   |     .   |     .   |   0.00s   
             Verification |     8   |     8   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    18   |    18   |     .   |     .   |   0.39s   
    IdentificationHandler |     3   |     3   |     .   |     .   |   0.01s   
    InitializationHandler |     4   |     4   |     .   |     .   |   0.09s   
            MasterHandler |    13   |    13   |     .   |     .   |   0.26s   
              Replication |    10   |    10   |     .   |     .   |   2.31s   
       ReplicationHandler |    21   |    21   |     .   |     .   |   0.01s   
               Replicator |     8   |     8   |     .   |     .   |   0.00s   
               StorageApp |     3   |     3   |     .   |     .   |   0.06s   
             StorageBTree |    29   |    29   |     .   |     .   |   0.01s   
           StorageHandler |     9   |     9   |     .   |     .   |   0.16s   
           StorageMySQLdb |    38   |    38   |     .   |     .   |   0.76s   
             Transactions |    18   |    18   |     .   |     .   |   0.01s   
      VerificationHandler |    13   |    13   |     .   |     .   |   0.25s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.11s   
               Connection |    80   |    80   |     .   |     .   |   0.05s   
               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 |    84   |    84   |     .   |     .   |   0.01s   
                     Util |     1   |     1   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                    Basic |    16   |    15   |     .   |     1   |  32.54s   
                 Conflict |     5   |     5   |     .   |     .   |  10.27s   
                  History |     1   |     1   |     .   |     .   |   2.07s   
                 Iterator |     9   |     9   |     .   |     .   |  18.54s   
                       MT |     5   |     5   |     .   |     .   |  13.28s   
                     Pack |    14   |    12   |     .   |     2   |  32.87s   
               Persistent |     1   |     1   |     .   |     .   |   2.08s   
                 ReadOnly |     2   |     2   |     .   |     .   |   5.14s   
                 Revision |     7   |     7   |     .   |     .   |  16.15s   
          Synchronization |     7   |     7   |     .   |     .   |  14.37s   
                     Undo |    17   |    16   |     .   |     1   |  37.03s   
                     ZODB |    10   |     9   |     .   |     1   |  20.83s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   654   |   648   |     1   |     5   | 403.51s   
--------------------------+---------+---------+---------+---------+----------



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 423, in testDropNodeThenRestartCluster
    self.__checkReplicateCount(self.neo.db_list[1], 1)
  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 128, in __checkReplicateCount
    self.neo.expectCondition(callback, timeout, delay)
  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 442, in expectCondition
    reached, opaque = condition(opaque)
  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 123, in callback
    'select count(distinct uuid) from pt')
  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 45, in queryCount
    db.query(query)
ProgrammingError: (1146, "Table 'test_neo1.pt' doesn't exist")
-------------------------------------------------------------


FAILURES:
neo.tests.zodb.testBasic.BasicTests.check_tid_ordering_w_commit
-------------------------------------------------------------
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/zodb/testBasic.py", line 27, in check_tid_ordering_w_commit
    self.fail("Test disabled")
AssertionError: Test disabled
-------------------------------------------------------------

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