[Neo-report] NEO tests (r2745-py2.7): 644 Tests, 2 Errors, 5 Failures

neo-report at nexedi.com neo-report at nexedi.com
Fri Apr 29 10:25:10 CEST 2011


Title                     : NEO tests (r2745-py2.7)
Date                      : 2011-04-29
Node                      : blade1
Machine                   : x86_64
System                    : Linux
Python                    : 2.7.1+

Directory                 : /tmp/neo_tests/1304065251.018451
Status                    : 98.913%

                               NEO TESTS REPORT

              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    24   |    24   |     .   |     .   |   1.03s   
           ConnectionPool |     5   |     5   |     .   |     .   |   1.00s   
            MasterHandler |    16   |    15   |     .   |     1   |   0.01s   
           StorageHandler |    16   |    16   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |    10   |     9   |     1   |     .   |  45.81s   
                  Cluster |     7   |     7   |     .   |     .   |   8.67s   
                   Master |     4   |     4   |     .   |     .   |  36.14s   
                  Storage |    18   |    17   |     .   |     1   |  65.62s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     6   |     6   |     .   |     .   |   0.01s   
          ElectionHandler |    23   |    23   |     .   |     .   |   0.06s   
                MasterApp |     2   |     2   |     .   |     .   |   0.00s   
                 MasterPT |     7   |     7   |     .   |     .   |   0.01s   
                 Recovery |     3   |     3   |     .   |     .   |   0.01s   
           StorageHandler |     8   |     8   |     .   |     .   |   0.06s   
             Transactions |     9   |     9   |     .   |     .   |   0.01s   
             Verification |     6   |     6   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    18   |    18   |     .   |     .   |   0.14s   
    IdentificationHandler |     3   |     3   |     .   |     .   |   0.01s   
    InitializationHandler |     2   |     2   |     .   |     .   |   0.02s   
            MasterHandler |    11   |    11   |     .   |     .   |   0.08s   
              Replication |    10   |    10   |     .   |     .   |   2.06s   
       ReplicationHandler |    21   |    21   |     .   |     .   |   0.01s   
               Replicator |     7   |     7   |     .   |     .   |   0.00s   
               StorageApp |     3   |     3   |     .   |     .   |   0.02s   
             StorageBTree |    29   |    29   |     .   |     .   |   0.01s   
           StorageHandler |     9   |     9   |     .   |     .   |   0.06s   
           StorageMySQLdb |    38   |    38   |     .   |     .   |   0.27s   
             Transactions |    19   |    19   |     .   |     .   |   0.01s   
      VerificationHandler |    11   |    11   |     .   |     .   |   0.10s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.03s   
               Connection |    80   |    80   |     .   |     .   |   0.07s   
               Dispatcher |     5   |     5   |     .   |     .   |   0.00s   
                    Event |     1   |     1   |     .   |     .   |   0.00s   
                  Handler |     1   |     1   |     .   |     .   |   0.00s   
                    Nodes |    14   |    14   |     .   |     .   |   0.01s   
                       PT |    11   |    11   |     .   |     .   |   0.01s   
                 Protocol |    87   |    87   |     .   |     .   |   0.02s   
                     Util |     4   |     4   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                    Basic |    16   |    16   |     .   |     .   |  12.54s   
                 Conflict |     5   |     5   |     .   |     .   |   3.83s   
                  History |     1   |     1   |     .   |     .   |   0.79s   
                 Iterator |     9   |     9   |     .   |     .   |   7.00s   
                       MT |     5   |     4   |     1   |     .   |   6.36s   
                     Pack |    14   |    12   |     .   |     2   |  16.29s   
               Persistent |     1   |     1   |     .   |     .   |   0.79s   
                 ReadOnly |     2   |     2   |     .   |     .   |   2.57s   
                 Revision |     7   |     7   |     .   |     .   |   7.07s   
          Synchronization |     7   |     7   |     .   |     .   |   5.20s   
                     Undo |    17   |    16   |     .   |     1   |  15.40s   
                     ZODB |    10   |    10   |     .   |     .   |   8.64s   
--------------------------+---------+---------+---------+---------+----------
           neo.tests.zodb |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   644   |   637   |     2   |     5   | 247.88s   
--------------------------+---------+---------+---------+---------+----------



ERRORS:
neo.tests.functional.testClient.ClientTests.testDelayedLocksCancelled
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/functional/testClient.py", line 331, in testDelayedLocksCancelled
    self.runWithTimeout(10, test)
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 673, in excWrapper
    method(*args, **kw)
  File "/home/neo/trunk/neo/tests/functional/testClient.py", line 318, in test
    db3, conn3 = self.neo.getZODBConnection()
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 437, in getZODBConnection
    db = ZODB.DB(storage=self.getZODBStorage(**kw))
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 430, in getZODBStorage
    **kw
  File "/home/neo/trunk/neo/client/Storage.py", line 68, in __init__
    setupLog('CLIENT', filename=logfile, verbose=verbose)
  File "/home/neo/trunk/neo/lib/__init__.py", line 43, in setupLog
    handler.close()
  File "/usr/lib/python2.7/logging/__init__.py", line 902, in close
    self.stream.close()
IOError: close() called during concurrent operation on the same file object.
-------------------------------------------------------------

neo.tests.zodb.testMT.MTTests.check7ZODBThreads
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/py2.7/src/ZODB3/src/ZODB/tests/MTStorage.py", line 237, in check7ZODBThreads
    self._checkNThreads(7, ZODBClientThread, db, self)
  File "/home/neo/py2.7/src/ZODB3/src/ZODB/tests/MTStorage.py", line 226, in _checkNThreads
    t.join(60)
  File "/home/neo/py2.7/src/ZODB3/src/ZODB/tests/MTStorage.py", line 39, in run
    self.runtest()
  File "/home/neo/py2.7/src/ZODB3/src/ZODB/tests/MTStorage.py", line 61, in runtest
    conn = self.db.open()
  File "/home/neo/py2.7/src/ZODB3/src/ZODB/DB.py", line 752, in open
    self._cache_size_bytes,
  File "/home/neo/py2.7/src/ZODB3/src/ZODB/Connection.py", line 103, in __init__
    storage = storage.new_instance()
  File "/home/neo/trunk/neo/client/Storage.py", line 285, in new_instance
    return Storage(*self._init_args, **self._init_kw)
  File "/home/neo/trunk/neo/client/Storage.py", line 68, in __init__
    setupLog('CLIENT', filename=logfile, verbose=verbose)
  File "/home/neo/trunk/neo/lib/__init__.py", line 43, in setupLog
    handler.close()
  File "/usr/lib/python2.7/logging/__init__.py", line 902, in close
    self.stream.close()
IOError: close() called during concurrent operation on the same file object.
-------------------------------------------------------------


FAILURES:
neo.tests.client.testMasterHandler.MasterNotificationsHandlerTests.test_notifyNodeInformation_checkUnregisterStorage
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/client/testMasterHandler.py", line 224, in test_notifyNodeInformation_checkUnregisterStorage
    self.assertEqual(len(remove_calls), 1)
  File "/home/neo/trunk/neo/tests/__init__.py", line 119, in assertEqual
    return super(NeoTestBase, self).assertEqual(first, second, msg=msg)
AssertionError: 0 != 1
-------------------------------------------------------------

neo.tests.functional.testStorage.StorageTests.testRestartWithMissingStorageFastStartup
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/functional/testStorage.py", line 496, in testRestartWithMissingStorageFastStartup
    self.testRestartWithMissingStorage(True)
  File "/home/neo/trunk/neo/tests/functional/testStorage.py", line 492, in testRestartWithMissingStorage
    self.neo.expectUnknown(started[1])
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 574, in expectUnknown
    *args, **kw)
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 562, in expectStorageState
    self.__expectNodeState(NodeTypes.STORAGE, uuid, state, *args, **kw)
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 556, in __expectNodeState
    self.expectCondition(callback, *args, **kw)
  File "/home/neo/trunk/neo/tests/functional/__init__.py", line 539, in expectCondition
    'History: %s' % opaque_history)
AssertionError: Timeout while expecting condition. History: [None, None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------

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

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

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






More information about the Neo-report mailing list