[Neo-report] Neo : 558 Tests, 7 Errors, 4 Failures

gregory at nexedi.com gregory at nexedi.com
Mon Jul 12 10:10:09 CEST 2010


                               NEO TESTS REPORT


    Date        : 2010-07-12
    Node        : blade8
    Processor   : Intel(R) Xeon(R) CPU           E5410  @ 2.33GHz (64bit)
    System      : Linux (2.6.29.6-server-1mnb)
    Directory   : /tmp/neo_nyDKwH
    Status      :  98.029%
        
              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    27   |    27   |     .   |     .   |   0.05s   
           ConnectionPool |     2   |     2   |     .   |     .   |   0.00s   
            MasterHandler |    14   |    14   |     .   |     .   |   0.01s   
           StorageHandler |    16   |    16   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |     9   |     9   |     .   |     .   |  55.69s   
                  Cluster |     5   |     4   |     1   |     .   |  51.85s   
                   Master |     4   |     4   |     .   |     .   |  40.51s   
                  Storage |    16   |    13   |     .   |     3   | 149.28s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     8   |     8   |     .   |     .   |   0.02s   
          ElectionHandler |    24   |    24   |     .   |     .   |   0.03s   
                MasterApp |     1   |     1   |     .   |     .   |   0.00s   
                 MasterPT |     7   |     7   |     .   |     .   |   0.01s   
                 Recovery |     5   |     5   |     .   |     .   |   0.01s   
           StorageHandler |     8   |     8   |     .   |     .   |   0.19s   
             Transactions |     6   |     6   |     .   |     .   |   0.00s   
             Verification |     8   |     8   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    17   |    17   |     .   |     .   |   1.00s   
    IdentificationHandler |     3   |     3   |     .   |     .   |   0.01s   
    InitializationHandler |     4   |     4   |     .   |     .   |   0.55s   
            MasterHandler |    12   |    12   |     .   |     .   |   0.70s   
               StorageApp |     3   |     3   |     .   |     .   |   0.14s   
           StorageHandler |    13   |    13   |     .   |     .   |   0.81s   
           StorageMySQLdb |    37   |    37   |     .   |     .   |   2.06s   
             Transactions |    18   |    18   |     .   |     .   |   0.01s   
      VerificationHandler |    13   |    13   |     .   |     .   |   0.66s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.13s   
               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 |    10   |    10   |     .   |     .   |   0.00s   
                 Protocol |    73   |    73   |     .   |     .   |   0.00s   
                     Util |     1   |     1   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                    Basic |    15   |    15   |     .   |     .   |  48.67s   
                 Conflict |     5   |     5   |     .   |     .   |  16.11s   
                  History |     4   |     4   |     .   |     .   |  24.25s   
                 Iterator |     8   |     7   |     1   |     .   |  35.63s   
                       MT |     5   |     5   |     .   |     .   |  16.91s   
               Persistent |     1   |     1   |     .   |     .   |   3.18s   
                 ReadOnly |     2   |     2   |     .   |     .   |   6.31s   
                 Revision |     7   |     5   |     1   |     1   |  22.59s   
          Synchronization |    11   |    11   |     .   |     .   |  31.14s   
                     Undo |    17   |    13   |     4   |     .   |  47.41s   
                     ZODB |    16   |    16   |     .   |     .   |  46.08s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   558   |   547   |     7   |     4   | 602.09s   
--------------------------+---------+---------+---------+---------+----------





ERRORS:
neo/tests/functional/testCluster.py ClusterTests.testVerificationCommitUnfinishedTransactions
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testCluster.py", line 98, in testVerificationCommitUnfinishedTransactions
    db, conn = self.neo.getZODBConnection()
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 323, in getZODBConnection
    db = ZODB.DB(storage=self.getZODBStorage())
  File "/srv/zope2.8.8/lib/python/ZODB/DB.py", line 255, in __init__
    storage.tpc_vote(t)
  File "/srv/neo/repository/trunk/neo/client/Storage.py", line 27, in wrapped
    return func(self, *args, **kw)
  File "/srv/neo/repository/trunk/neo/client/Storage.py", line 61, in tpc_vote
    tryToResolveConflict=self.tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 731, in tpc_vote
    result = self.waitStoreResponses(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 705, in waitStoreResponses
    conflicts = _handleConflicts(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 681, in _handleConflicts
    serials=(tid, serial), data=data)
ConflictError: database conflict error (oid 0x00, class persistent.mapping.PersistentMapping, serial this txn started with None, serial currently committed 0x03877502933cb811 2010-07-12 08:02:34.508715)
-------------------------------------------------------------

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 95, in iterator
    return self.app.iterator(start, stop)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 1122, 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/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 154, 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 154, 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 154, 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 154, in pack
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------


FAILURES:
neo/tests/functional/testStorage.py StorageTests.testRecoveryWithMultiplePT
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 509, in testRecoveryWithMultiplePT
    self.__expectRunning(started[1])
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 121, in __expectRunning
    self.neo.expectStorageState(process.getUUID(), NodeStates.RUNNING)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 452, in expectStorageState
    timeout,delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 444, in __expectNodeState
    self.expectCondition(callback, timeout, delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 426, 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)>]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testReplicationWithoutBreak
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 151, in testReplicationWithoutBreak
    self.neo.expectOudatedCells(number=0)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 472, in expectOudatedCells
    self.expectCondition(callback, timeout, delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 426, in expectCondition
    raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [10, 10, 10, 10, 10, 10, 10, 10, 10, 10]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testRestartWithMissingStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 494, in testRestartWithMissingStorage
    self.__expectUnknown(started[1])
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 127, in __expectUnknown
    self.neo.expectStorageState(process.getUUID(), NodeStates.UNKNOWN)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 452, in expectStorageState
    timeout,delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 444, in __expectNodeState
    self.expectCondition(callback, timeout, delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 426, in expectCondition
    raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------

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