[Neo-report] NEO tests (r2743-py2.4-zodb3.9): 550 Tests, 6 Errors, 2 Failures

neo-report at nexedi.com neo-report at nexedi.com
Thu Apr 28 22:08:03 CEST 2011


Title                     : NEO tests (r2743-py2.4-zodb3.9)
Date                      : 2011-04-28
Node                      : blade1
Machine                   : x86_64
System                    : Linux
Python                    : 2.4.6

Directory                 : /tmp/neo_tests/1304021099.593426
Status                    : 98.545%

                               NEO TESTS REPORT

              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    24   |    24   |     .   |     .   |   1.08s   
           ConnectionPool |     5   |     5   |     .   |     .   |   1.00s   
            MasterHandler |    16   |    15   |     .   |     1   |   0.01s   
           StorageHandler |    16   |    16   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                   Client |    10   |    10   |     .   |     .   |  48.05s   
                  Cluster |     7   |     7   |     .   |     .   |   9.42s   
                   Master |     4   |     4   |     .   |     .   |  34.93s   
                  Storage |    18   |    17   |     .   |     1   |  73.67s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |     6   |     6   |     .   |     .   |   0.01s   
          ElectionHandler |    23   |    23   |     .   |     .   |   0.04s   
                MasterApp |     2   |     2   |     .   |     .   |   0.00s   
                 MasterPT |     7   |     7   |     .   |     .   |   0.01s   
                 Recovery |     3   |     3   |     .   |     .   |   0.03s   
           StorageHandler |     8   |     8   |     .   |     .   |   0.08s   
             Transactions |     9   |     7   |     2   |     .   |   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.09s   
              Replication |    10   |    10   |     .   |     .   |   2.85s   
       ReplicationHandler |    21   |    21   |     .   |     .   |   0.02s   
               Replicator |     7   |     7   |     .   |     .   |   0.00s   
               StorageApp |     3   |     3   |     .   |     .   |   0.02s   
             StorageBTree |    29   |    29   |     .   |     .   |   0.01s   
           StorageHandler |     9   |     9   |     .   |     .   |   0.07s   
           StorageMySQLdb |    38   |    38   |     .   |     .   |   0.28s   
             Transactions |    19   |    19   |     .   |     .   |   0.01s   
      VerificationHandler |    11   |    11   |     .   |     .   |   0.11s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.02s   
               Connection |    80   |    76   |     4   |     .   |   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 |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   550   |   542   |     6   |     2   | 172.13s   
--------------------------+---------+---------+---------+---------+----------



ERRORS:
neo.tests.testConnection.ConnectionTests.test_Connection_recv4
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/testConnection.py", line 268, in test_Connection_recv4
    self.assertRaises(ConnectorException, bc._recv)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo/trunk/neo/lib/connection.py", line 572, in _recv
    neo.lib.logging.debug(
  File "/usr/lib/python2.4/logging/__init__.py", line 955, in debug
    apply(self._log, (DEBUG, msg, args), kwargs)
  File "/usr/lib/python2.4/logging/__init__.py", line 1078, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 1064, in makeRecord
    return LogRecord(name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 226, in __init__
    if args and (len(args) == 1) and args[0] and (type(args[0]) == types.DictType):
TypeError: __nonzero__ should return an int
-------------------------------------------------------------

neo.tests.testConnection.ConnectionTests.test_Connection_send7
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/testConnection.py", line 361, in test_Connection_send7
    self.assertRaises(ConnectorException, bc._send)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo/trunk/neo/lib/connection.py", line 601, in _send
    neo.lib.logging.debug(
  File "/usr/lib/python2.4/logging/__init__.py", line 955, in debug
    apply(self._log, (DEBUG, msg, args), kwargs)
  File "/usr/lib/python2.4/logging/__init__.py", line 1078, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 1064, in makeRecord
    return LogRecord(name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 226, in __init__
    if args and (len(args) == 1) and args[0] and (type(args[0]) == types.DictType):
TypeError: __nonzero__ should return an int
-------------------------------------------------------------

neo.tests.testConnection.MTConnectionTests.test_Connection_recv4
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/testConnection.py", line 268, in test_Connection_recv4
    self.assertRaises(ConnectorException, bc._recv)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo/trunk/neo/lib/connection.py", line 572, in _recv
    neo.lib.logging.debug(
  File "/usr/lib/python2.4/logging/__init__.py", line 955, in debug
    apply(self._log, (DEBUG, msg, args), kwargs)
  File "/usr/lib/python2.4/logging/__init__.py", line 1078, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 1064, in makeRecord
    return LogRecord(name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 226, in __init__
    if args and (len(args) == 1) and args[0] and (type(args[0]) == types.DictType):
TypeError: __nonzero__ should return an int
-------------------------------------------------------------

neo.tests.testConnection.MTConnectionTests.test_Connection_send7
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/testConnection.py", line 361, in test_Connection_send7
    self.assertRaises(ConnectorException, bc._send)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo/trunk/neo/lib/connection.py", line 601, in _send
    neo.lib.logging.debug(
  File "/usr/lib/python2.4/logging/__init__.py", line 955, in debug
    apply(self._log, (DEBUG, msg, args), kwargs)
  File "/usr/lib/python2.4/logging/__init__.py", line 1078, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 1064, in makeRecord
    return LogRecord(name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 226, in __init__
    if args and (len(args) == 1) and args[0] and (type(args[0]) == types.DictType):
TypeError: __nonzero__ should return an int
-------------------------------------------------------------

neo.tests.master.testTransactions.testTransactionManager.testAbortFor
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/master/testTransactions.py", line 108, in testAbortFor
    txnman.abortFor(node2)
  File "/home/neo/trunk/neo/master/transactions.py", line 461, in abortFor
    neo.lib.logging.debug('Abort TXN for %s', node)
  File "/usr/lib/python2.4/logging/__init__.py", line 955, in debug
    apply(self._log, (DEBUG, msg, args), kwargs)
  File "/usr/lib/python2.4/logging/__init__.py", line 1078, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 1064, in makeRecord
    return LogRecord(name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 226, in __init__
    if args and (len(args) == 1) and args[0] and (type(args[0]) == types.DictType):
TypeError: __nonzero__ should return an int
-------------------------------------------------------------

neo.tests.master.testTransactions.testTransactionManager.testClientDisconectsAfterBegin
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo/trunk/neo/tests/master/testTransactions.py", line 239, in testClientDisconectsAfterBegin
    tm.abortFor(node1)
  File "/home/neo/trunk/neo/master/transactions.py", line 461, in abortFor
    neo.lib.logging.debug('Abort TXN for %s', node)
  File "/usr/lib/python2.4/logging/__init__.py", line 955, in debug
    apply(self._log, (DEBUG, msg, args), kwargs)
  File "/usr/lib/python2.4/logging/__init__.py", line 1078, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 1064, in makeRecord
    return LogRecord(name, level, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.4/logging/__init__.py", line 226, in __init__
    if args and (len(args) == 1) and args[0] and (type(args[0]) == types.DictType):
TypeError: __nonzero__ should return an int
-------------------------------------------------------------


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 118, 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 573, in expectUnknown
    self.expectStorageState(process.getUUID(), NodeStates.UNKNOWN,
  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 538, in expectCondition
    raise AssertionError('Timeout while expecting condition. '
AssertionError: Timeout while expecting condition. History: [None, None, None, None, None, None, None, None, None, None, None]
-------------------------------------------------------------






More information about the Neo-report mailing list