[Neo-report] Neo : 511 Tests, 11 Errors, 12 Failures

gregory at nexedi.com gregory at nexedi.com
Mon May 17 19:47:38 CEST 2010


                               NEO TESTS REPORT


    Date        : 2010-05-17
    Node        : blade8
    Processor   : Intel(R) Xeon(R) CPU           E5410  @ 2.33GHz (64bit)
    System      : Linux (2.6.29.6-server-1mnb)
    Directory   : /tmp/neo_uLJPeq
    Status      :  95.499%
        
              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    26   |    26   |     .   |     .   |   0.04s   
           ConnectionPool |     1   |     1   |     .   |     .   |   0.00s   
            MasterHandler |    14   |    14   |     .   |     .   |   0.01s   
           StorageHandler |    16   |    16   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |     6   |     3   |     2   |     1   | 375.05s   
                  Cluster |     5   |     3   |     1   |     1   | 217.58s   
                   Master |     4   |     4   |     .   |     .   |  42.20s   
                  Storage |    16   |     7   |     .   |     9   | 626.54s   
--------------------------+---------+---------+---------+---------+----------
     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.19s   
             Transactions |     4   |     4   |     .   |     .   |   0.00s   
             Verification |     8   |     8   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    17   |    17   |     .   |     .   | 130.06s   
    InitializationHandler |     4   |     4   |     .   |     .   |   5.32s   
            MasterHandler |    12   |    12   |     .   |     .   |   0.48s   
               StorageApp |     3   |     3   |     .   |     .   |   0.14s   
           StorageHandler |    13   |    13   |     .   |     .   |   9.76s   
           StorageMySQLdb |    37   |    37   |     .   |     .   | 695.34s   
             Transactions |    17   |    17   |     .   |     .   |   0.01s   
      VerificationHandler |    13   |    13   |     .   |     .   |  17.10s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |  39.78s   
               Connection |    45   |    45   |     .   |     .   |   0.03s   
               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   |    13   |     2   |     .   | 338.41s   
                 Conflict |     5   |     5   |     .   |     .   | 133.58s   
                  History |     4   |     4   |     .   |     .   |  43.31s   
                 Iterator |     8   |     7   |     1   |     .   |  23.17s   
                       MT |     5   |     5   |     .   |     .   |  18.74s   
               Persistent |     1   |     1   |     .   |     .   |   3.21s   
                 ReadOnly |     2   |     2   |     .   |     .   |   6.28s   
                 Revision |     7   |     5   |     1   |     1   |  22.28s   
          Synchronization |    11   |    11   |     .   |     .   |  26.43s   
                     Undo |    17   |    13   |     4   |     .   |  37.36s   
                     ZODB |    16   |    16   |     .   |     .   |  31.90s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   511   |   488   |    11   |    12   | 2844.40s   
--------------------------+---------+---------+---------+---------+----------





ERRORS:
neo/tests/functional/testClient.py ClientTests.testExport
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testClient.py", line 221, in testExport
    dfs_storage.copyTransactionsFrom(neo_storage, verbose=0)
  File "/srv/zope2.8.8/lib/python/ZODB/BaseStorage.py", line 421, in copyTransactionsFrom
    for r in transaction:
  File "/srv/neo/repository/trunk/neo/client/iterator.py", line 63, in next
    result = app._load(oid, serial=self.tid)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 483, in _load
    raise NEOStorageNotFoundError()
NEOStorageNotFoundError
-------------------------------------------------------------

neo/tests/functional/testClient.py ClientTests.testIsolationAtZopeLevel
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testClient.py", line 142, in testIsolationAtZopeLevel
    self.__setup()
  File "/srv/neo/repository/trunk/neo/tests/functional/testClient.py", line 82, in __setup
    self.db = ZODB.DB(self.neo.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 60, in tpc_vote
    tryToResolveConflict=self.tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 706, in tpc_vote
    result = self.waitStoreResponses(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 692, in waitStoreResponses
    raise NEOStorageError('tpc_store failed')
NEOStorageError: tpc_store failed
-------------------------------------------------------------

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 322, 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 60, in tpc_vote
    tryToResolveConflict=self.tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 706, in tpc_vote
    result = self.waitStoreResponses(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 680, in waitStoreResponses
    conflicts = _handleConflicts(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 656, 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 0x038636959a9e4a44 2010-05-17 17:25:36.238669)
-------------------------------------------------------------

neo/tests/zodb/testBasic.py BasicTests.checkLen
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope/lib/python/ZODB/tests/BasicStorage.py", line 196, in checkLen
    self._dostore(data=MinPO(22))
  File "/srv/zope/lib/python/ZODB/tests/StorageTestBase.py", line 197, in _dostore
    r2 = self._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 60, in tpc_vote
    tryToResolveConflict=self.tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 706, in tpc_vote
    result = self.waitStoreResponses(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 692, in waitStoreResponses
    raise NEOStorageError('tpc_store failed')
NEOStorageError: tpc_store failed
-------------------------------------------------------------

neo/tests/zodb/testBasic.py BasicTests.checkTwoArgBegin
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope/lib/python/ZODB/tests/BasicStorage.py", line 186, in checkTwoArgBegin
    self._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 60, in tpc_vote
    tryToResolveConflict=self.tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 706, in tpc_vote
    result = self.waitStoreResponses(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 692, in waitStoreResponses
    raise NEOStorageError('tpc_store failed')
NEOStorageError: tpc_store failed
-------------------------------------------------------------

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 1089, 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 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/testClient.py ClientTests.testConflictResolutionTriggered2
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testClient.py", line 116, in testConflictResolutionTriggered2
    self.__setup()
  File "/srv/neo/repository/trunk/neo/tests/functional/testClient.py", line 80, in __setup
    self.neo.start()
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
    raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------

neo/tests/functional/testCluster.py ClusterTests.testElectionWithManyMasters
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testCluster.py", line 77, in testElectionWithManyMasters
    self.neo.start()
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
    raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testAcceptFirstEmptyStorageAfterStartupAllowed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 459, in testAcceptFirstEmptyStorageAfterStartupAllowed
    self.neo.expectClusterRunning()
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 497, in expectClusterRunning
    self.expectClusterState(ClusterStates.RUNNING)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 488, in expectClusterState
    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: [<EnumItem RECOVERING (1)>, <EnumItem RECOVERING (1)>, <EnumItem RECOVERING (1)>, <EnumItem RECOVERING (1)>, <EnumItem RECOVERING (1)>, <EnumItem RECOVERING (1)>, <EnumItem RECOVERING (1)>, <EnumItem RECOVERING (1)>, <EnumItem RECOVERING (1)>, <EnumItem RECOVERING (1)>]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testConflictingStorageRejected
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 292, in testConflictingStorageRejected
    self.neo.expectClusterRunning()
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 497, in expectClusterRunning
    self.expectClusterState(ClusterStates.RUNNING)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 488, in expectClusterState
    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: [<EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>, <EnumItem VERIFYING (2)>]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testDropNodeThenRestartCluster
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 425, in testDropNodeThenRestartCluster
    master_node_count=1, partitions=10)
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 64, in __setup
    self.neo.start(except_storages=stopped_processes)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
    raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testDropNodeWithOtherPending
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 475, in testDropNodeWithOtherPending
    self.__expectPending(stopped[0])
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 124, in __expectPending
    self.neo.expectStorageState(process.getUUID(), NodeStates.PENDING)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 451, in expectStorageState
    timeout,delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 443, in __expectNodeState
    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: [None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testPartitionTableReorganizedAfterDrop
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 341, in testPartitionTableReorganizedAfterDrop
    partitions=10, pending_number=0)
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 64, in __setup
    self.neo.start(except_storages=stopped_processes)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
    raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testRecoveryWithMultiplePT
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 503, in testRecoveryWithMultiplePT
    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: [10, 10, 10, 10, 10, 10, 10, 10, 10, 10]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testReplicationThenRunningWithReplicas
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 390, in testReplicationThenRunningWithReplicas
    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: [10, 10, 10, 10, 10, 10, 10, 9, 9, 9]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testReplicationWithNewStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 189, in testReplicationWithNewStorage
    self.__expectPending(stopped[0])
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 124, in __expectPending
    self.neo.expectStorageState(process.getUUID(), NodeStates.PENDING)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 451, in expectStorageState
    timeout,delay)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 443, in __expectNodeState
    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: [None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testSequentialStorageKill
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 254, in testSequentialStorageKill
    (started, _) = self.__setup(replicas=2, storage_number=3, partitions=10)
  File "/srv/neo/repository/trunk/neo/tests/functional/testStorage.py", line 64, in __setup
    self.neo.start(except_storages=stopped_processes)
  File "/srv/neo/repository/trunk/neo/tests/functional/__init__.py", line 289, in start
    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