[Neo-report] NEO tests [master:3007-g5c78e63:py2.6:SQLite]: 549 Tests, 5 Failed

neo-report at nexedi.com neo-report at nexedi.com
Wed Feb 29 11:49:06 CET 2012


Title                     : NEO tests [master:3007-g5c78e63:py2.6:SQLite]
Date                      : 2012-02-29
Node                      : blade1
Machine                   : x86_64
System                    : Linux
Python                    : 2.6.6

Directory                 : /tmp/neo_tests/1330512235.42695
Status                    : 99.089%
NEO_TESTS_ADAPTER         : SQLite
NEO_TEST_ZODB_FUNCTIONAL  : 1

                               NEO TESTS REPORT

              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    23   |    23   |     .   |     .   |   2.04s   
           ConnectionPool |     5   |     5   |     .   |     .   |   1.00s   
            MasterHandler |    14   |    14   |     .   |     .   |   0.01s   
           StorageHandler |    14   |    14   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |    10   |     9   |     1   |     .   |  20.03s   
                  Cluster |     7   |     7   |     .   |     .   |  21.64s   
                   Master |     4   |     4   |     .   |     .   |  11.35s   
                  Storage |    13   |    13   |     .   |     .   |  51.61s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     6   |     6   |     .   |     .   |   0.01s   
          ElectionHandler |    20   |    20   |     .   |     .   |   0.04s   
                MasterApp |     2   |     2   |     .   |     .   |   0.00s   
                 MasterPT |     7   |     7   |     .   |     .   |   0.01s   
                 Recovery |     3   |     3   |     .   |     .   |   0.01s   
           StorageHandler |     8   |     8   |     .   |     .   |   0.12s   
             Transactions |     9   |     9   |     .   |     .   |   0.01s   
             Verification |     6   |     6   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    18   |    18   |     .   |     .   |   0.15s   
    IdentificationHandler |     3   |     3   |     .   |     .   |   0.01s   
    InitializationHandler |     2   |     2   |     .   |     .   |   0.02s   
            MasterHandler |     9   |     9   |     .   |     .   |   0.07s   
               StorageApp |     3   |     3   |     .   |     .   |   0.03s   
            StorageSQLite |    23   |    23   |     .   |     .   |   0.07s   
             Transactions |    19   |    19   |     .   |     .   |   0.02s   
      VerificationHandler |    10   |    10   |     .   |     .   |   0.11s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.03s   
               Connection |    75   |    75   |     .   |     .   |   0.09s   
               Dispatcher |     5   |     5   |     .   |     .   |   0.00s   
                    Event |     1   |     1   |     .   |     .   |   0.00s   
                  Handler |     1   |     1   |     .   |     .   |   0.00s   
                    Nodes |    17   |    17   |     .   |     .   |   0.01s   
                       PT |    10   |    10   |     .   |     .   |   0.01s   
                 Protocol |    84   |    84   |     .   |     .   |   0.02s   
                     Util |     4   |     4   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                          |    15   |    14   |     1   |     .   |   2.70s   
              Replication |     3   |     3   |     .   |     .   |  11.57s   
--------------------------+---------+---------+---------+---------+----------
       neo.tests.threaded |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                    Basic |    16   |    16   |     .   |     .   |  29.48s   
                 Conflict |     5   |     5   |     .   |     .   |   9.10s   
                  History |     1   |     1   |     .   |     .   |   1.85s   
                 Iterator |     9   |     9   |     .   |     .   |  16.48s   
                       MT |     5   |     5   |     .   |     .   |  12.21s   
                     Pack |    14   |    12   |     .   |     2   |  30.73s   
               Persistent |     1   |     1   |     .   |     .   |   1.85s   
                 ReadOnly |     2   |     2   |     .   |     .   |   3.68s   
                 Revision |     7   |     7   |     .   |     .   |  14.87s   
          Synchronization |     7   |     7   |     .   |     .   |  12.58s   
                     Undo |    17   |    16   |     .   |     1   |  33.58s   
                     ZODB |    10   |    10   |     .   |     .   |  19.17s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   549   |   544   |     2   |     3   | 308.35s   
--------------------------+---------+---------+---------+---------+----------



ERRORS:
neo.tests.threaded.test.Test.testDeadlockAvoidance
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 250, in testDeadlockAvoidance
    self.assertEqual(self._testDeadlockAvoidance([1, 3]),
  File "/home/neo/master/neoppod/neo/tests/threaded/test.py", line 224, in _testDeadlockAvoidance
    t.join()
  File "/home/neo/master/neoppod/neo/tests/threaded/__init__.py", line 774, in run
    apply(*self.__target)
  File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_manager.py", line 89, in commit
    return self.get().commit()
  File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 342, in commit
    reraise(t, v, tb)
  File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 333, in commit
    self._commitResources()
  File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 473, in _commitResources
    reraise(t, v, tb)
  File "/home/neo/master/py2.6/eggs/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 450, in _commitResources
    rm.tpc_vote(self)
  File "/home/neo/master/py2.6/src/ZODB3/src/ZODB/Connection.py", line 777, in tpc_vote
    s = vote(transaction)
  File "/home/neo/master/neoppod/neo/client/Storage.py", line 34, in wrapped
    return func(self, *args, **kw)
  File "/home/neo/master/neoppod/neo/client/Storage.py", line 130, in tpc_vote
    tryToResolveConflict=self.tryToResolveConflict)
  File "/home/neo/master/neoppod/neo/client/app.py", line 708, in tpc_vote
    result = self.waitStoreResponses(txn_context, tryToResolveConflict)
  File "/home/neo/master/neoppod/neo/client/app.py", line 687, in waitStoreResponses
    tryToResolveConflict)
  File "/home/neo/master/neoppod/neo/client/app.py", line 657, in _handleConflicts
    serial), data=data)
ConflictError: database conflict error (oid 0x01, class neo.tests.threaded.test.PCounterWithResolution, serial this txn started with 0x0394c66401654899 2012-02-29 10:44:00.327103, serial currently committed 0x03 1900-01-01 00:00:00.000000)
-------------------------------------------------------------

neo.tests.functional.testClient.ClientTests.testExportFileStorageBug
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 228, in testExportFileStorageBug
    self.testExport(True)
  File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 224, in testExport
    self.__checkTree(root['trees'])
  File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 165, in __checkTree
    self.__checkTree(tree.right, depth)
  File "/home/neo/master/neoppod/neo/tests/functional/testClient.py", line 166, in __checkTree
    self.__checkTree(tree.left, depth)
AttributeError: 'Tree' object has no attribute 'left'
-------------------------------------------------------------


FAILURES:
neo.tests.zodb.testPack.PackableTests.checkPackAllRevisions
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/master/py2.6/src/ZODB3/src/ZODB/tests/PackableStorage.py", line 360, in checkPackAllRevisions
    raises(KeyError, self._storage.loadSerial, oid, revid3)
failureException: KeyError not raised
-------------------------------------------------------------

neo.tests.zodb.testPack.PackableTests.checkPackUndoLog
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/master/py2.6/src/ZODB3/src/ZODB/tests/PackableStorage.py", line 655, in checkPackUndoLog
    self.assertEqual(1,len(self._storage.undoLog()))
  File "/home/neo/master/neoppod/neo/tests/__init__.py", line 149, in assertEqual
    return super(NeoTestBase, self).assertEqual(first, second, msg=msg)
failureException: 1 != 3
-------------------------------------------------------------

neo.tests.zodb.testUndo.UndoTests.checkTransactionalUndoAfterPack
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/master/py2.6/src/ZODB3/src/ZODB/tests/TransactionalUndoStorage.py", line 463, in checkTransactionalUndoAfterPack
    self.assertEqual(len(info2), 2)
  File "/home/neo/master/neoppod/neo/tests/__init__.py", line 149, in assertEqual
    return super(NeoTestBase, self).assertEqual(first, second, msg=msg)
failureException: 4 != 2
-------------------------------------------------------------






More information about the Neo-report mailing list