[Neo-report] Neo : 504 Tests, 7 Errors, 3 Failures

gregory at nexedi.com gregory at nexedi.com
Tue May 11 19:07:39 CEST 2010


                               NEO TESTS REPORT


    Date        : 2010-05-11
    Node        : blade8
    Processor   : Intel(R) Xeon(R) CPU           E5410  @ 2.33GHz (64bit)
    System      : Linux (2.6.29.6-server-1mnb)
    Directory   : /tmp/neo_L5Cwkz
    Status      :  98.016%
        
              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    26   |    26   |     .   |     .   |   0.05s   
           ConnectionPool |     1   |     1   |     .   |     .   |   0.00s   
            MasterHandler |    14   |    14   |     .   |     .   |   0.01s   
           StorageHandler |    15   |    15   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |     6   |     6   |     .   |     .   |  12.52s   
                  Cluster |     5   |     4   |     .   |     1   |  32.70s   
                   Master |     4   |     4   |     .   |     .   |  39.08s   
                  Storage |    16   |    15   |     .   |     1   | 125.81s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     7   |     7   |     .   |     .   |   0.01s   
          ElectionHandler |    24   |    24   |     .   |     .   |   0.03s   
                MasterApp |     2   |     2   |     .   |     .   |   0.00s   
                 MasterPT |     7   |     7   |     .   |     .   |   0.01s   
                 Recovery |     5   |     5   |     .   |     .   |   0.01s   
           StorageHandler |     7   |     7   |     .   |     .   |   0.18s   
             Transactions |     4   |     4   |     .   |     .   |   0.00s   
             Verification |     8   |     8   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    16   |    16   |     .   |     .   |   0.57s   
    InitializationHandler |     4   |     4   |     .   |     .   |   0.18s   
            MasterHandler |    12   |    12   |     .   |     .   |   0.48s   
               StorageApp |     3   |     3   |     .   |     .   |   0.11s   
           StorageHandler |    13   |    13   |     .   |     .   |   0.47s   
           StorageMySQLdb |    37   |    37   |     .   |     .   |   1.52s   
             Transactions |    15   |    15   |     .   |     .   |   0.01s   
      VerificationHandler |    13   |    13   |     .   |     .   |   0.50s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.08s   
               Connection |    45   |    45   |     .   |     .   |   0.03s   
               Dispatcher |     4   |     4   |     .   |     .   |   0.00s   
                    Event |     1   |     1   |     .   |     .   |   0.00s   
                  Handler |     1   |     1   |     .   |     .   |   0.00s   
                    Nodes |    14   |    14   |     .   |     .   |   0.00s   
                       PT |    10   |    10   |     .   |     .   |   0.00s   
                 Protocol |    71   |    71   |     .   |     .   |   0.00s   
                     Util |     1   |     1   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                    Basic |    15   |    15   |     .   |     .   |  46.88s   
                 Conflict |     5   |     5   |     .   |     .   |  15.61s   
                  History |     4   |     4   |     .   |     .   |  10.91s   
                 Iterator |     8   |     6   |     2   |     .   |  22.50s   
                       MT |     5   |     5   |     .   |     .   |  15.25s   
               Persistent |     1   |     1   |     .   |     .   |   3.14s   
                 ReadOnly |     2   |     2   |     .   |     .   |   6.31s   
                 Revision |     7   |     5   |     1   |     1   |  22.42s   
          Synchronization |    11   |    11   |     .   |     .   |  28.02s   
                     Undo |    17   |    13   |     4   |     .   |  36.19s   
                     ZODB |    16   |    16   |     .   |     .   |  30.43s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   504   |   494   |     7   |     3   | 452.06s   
--------------------------+---------+---------+---------+---------+----------





ERRORS:
neo/tests/zodb/testIterator.py IteratorTests.checkExtendedIteration
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope/lib/python/ZODB/tests/IteratorStorage.py", line 178, in checkExtendedIteration
    txniter = self._storage.iterator(revid1, revid4)
  File "/srv/neo/repository/trunk/neo/client/Storage.py", line 94, in iterator
    return self.app.iterator(start, stop)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 1066, in iterator
    return Iterator(self, start, stop)
  File "/srv/neo/repository/trunk/neo/client/iterator.py", line 79, in __init__
    raise NotImplementedError('partial scan not implemented yet')
NotImplementedError: partial scan not implemented yet
-------------------------------------------------------------

neo/tests/zodb/testIterator.py IteratorTests.checkIterationIntraTransaction
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope/lib/python/ZODB/tests/IteratorStorage.py", line 150, in checkIterationIntraTransaction
    self._storage.tpc_finish(t)
  File "/srv/neo/repository/trunk/neo/client/Storage.py", line 67, in tpc_finish
    return self.app.tpc_finish(transaction=transaction, f=f)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 775, in tpc_finish
    self._askPrimary(p)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 266, in _askPrimary
    self._waitMessage(conn, msg_id, self.primary_handler)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 248, in _waitMessage
    raise ConnectionClosed
ConnectionClosed
-------------------------------------------------------------

neo/tests/zodb/testRevision.py RevisionTests.checkLoadBeforeUndo
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope/lib/python/ZODB/tests/RevisionStorage.py", line 131, in checkLoadBeforeUndo
    self.assertEqual(data, t[0])
TypeError: unsubscriptable object
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkPackAfterUndoDeletion
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 561, in checkPackAfterUndoDeletion
    self._storage.pack(t, referencesf)
  File "/srv/neo/repository/trunk/neo/client/Storage.py", line 153, in pack
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkPackAfterUndoManyTimes
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 603, in checkPackAfterUndoManyTimes
    self._storage.pack(t, referencesf)
  File "/srv/neo/repository/trunk/neo/client/Storage.py", line 153, in pack
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkTransactionalUndoAfterPack
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 445, in checkTransactionalUndoAfterPack
    self._storage.pack(packtime, referencesf)
  File "/srv/neo/repository/trunk/neo/client/Storage.py", line 153, in pack
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 496, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
    self._storage.pack(packtime, referencesf)
  File "/srv/neo/repository/trunk/neo/client/Storage.py", line 153, in pack
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------


FAILURES:
neo/tests/functional/testCluster.py ClusterTests.testClusterBreaksWithTwoNodes
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testCluster.py", line 55, in testClusterBreaksWithTwoNodes
    self.neo.expectOudatedCells(number=0)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 471, in expectOudatedCells
    self.expectCondition(callback, timeout, delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 425, in expectCondition
    raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testRestartWithMissingStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 492, in testRestartWithMissingStorage
    self.neo.start(except_storages=(started[1], ))
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 282, in start
    self.run(except_storages=except_storages)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 272, in run
    raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------

neo/tests/zodb/testRevision.py RevisionTests.checkLoadBeforeEdges
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope/lib/python/ZODB/tests/RevisionStorage.py", line 75, in checkLoadBeforeEdges
    oid, p64(0))
AssertionError: KeyError not raised
-------------------------------------------------------------



More information about the Neo-report mailing list