[Neo-report] NEO tests (r): 656 Tests, 2 Errors, 9 Failures

gregory at nexedi.com gregory at nexedi.com
Wed Dec 29 15:57:05 CET 2010


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

Directory            : /tmp/neo_iFnp-6
Masters              : 1
Storages             : 1
Replicas             : 0
Partitions           : 2
Status               : 98.323%

                               NEO TESTS REPORT

              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    32   |    32   |     .   |     .   |   1.05s   
           ConnectionPool |     4   |     4   |     .   |     .   |   0.00s   
            MasterHandler |    15   |    15   |     .   |     .   |   0.01s   
           StorageHandler |    17   |    17   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |     9   |     9   |     .   |     .   |  50.79s   
                  Cluster |     6   |     6   |     .   |     .   |  24.59s   
                   Master |     4   |     4   |     .   |     .   |  37.16s   
                  Storage |    16   |    15   |     1   |     .   |  83.31s   
--------------------------+---------+---------+---------+---------+----------
     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.36s   
    IdentificationHandler |     3   |     3   |     .   |     .   |   0.01s   
    InitializationHandler |     4   |     4   |     .   |     .   |   0.09s   
            MasterHandler |    13   |    13   |     .   |     .   |   0.26s   
              Replication |    10   |    10   |     .   |     .   |   2.29s   
       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   |     .   |     .   |  10.59s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.12s   
               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.58s   
                 Conflict |     5   |     5   |     .   |     .   |  10.27s   
                  History |     1   |     1   |     .   |     .   |   2.08s   
                 Iterator |     9   |     9   |     .   |     .   |  18.52s   
                       MT |     5   |     5   |     .   |     .   |  13.17s   
                     Pack |    14   |    12   |     .   |     2   |  32.87s   
               Persistent |     1   |     1   |     .   |     .   |   2.08s   
                 ReadOnly |     2   |     2   |     .   |     .   |   5.14s   
                 Revision |     7   |     7   |     .   |     .   |  16.29s   
          Synchronization |     7   |     7   |     .   |     .   |  14.34s   
                     Undo |    17   |    11   |     1   |     5   |  32.25s   
                     ZODB |    10   |     9   |     .   |     1   |  20.83s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   656   |   645   |     2   |     9   | 412.38s   
--------------------------+---------+---------+---------+---------+----------



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")
-------------------------------------------------------------

neo.tests.zodb.testUndo.UndoTests.checkPackAfterUndoManyTimes
-------------------------------------------------------------
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 609, in checkPackAfterUndoManyTimes
    self.assertEqual(rt["test"].value, i % 2 and 3 or 1)
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/ZODB3-3.10.0-py2.5-linux-x86_64.egg/ZODB/Connection.py", line 868, in setstate
    self._setstate(obj)
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/ZODB3-3.10.0-py2.5-linux-x86_64.egg/ZODB/Connection.py", line 909, in _setstate
    p, serial = self._storage.load(obj._p_oid, '')
  File "/neo/environments/py2.5-ZODB3.10/lib/python2.5/site-packages/neo-0.1.0-py2.5.egg/neo/client/Storage.py", line 131, in load
    raise POSException.POSKeyError(oid)
POSKeyError: 0x03
-------------------------------------------------------------


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.checkNotUndoable
-------------------------------------------------------------
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 426, in checkNotUndoable
    self.assertRaises(POSException.UndoError, self._begin_undos_vote, t, tid)
AssertionError: UndoError not raised
-------------------------------------------------------------

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.testUndo.UndoTests.checkTwoObjectUndo
-------------------------------------------------------------
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 255, in checkTwoObjectUndo
    eq(zodb_unpickle(data), MinPO(51))
AssertionError: MinPO(52) != MinPO(51)
-------------------------------------------------------------

neo.tests.zodb.testUndo.UndoTests.checkTwoObjectUndoAgain
-------------------------------------------------------------
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 346, in checkTwoObjectUndoAgain
    eq(zodb_unpickle(data), MinPO(51))
AssertionError: MinPO(52) != MinPO(51)
-------------------------------------------------------------

neo.tests.zodb.testUndo.UndoTests.checkTwoObjectUndoAtOnce
-------------------------------------------------------------
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 306, in checkTwoObjectUndoAtOnce
    eq(zodb_unpickle(data), MinPO(50))
AssertionError: MinPO(52) != MinPO(50)
-------------------------------------------------------------

neo.tests.zodb.testZODB.NEOZODBTests.checkResetCache
-------------------------------------------------------------
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 135, in checkResetCache
    self.assert_(len(conn._cache) > 0)  # Precondition
AssertionError
-------------------------------------------------------------






More information about the Neo-report mailing list