[Neo-report] Neo : 475 Tests, 12 Errors, 1 Failures

gregory at nexedi.com gregory at nexedi.com
Sat Mar 13 19:08:53 CET 2010


                               NEO TESTS REPORT


    Date        : 2010-03-13
    Node        : blade9
    Processor   :  (64bit)
    System      : Linux (2.6.26-2-amd64)
    Directory   : /tmp/neo_6QOhXu
    Status      :  97.263%
        
              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    26   |    26   |     .   |     .   |   0.11s   
           ConnectionPool |     1   |     1   |     .   |     .   |   0.00s   
            MasterHandler |    14   |    14   |     .   |     .   |   0.01s   
           StorageHandler |    11   |    11   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |     4   |     4   |     .   |     .   |   5.66s   
                  Cluster |     4   |     4   |     .   |     .   |  17.19s   
             ImportExport |     2   |     2   |     .   |     .   |   6.94s   
                   Master |     4   |     4   |     .   |     .   |  41.25s   
                  Storage |    13   |    13   |     .   |     .   |  68.12s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     7   |     7   |     .   |     .   |   0.01s   
          ElectionHandler |    24   |    24   |     .   |     .   |   0.02s   
                MasterApp |     2   |     2   |     .   |     .   |   0.00s   
                 MasterPT |     7   |     7   |     .   |     .   |   0.01s   
                 Recovery |     5   |     5   |     .   |     .   |   0.01s   
           StorageHandler |     7   |     7   |     .   |     .   |   0.16s   
             Transactions |     4   |     4   |     .   |     .   |   0.00s   
             Verification |     9   |     9   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    17   |    17   |     .   |     .   |   0.68s   
    InitializationHandler |     4   |     4   |     .   |     .   |   0.16s   
            MasterHandler |    12   |    12   |     .   |     .   |   0.46s   
               StorageApp |     3   |     3   |     .   |     .   |   0.12s   
           StorageHandler |    13   |    13   |     .   |     .   |   0.47s   
           StorageMySQLdb |    35   |    35   |     .   |     .   |   1.03s   
             Transactions |    13   |    13   |     .   |     .   |   0.00s   
      VerificationHandler |    13   |    13   |     .   |     .   |   0.53s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.14s   
               Connection |    43   |    43   |     .   |     .   |   0.02s   
               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 |    54   |    54   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                    Basic |    15   |    15   |     .   |     .   |  44.38s   
                 Conflict |     5   |     5   |     .   |     .   |  13.97s   
                  History |     4   |     4   |     .   |     .   |  12.35s   
                 Iterator |     8   |     7   |     1   |     .   |  22.79s   
                       MT |     5   |     5   |     .   |     .   |  18.51s   
               Persistent |     1   |     1   |     .   |     .   |   1.58s   
                 ReadOnly |     2   |     2   |     .   |     .   |   4.70s   
                 Revision |     7   |     5   |     1   |     1   |  20.96s   
          Synchronization |    11   |    11   |     .   |     .   |  30.90s   
                     Undo |    18   |     8   |    10   |     .   |  51.49s   
                     ZODB |    16   |    16   |     .   |     .   |  42.64s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   475   |   462   |    12   |     1   | 407.39s   
--------------------------+---------+---------+---------+---------+----------





ERRORS:
neo/tests/zodb/testIterator.py IteratorTests.checkExtendedIteration
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/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 1006, 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-2.8.8/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-2.8.8/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 146, in pack
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkPackAfterUndoManyTimes
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/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 146, in pack
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkSimpleTransactionalUndo
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 128, in checkSimpleTransactionalUndo
    self._undo(info[2]["id"], [oid], note="undo2")
  File "/srv/zope-2.8.8/lib/python/ZODB/tests/StorageTestBase.py", line 217, in _undo
    tid, oids = self._storage.undo(tid, 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 100, in undo
    tryToResolveConflict=self.tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 831, in undo
    self.waitStoreResponses(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 643, in waitStoreResponses
    conflicts = _handleConflicts(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 617, in _handleConflicts
    serials=(tid, serial), data=data)
ConflictError: database conflict error (oid 0x01, class ZODB.tests.MinPO.MinPO, serial this txn started with 0x0384c37da49d3f00 2010-03-13 18:05:38.581463, serial currently committed 0x0384c37da4c26644 2010-03-13 18:05:38.615478)
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkTransactionalUndoAfterPack
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/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 146, in pack
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/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 146, in pack
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkTransactionalUndoIterator
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 646, in checkTransactionalUndoIterator
    description="update %s" % i)
  File "/srv/zope-2.8.8/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 670, in tpc_vote
    result = self.waitStoreResponses(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 643, in waitStoreResponses
    conflicts = _handleConflicts(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 617, in _handleConflicts
    serials=(tid, serial), data=data)
ConflictError: database conflict error (oid 0x01, class ZODB.tests.MinPO.MinPO, serial this txn started with 0x00 1900-01-01 00:00:00.000000, serial currently committed 0x0384c37dccde0599 2010-03-13 18:05:48.015767)
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkTwoObjectUndoAtOnce
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 286, in checkTwoObjectUndoAtOnce
    tid, oids1 = self._storage.undo(tid1, 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 100, in undo
    tryToResolveConflict=self.tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 816, in undo
    raise UndoError("non-undoable transaction", oid)
UndoError: Undo error 0x01: non-undoable transaction
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkUndoConflictResolution
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/lib/python/ZODB/tests/ConflictResolution.py", line 160, in checkUndoConflictResolution
    self._storage.undo(tid, 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 100, in undo
    tryToResolveConflict=self.tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 816, in undo
    raise UndoError("non-undoable transaction", oid)
UndoError: Undo error 0x01: non-undoable transaction
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkUndoCreationBranch1
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 177, in checkUndoCreationBranch1
    self._undo(info[2]['id'], [oid])
  File "/srv/zope-2.8.8/lib/python/ZODB/tests/StorageTestBase.py", line 217, in _undo
    tid, oids = self._storage.undo(tid, 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 100, in undo
    tryToResolveConflict=self.tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 831, in undo
    self.waitStoreResponses(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 643, in waitStoreResponses
    conflicts = _handleConflicts(tryToResolveConflict)
  File "/srv/neo/repository/trunk/neo/client/app.py", line 617, in _handleConflicts
    serials=(tid, serial), data=data)
ConflictError: database conflict error (oid 0x01, class ., serial this txn started with 0x0384c37e0fd77aee 2010-03-13 18:06:03.712903, serial currently committed 0x0384c37e0ffe4a66 2010-03-13 18:06:03.748435)
-------------------------------------------------------------

neo/tests/zodb/testUndo.py UndoTests.checkUndoLogMetadata
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/lib/python/ZODB/tests/TransactionalUndoStorage.py", line 725, in checkUndoLogMetadata
    self.assertEqual(d['k2'],'this is transaction metadata')
KeyError: 'k2'
-------------------------------------------------------------


FAILURES:
neo/tests/zodb/testRevision.py RevisionTests.checkLoadBeforeEdges
-------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/zope-2.8.8/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