[Neo-report] Neo : 383 Tests, 65 Errors, 38 Failures

gregory at nexedi.com gregory at nexedi.com
Fri Oct 23 00:05:20 CEST 2009


                               NEO TESTS REPORT


    Date        : 2009-10-23
    Node        : sd-9157
    Processor   : VIA Esther processor 2000MHz (32bit)
    System      : Linux (2.6.12-27mdk)
    Directory   : /tmp/neo_0_QxjE
    Status      :  73.107%
        
              Test Module |   run   | success |  errors |  fails  |   time   
--------------------------+---------+---------+---------+---------+----------
                ClientApp |    26   |    12   |    14   |     .   |   0.13s   
            ClientHandler |    54   |    24   |    23   |     7   |   0.10s   
           ConnectionPool |     1   |     1   |     .   |     .   |   0.00s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.client |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Cluster |     3   |     3   |     .   |     .   |  18.18s   
             ImportExport |     2   |     2   |     .   |     .   |  15.43s   
                   Master |     4   |     2   |     .   |     2   |  43.89s   
                  Storage |    12   |     8   |     .   |     4   | 157.39s   
                     ZODB |    16   |    16   |     .   |     .   |  69.80s   
--------------------------+---------+---------+---------+---------+----------
     neo.tests.functional |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    11   |     3   |     4   |     4   |   0.20s   
          ElectionHandler |    21   |     1   |    12   |     8   |   0.06s   
                MasterApp |     5   |     2   |     3   |     .   |   0.03s   
                 MasterPT |     7   |     3   |     1   |     3   |   0.04s   
          RecoveryHandler |     6   |     .   |     1   |     5   |   0.03s   
           StorageHandler |     9   |     .   |     7   |     2   |   0.11s   
      VerificationHandler |     9   |     6   |     .   |     3   |   0.05s   
--------------------------+---------+---------+---------+---------+----------
         neo.tests.master |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
            ClientHandler |    18   |    18   |     .   |     .   |   1.45s   
    InitializationHandler |     4   |     4   |     .   |     .   |   0.36s   
            MasterHandler |    10   |    10   |     .   |     .   |   0.81s   
               StorageApp |     3   |     3   |     .   |     .   |   0.25s   
           StorageHandler |    13   |    13   |     .   |     .   |   1.06s   
           StorageMySQLdb |    36   |    36   |     .   |     .   |   2.36s   
      VerificationHandler |    13   |    13   |     .   |     .   |   1.12s   
--------------------------+---------+---------+---------+---------+----------
        neo.tests.storage |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                Bootstrap |     2   |     2   |     .   |     .   |   0.19s   
               Connection |    16   |    16   |     .   |     .   |   0.07s   
               Dispatcher |     3   |     3   |     .   |     .   |   0.00s   
                    Event |     2   |     2   |     .   |     .   |   0.01s   
                  Handler |     1   |     1   |     .   |     .   |   0.00s   
                    Nodes |    13   |    13   |     .   |     .   |   0.01s   
                       PT |    10   |    10   |     .   |     .   |   0.01s   
                 Protocol |    53   |    53   |     .   |     .   |   0.01s   
--------------------------+---------+---------+---------+---------+----------
                neo.tests |         |         |         |         |          
--------------------------+---------+---------+---------+---------+----------
                  Summary |   383   |   280   |    65   |    38   | 313.13s   
--------------------------+---------+---------+---------+---------+----------





ERRORS:
neo/tests/master/testClientHandler.py MasterClientHandlerTests.test_05_notifyNodeInformation
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testClientHandler.py", line 82, in test_05_notifyNodeInformation
    self.assertRaises(RuntimeError, service.notifyNodeInformation, conn, packet, node_list)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo_tests/neo/neo/handler.py", line 165, in notifyNodeInformation
    raise UnexpectedPacketError
UnexpectedPacketError
-------------------------------------------------------------

neo/tests/master/testClientHandler.py MasterClientHandlerTests.test_06_answerLastIDs
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testClientHandler.py", line 166, in test_06_answerLastIDs
    self.assertRaises(OperationFailure, service.answerLastIDs, conn, packet, None, None, new_ptid)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo_tests/neo/neo/handler.py", line 171, in answerLastIDs
    raise UnexpectedPacketError
UnexpectedPacketError
-------------------------------------------------------------

neo/tests/master/testClientHandler.py MasterClientHandlerTests.test_12_askLastIDs
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testClientHandler.py", line 265, in test_12_askLastIDs
    service.askLastIDs(conn, packet)
  File "/home/neo_tests/neo/neo/handler.py", line 168, in askLastIDs
    raise UnexpectedPacketError
UnexpectedPacketError
-------------------------------------------------------------

neo/tests/master/testClientHandler.py MasterClientHandlerTests.test_13_askUnfinishedTransactions
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testClientHandler.py", line 279, in test_13_askUnfinishedTransactions
    service.askUnfinishedTransactions(conn, packet)
  File "/home/neo_tests/neo/neo/handler.py", line 192, in askUnfinishedTransactions
    raise UnexpectedPacketError
UnexpectedPacketError
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_04_connectionClosed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_05_timeoutExpired
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_06_peerBroken1
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_06_peerBroken2
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_07_packetReceived
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_08_AcceptIdentification1
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_08_AcceptIdentification2
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_08_AcceptIdentification3
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_10_RequestIdentification
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_12_announcePrimary
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_13_reelectPrimary
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterServerElectionTests.test_14_notifyNodeInformation
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 247, in setUp
    self.app = Application(**config)
TypeError: type object argument after ** must be a dictionary
-------------------------------------------------------------

neo/tests/master/testMasterApp.py MasterAppTests.test_02_getNextOID
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testMasterApp.py", line 39, in test_02_getNextOID
    self.assertRaises(RuntimeError, self.app.getNextOID)
AttributeError: 'Application' object has no attribute 'getNextOID'
-------------------------------------------------------------

neo/tests/master/testMasterApp.py MasterAppTests.test_03_getNextTID
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testMasterApp.py", line 49, in test_03_getNextTID
    ntid = self.app.getNextTID()
AttributeError: 'Application' object has no attribute 'getNextTID'
-------------------------------------------------------------

neo/tests/master/testMasterApp.py MasterAppTests.test_04_getPartition
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testMasterApp.py", line 58, in test_04_getPartition
    p = self.app.getPartition(p64(1))
AttributeError: 'Application' object has no attribute 'getPartition'
-------------------------------------------------------------

neo/tests/master/testMasterPT.py MasterPartitionTableTests.test_16_make
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testMasterPT.py", line 385, in test_16_make
    pt.make([sn1, sn2, sn3, sn4, sn5,])
  File "/home/neo_tests/neo/neo/master/pt.py", line 47, in make
    raise RuntimeError, \
RuntimeError: cannot make a partition table with an empty storage node list
-------------------------------------------------------------

neo/tests/master/testRecoveryHandler.py MasterRecoveryTests.test_09_answerLastIDs
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testRecoveryHandler.py", line 161, in test_09_answerLastIDs
    new_ptid = unpack('!Q', lptid)[0]
TypeError: unpack() argument 2 must be string or read-only buffer, not None
-------------------------------------------------------------

neo/tests/master/testStorageHandler.py MasterStorageHandlerTests.test_05_notifyNodeInformation
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testStorageHandler.py", line 74, in test_05_notifyNodeInformation
    self.assertRaises(RuntimeError, service.notifyNodeInformation, conn, packet, node_list)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo_tests/neo/neo/handler.py", line 165, in notifyNodeInformation
    raise UnexpectedPacketError
UnexpectedPacketError
-------------------------------------------------------------

neo/tests/master/testStorageHandler.py MasterStorageHandlerTests.test_06_answerLastIDs
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testStorageHandler.py", line 149, in test_06_answerLastIDs
    self.assertRaises(OperationFailure, service.answerLastIDs, conn, packet, None, None, new_ptid)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo_tests/neo/neo/handler.py", line 171, in answerLastIDs
    raise UnexpectedPacketError
UnexpectedPacketError
-------------------------------------------------------------

neo/tests/master/testStorageHandler.py MasterStorageHandlerTests.test_10_notifyInformationLocked
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testStorageHandler.py", line 161, in test_10_notifyInformationLocked
    upper, lower = unpack('!LL', self.app.ltid)
TypeError: unpack() argument 2 must be string or read-only buffer, not None
-------------------------------------------------------------

neo/tests/master/testStorageHandler.py MasterStorageHandlerTests.test_14_notifyPartitionChanges
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testStorageHandler.py", line 249, in test_14_notifyPartitionChanges
    conn, packet, None, None)
  File "/home/neo_tests/neo/neo/tests/__init__.py", line 114, in checkUnexpectedPacketRaised
    self.assertRaises(protocol.UnexpectedPacketError, method, *args, **kwargs)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo_tests/neo/neo/master/handlers/storage.py", line 100, in notifyPartitionChanges
    for cell in cell_list:
TypeError: iteration over non-sequence
-------------------------------------------------------------

neo/tests/master/testStorageHandler.py MasterStorageHandlerTests.test_15_peerBroken
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testStorageHandler.py", line 310, in test_15_peerBroken
    self.assertEquals(self.app.nm.getByUUID(uuid).getState(), NodeStates.RUNNING)
AttributeError: 'NoneType' object has no attribute 'getState'
-------------------------------------------------------------

neo/tests/master/testStorageHandler.py MasterStorageHandlerTests.test_16_timeoutExpired
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testStorageHandler.py", line 359, in test_16_timeoutExpired
    self.assertEquals(self.app.nm.getByUUID(uuid).getState(), NodeStates.RUNNING)
AttributeError: 'NoneType' object has no attribute 'getState'
-------------------------------------------------------------

neo/tests/master/testStorageHandler.py MasterStorageHandlerTests.test_17_connectionClosed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testStorageHandler.py", line 408, in test_17_connectionClosed
    self.assertEquals(self.app.nm.getByUUID(uuid).getState(), NodeStates.RUNNING)
AttributeError: 'NoneType' object has no attribute 'getState'
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_connectToPrimaryNode
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 798, in test_connectToPrimaryNode
    app = self.getApp('127.0.0.1:10010 127.0.0.1:10011')
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 85, in getApp
    app = Application(master_nodes, name, connector, **kw)
  File "/home/neo_tests/neo/neo/client/app.py", line 256, in __init__
    self.master_node_list = parseMasterList(master_nodes)
  File "/home/neo_tests/neo/neo/util.py", line 88, in parseMasterList
    ip_address, port = node.split(':')
ValueError: too many values to unpack
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_getSerial
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 188, in test_getSerial
    self.assertEquals(app.getSerial(oid), tid)
  File "/home/neo_tests/neo/neo/client/app.py", line 520, in getSerial
    hist = self.history(oid, length = 1, object_only = 1)
  File "/home/neo_tests/neo/neo/client/app.py", line 948, in history
    shuffle(cell_list)
  File "/usr/lib/python2.4/random.py", line 265, in shuffle
    for i in reversed(xrange(1, len(x))):
TypeError: len() of unsized object
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_history
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 782, in test_history
    result = app.history(oid)
  File "/home/neo_tests/neo/neo/client/app.py", line 948, in history
    shuffle(cell_list)
  File "/usr/lib/python2.4/random.py", line 265, in shuffle
    for i in reversed(xrange(1, len(x))):
TypeError: len() of unsized object
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_loadBefore
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 309, in test_loadBefore
    self.assertRaises(NEOStorageNotFoundError, app.loadBefore, oid, tid2)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo_tests/neo/neo/client/app.py", line 629, in loadBefore
    data, start, end = self._load(oid, tid=tid)
  File "/home/neo_tests/neo/neo/client/app.py", line 531, in _load
    if len(cell_list) == 0:
TypeError: len() of unsized object
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_loadSerial
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 272, in test_loadSerial
    self.assertRaises(NEOStorageNotFoundError, app.loadSerial, oid, tid2)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo_tests/neo/neo/client/app.py", line 622, in loadSerial
    return self._load(oid, serial=serial)[0]
  File "/home/neo_tests/neo/neo/client/app.py", line 531, in _load
    if len(cell_list) == 0:
TypeError: len() of unsized object
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_store1
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 391, in test_store1
    self.assertRaises(NEOStorageError, app.store, oid, tid, '',  None, txn)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo_tests/neo/neo/client/app.py", line 661, in store
    if len(cell_list) == 0:
TypeError: len() of unsized object
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_store2
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 418, in test_store2
    self.assertRaises(NEOStorageConflictError, app.store, oid, tid, '', None, txn)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo_tests/neo/neo/client/app.py", line 661, in store
    if len(cell_list) == 0:
TypeError: len() of unsized object
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_store3
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 447, in test_store3
    app.store(oid, tid, 'DATA', None, txn)
  File "/home/neo_tests/neo/neo/client/app.py", line 661, in store
    if len(cell_list) == 0:
TypeError: len() of unsized object
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_tpc_abort2
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 556, in test_tpc_abort2
    app.tpc_abort(txn)
  File "/home/neo_tests/neo/neo/client/app.py", line 748, in tpc_abort
    cell_set |= set(self._getCellListForOID(oid, writable=True))
TypeError: iteration over non-sequence
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_tpc_begin
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 347, in test_tpc_begin
    app.tpc_begin(transaction=txn, tid=tid)
  File "/home/neo_tests/neo/neo/client/app.py", line 647, in tpc_begin
    self._askPrimary(Packets.AskBeginTransaction(tid))
  File "/home/neo_tests/neo/neo/client/app.py", line 354, in _askPrimary
    self._waitMessage(conn, msg_id, self.primary_handler)
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 48, in _waitMessage
    handler.dispatch(conn, conn.fakeReceived())
  File "/home/neo_tests/neo/neo/handler.py", line 66, in dispatch
    method = self.packet_dispatch_table[packet.getType()]
AttributeError: 'NoneType' object has no attribute 'getType'
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_tpc_vote2
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 486, in test_tpc_vote2
    self.assertRaises(NEOStorageError, app.tpc_vote, txn)
  File "/usr/lib/python2.4/unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/neo_tests/neo/neo/client/app.py", line 718, in tpc_vote
    for cell in cell_list:
TypeError: iteration over non-sequence
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_tpc_vote3
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 514, in test_tpc_vote3
    app.tpc_vote(txn)
  File "/home/neo_tests/neo/neo/client/app.py", line 718, in tpc_vote
    for cell in cell_list:
TypeError: iteration over non-sequence
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_undo2
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 673, in test_undo2
    txn1 = self.beginTransaction(app, tid=tid1)
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 106, in beginTransaction
    app.tpc_begin(txn, tid=tid)
  File "/home/neo_tests/neo/neo/client/app.py", line 647, in tpc_begin
    self._askPrimary(Packets.AskBeginTransaction(tid))
  File "/home/neo_tests/neo/neo/client/app.py", line 354, in _askPrimary
    self._waitMessage(conn, msg_id, self.primary_handler)
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 48, in _waitMessage
    handler.dispatch(conn, conn.fakeReceived())
  File "/home/neo_tests/neo/neo/handler.py", line 66, in dispatch
    method = self.packet_dispatch_table[packet.getType()]
AttributeError: 'NoneType' object has no attribute 'getType'
-------------------------------------------------------------

neo/tests/client/testClientApp.py ClientApplicationTests.test_undoLog
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientApp.py", line 753, in test_undoLog
    result = app.undoLog(0, 4, filter=txn_filter)
  File "/home/neo_tests/neo/neo/client/app.py", line 940, in undoLog
    return self.__undoLog(first, last, filter, block)
  File "/home/neo_tests/neo/neo/client/app.py", line 923, in __undoLog
    raise NeoException, 'Data inconsistency detected: ' \
NeoException: Data inconsistency detected: transaction info for TID '\x00\x00\x00\x00\x00\x00\x00\x02' could not be found
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_StopOperation
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 850, in test_StopOperation
    raise NotImplementedError
NotImplementedError
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_clientAcceptIdentification
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 223, in test_clientAcceptIdentification
    client_handler.AcceptIdentification(
AttributeError: 'PrimaryBootstrapHandler' object has no attribute 'AcceptIdentification'
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_initialMasterConnectionClosed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 156, in test_initialMasterConnectionClosed
    self._testInitialMasterWithMethod(self._testConnectionClosed)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 75, in _testInitialMasterWithMethod
    method(self.getDispatcher(), app, PrimaryBootstrapHandler)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 153, in _testConnectionClosed
    client_handler.connectionClosed(conn)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 57, in unexpectedInAnswerHandler
    raise Exception('Unexpected event in an answer handler')
Exception: Unexpected event in an answer handler
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_initialMasterConnectionFailed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 143, in test_initialMasterConnectionFailed
    self._testInitialMasterWithMethod(self._testConnectionFailed)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 75, in _testInitialMasterWithMethod
    method(self.getDispatcher(), app, PrimaryBootstrapHandler)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 140, in _testConnectionFailed
    client_handler.connectionFailed(conn)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 57, in unexpectedInAnswerHandler
    raise Exception('Unexpected event in an answer handler')
Exception: Unexpected event in an answer handler
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_initialMasterPeerBroken
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 193, in test_initialMasterPeerBroken
    self._testInitialMasterWithMethod(self._testPeerBroken)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 75, in _testInitialMasterWithMethod
    method(self.getDispatcher(), app, PrimaryBootstrapHandler)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 190, in _testPeerBroken
    client_handler.peerBroken(conn)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 57, in unexpectedInAnswerHandler
    raise Exception('Unexpected event in an answer handler')
Exception: Unexpected event in an answer handler
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_initialMasterTimeoutExpired
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 175, in test_initialMasterTimeoutExpired
    self._testInitialMasterWithMethod(self._testTimeoutExpired)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 75, in _testInitialMasterWithMethod
    method(self.getDispatcher(), app, PrimaryBootstrapHandler)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 172, in _testTimeoutExpired
    client_handler.timeoutExpired(conn)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 57, in unexpectedInAnswerHandler
    raise Exception('Unexpected event in an answer handler')
Exception: Unexpected event in an answer handler
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_knownMasterNotifyNodeInformation
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 587, in test_knownMasterNotifyNodeInformation
    getByUUID=node)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 554, in _testNotifyNodeInformation
    getByUUID = ReturnValues(node, getNodeByUUID)
NameError: global name 'getNodeByUUID' is not defined
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_knownNodeSendPartitionTable
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 512, in test_knownNodeSendPartitionTable
    client_handler.sendPartitionTable(conn, None, test_ptid, test_row_list)
  File "/home/neo_tests/neo/neo/handler.py", line 180, in sendPartitionTable
    raise UnexpectedPacketError
UnexpectedPacketError
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_knownStorageNotifyNodeInformation
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 616, in test_knownStorageNotifyNodeInformation
    nm = self._testNotifyNodeInformation(test_node, getByUUID=node)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 554, in _testNotifyNodeInformation
    getByUUID = ReturnValues(node, getNodeByUUID)
NameError: global name 'getNodeByUUID' is not defined
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_masterAcceptIdentification
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 251, in test_masterAcceptIdentification
    client_handler.AcceptIdentification(conn, None,
AttributeError: 'PrimaryBootstrapHandler' object has no attribute 'AcceptIdentification'
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_masterConnectionClosed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 160, in test_masterConnectionClosed
    PrimaryNotificationsHandler)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 84, in _testMasterWithMethod
    method(dispatcher, app, handler_class, uuid=uuid, conn=app.master_conn)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 153, in _testConnectionClosed
    client_handler.connectionClosed(conn)
  File "/home/neo_tests/neo/neo/client/handlers/master.py", line 113, in connectionClosed
    super(PrimaryNotificationsHandler, self).connectionClosed(conn)
  File "/home/neo_tests/neo/neo/handler.py", line 128, in connectionClosed
    self.connectionLost(conn, NodeStates.TEMPORARILY_DOWN)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 50, in connectionLost
    self.app.dispatcher.unregister(conn)
AttributeError: MockCallable instance has no attribute 'unregister'
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_masterPeerBroken
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 196, in test_masterPeerBroken
    self._testMasterWithMethod(self._testPeerBroken, PrimaryNotificationsHandler)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 84, in _testMasterWithMethod
    method(dispatcher, app, handler_class, uuid=uuid, conn=app.master_conn)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 190, in _testPeerBroken
    client_handler.peerBroken(conn)
  File "/home/neo_tests/neo/neo/client/handlers/master.py", line 127, in peerBroken
    BaseHandler.peerBroken(self, conn)
  File "/home/neo_tests/neo/neo/handler.py", line 133, in peerBroken
    self.connectionLost(conn, NodeStates.BROKEN)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 50, in connectionLost
    self.app.dispatcher.unregister(conn)
AttributeError: MockCallable instance has no attribute 'unregister'
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_masterTimeoutExpired
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 178, in test_masterTimeoutExpired
    self._testMasterWithMethod(self._testTimeoutExpired, PrimaryNotificationsHandler)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 84, in _testMasterWithMethod
    method(dispatcher, app, handler_class, uuid=uuid, conn=app.master_conn)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 172, in _testTimeoutExpired
    client_handler.timeoutExpired(conn)
  File "/home/neo_tests/neo/neo/client/handlers/master.py", line 120, in timeoutExpired
    BaseHandler.timeoutExpired(self, conn)
  File "/home/neo_tests/neo/neo/handler.py", line 123, in timeoutExpired
    self.connectionLost(conn, NodeStates.TEMPORARILY_DOWN)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 50, in connectionLost
    self.app.dispatcher.unregister(conn)
AttributeError: MockCallable instance has no attribute 'unregister'
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_ping
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 67, in test_ping
    client_handler.packetReceived(conn, Packets.Ping())
NameError: global name 'Packets' is not defined
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_storageAcceptIdentification
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 271, in test_storageAcceptIdentification
    client_handler.AcceptIdentification(conn, None,
AttributeError: 'StorageBootstrapHandler' object has no attribute 'AcceptIdentification'
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_storageConnectionClosed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 164, in test_storageConnectionClosed
    StorageBootstrapHandler)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 123, in _testStorageWithMethod
    method(dispatcher, app, handler_class, conn=conn)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 153, in _testConnectionClosed
    client_handler.connectionClosed(conn)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 57, in unexpectedInAnswerHandler
    raise Exception('Unexpected event in an answer handler')
Exception: Unexpected event in an answer handler
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_storageConnectionFailed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 147, in test_storageConnectionFailed
    StorageBootstrapHandler)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 123, in _testStorageWithMethod
    method(dispatcher, app, handler_class, conn=conn)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 140, in _testConnectionFailed
    client_handler.connectionFailed(conn)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 57, in unexpectedInAnswerHandler
    raise Exception('Unexpected event in an answer handler')
Exception: Unexpected event in an answer handler
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_storagePeerBroken
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 200, in test_storagePeerBroken
    StorageBootstrapHandler, state=NodeStates.BROKEN)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 123, in _testStorageWithMethod
    method(dispatcher, app, handler_class, conn=conn)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 190, in _testPeerBroken
    client_handler.peerBroken(conn)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 57, in unexpectedInAnswerHandler
    raise Exception('Unexpected event in an answer handler')
Exception: Unexpected event in an answer handler
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_storageTimeoutExpired
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 182, in test_storageTimeoutExpired
    StorageAnswersHandler)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 123, in _testStorageWithMethod
    method(dispatcher, app, handler_class, conn=conn)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 172, in _testTimeoutExpired
    client_handler.timeoutExpired(conn)
  File "/home/neo_tests/neo/neo/client/handlers/__init__.py", line 57, in unexpectedInAnswerHandler
    raise Exception('Unexpected event in an answer handler')
Exception: Unexpected event in an answer handler
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_unknownMasterNotifyNodeInformation
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 572, in test_unknownMasterNotifyNodeInformation
    nm = self._testNotifyNodeInformation(test_node, getByUUID=None)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 554, in _testNotifyNodeInformation
    getByUUID = ReturnValues(node, getNodeByUUID)
NameError: global name 'getNodeByUUID' is not defined
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_unknownNodeAnswerPrimary
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 305, in test_unknownNodeAnswerPrimary
    client_handler.answerPrimary(conn, None, INVALID_UUID, test_master_list)
  File "/home/neo_tests/neo/neo/client/handlers/master.py", line 71, in answerPrimary
    if n.getUUID() is None or n.getUUID() != uuid:
AttributeError: 'NoneType' object has no attribute 'getUUID'
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_unknownNodeSendPartitionTable
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 487, in test_unknownNodeSendPartitionTable
    client_handler.sendPartitionTable(conn, None, test_ptid, test_row_list)
  File "/home/neo_tests/neo/neo/handler.py", line 180, in sendPartitionTable
    raise UnexpectedPacketError
UnexpectedPacketError
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_unknownStorageNotifyNodeInformation
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 601, in test_unknownStorageNotifyNodeInformation
    nm = self._testNotifyNodeInformation(test_node, getByUUID=None)
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 554, in _testNotifyNodeInformation
    getByUUID = ReturnValues(node, getNodeByUUID)
NameError: global name 'getNodeByUUID' is not defined
-------------------------------------------------------------


FAILURES:
neo/tests/master/testClientHandler.py MasterClientHandlerTests.test_09_finishTransaction
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testClientHandler.py", line 227, in test_09_finishTransaction
    self.checkLockInformation(storage_conn)
  File "/home/neo_tests/neo/neo/tests/__init__.py", line 228, in checkLockInformation
    return self.checkAskPacket(conn, Packets.LockInformation, **kw)
  File "/home/neo_tests/neo/neo/tests/__init__.py", line 179, in checkAskPacket
    self.assertEquals(len(calls), 1)
AssertionError: 0 != 1
-------------------------------------------------------------

neo/tests/master/testClientHandler.py MasterClientHandlerTests.test_15_peerBroken
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testClientHandler.py", line 314, in test_15_peerBroken
    self.failUnless(lptid < self.app.pt.getID())
AssertionError
-------------------------------------------------------------

neo/tests/master/testClientHandler.py MasterClientHandlerTests.test_16_timeoutExpired
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testClientHandler.py", line 363, in test_16_timeoutExpired
    self.assertRaises(OperationFailure, service.timeoutExpired, conn)
AssertionError: OperationFailure not raised
-------------------------------------------------------------

neo/tests/master/testClientHandler.py MasterClientHandlerTests.test_17_connectionClosed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testClientHandler.py", line 407, in test_17_connectionClosed
    self.assertRaises(OperationFailure, service.connectionClosed, conn)
AssertionError: OperationFailure not raised
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterClientElectionTests.test_01_connectionStarted
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 82, in test_01_connectionStarted
    self.assertEqual(len(self.app.unconnected_master_node_set), 1)
AssertionError: 2 != 1
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterClientElectionTests.test_03_connectionFailed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 101, in test_03_connectionFailed
    self.assertEqual(len(self.app.unconnected_master_node_set), 1)
AssertionError: 2 != 1
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterClientElectionTests.test_09_answerPrimary1
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 139, in test_09_answerPrimary1
    self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterClientElectionTests.test_09_answerPrimary2
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 160, in test_09_answerPrimary2
    self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterClientElectionTests.test_09_answerPrimary3
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 180, in test_09_answerPrimary3
    self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterClientElectionTests.test_09_answerPrimary4
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 201, in test_09_answerPrimary4
    self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterClientElectionTests.test_09_answerPrimary5
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 223, in test_09_answerPrimary5
    self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------

neo/tests/master/testElectionHandler.py MasterClientElectionTests.test_11_askPrimary
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 124, in test_11_askPrimary
    self.assertEqual(len(self.app.nm.getMasterList()), 2)
AssertionError: 3 != 2
-------------------------------------------------------------

neo/tests/master/testMasterPT.py MasterPartitionTableTests.test_11_findLeastUsedNode
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testMasterPT.py", line 87, in test_11_findLeastUsedNode
    self.assertEqual(node, sn3)
AssertionError: None != <StorageNode(uuid=('127.0.0.3', 19001), address=904ac85e6ea1bb1b388439509b5e6286, state=UNKNOWN)>
-------------------------------------------------------------

neo/tests/master/testMasterPT.py MasterPartitionTableTests.test_15_dropNode
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testMasterPT.py", line 327, in test_15_dropNode
    self.assertEqual(len(cell_list), 2)
AssertionError: 1 != 2
-------------------------------------------------------------

neo/tests/master/testMasterPT.py MasterPartitionTableTests.test_17_tweak
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testMasterPT.py", line 467, in test_17_tweak
    self.assertEqual(len(cells), 3)
AssertionError: 1 != 3
-------------------------------------------------------------

neo/tests/master/testRecoveryHandler.py MasterRecoveryTests.test_01_connectionClosed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testRecoveryHandler.py", line 72, in test_01_connectionClosed
    NodeStates.TEMPORARILY_DOWN)
AssertionError: <EnumItem RUNNING (1)> != <EnumItem TEMPORARILY_DOWN (2)>
-------------------------------------------------------------

neo/tests/master/testRecoveryHandler.py MasterRecoveryTests.test_02_timeoutExpired
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testRecoveryHandler.py", line 81, in test_02_timeoutExpired
    NodeStates.TEMPORARILY_DOWN)
AssertionError: <EnumItem RUNNING (1)> != <EnumItem TEMPORARILY_DOWN (2)>
-------------------------------------------------------------

neo/tests/master/testRecoveryHandler.py MasterRecoveryTests.test_03_peerBroken
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testRecoveryHandler.py", line 91, in test_03_peerBroken
    NodeStates.BROKEN)
AssertionError: <EnumItem RUNNING (1)> != <EnumItem BROKEN (4)>
-------------------------------------------------------------

neo/tests/master/testRecoveryHandler.py MasterRecoveryTests.test_08_notifyNodeInformation
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testRecoveryHandler.py", line 101, in test_08_notifyNodeInformation
    self.assertEqual(len(self.app.nm.getList()), 0)
AssertionError: 2 != 0
-------------------------------------------------------------

neo/tests/master/testRecoveryHandler.py MasterRecoveryTests.test_10_answerPartitionTable
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testRecoveryHandler.py", line 215, in test_10_answerPartitionTable
    self.checkUnexpectedPacketRaised(recovery.answerPartitionTable, conn, packet, None, cell_list)
  File "/home/neo_tests/neo/neo/tests/__init__.py", line 114, in checkUnexpectedPacketRaised
    self.assertRaises(protocol.UnexpectedPacketError, method, *args, **kwargs)
AssertionError
-------------------------------------------------------------

neo/tests/master/testStorageHandler.py MasterStorageHandlerTests.test_12_askLastIDs
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testStorageHandler.py", line 210, in test_12_askLastIDs
    self.assertEqual(loid, oid)
AssertionError: '\x00\x00\x00\x00\x00\x00\x00\x00' != None
-------------------------------------------------------------

neo/tests/master/testStorageHandler.py MasterStorageHandlerTests.test_13_askUnfinishedTransactions
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testStorageHandler.py", line 225, in test_13_askUnfinishedTransactions
    self.assertEqual(len(tid_list), 0)
AssertionError: 1 != 0
-------------------------------------------------------------

neo/tests/master/testVerificationHandler.py MasterVerificationTests.test_01_connectionClosed
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testVerificationHandler.py", line 81, in test_01_connectionClosed
    NodeStates.RUNNING)
AssertionError: <EnumItem UNKNOWN (7)> != <EnumItem RUNNING (1)>
-------------------------------------------------------------

neo/tests/master/testVerificationHandler.py MasterVerificationTests.test_02_timeoutExpired
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testVerificationHandler.py", line 98, in test_02_timeoutExpired
    NodeStates.RUNNING)
AssertionError: <EnumItem UNKNOWN (7)> != <EnumItem RUNNING (1)>
-------------------------------------------------------------

neo/tests/master/testVerificationHandler.py MasterVerificationTests.test_03_peerBroken
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/master/testVerificationHandler.py", line 115, in test_03_peerBroken
    NodeStates.RUNNING)
AssertionError: <EnumItem UNKNOWN (7)> != <EnumItem RUNNING (1)>
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_AnswerPrimary
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 453, in test_AnswerPrimary
    self.assertEqual(len(getByUUID_call_list), 1)
AssertionError: 0 != 1
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_alreadyDifferentPrimaryAnswerPrimary
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 399, in test_alreadyDifferentPrimaryAnswerPrimary
    self.assertEqual(len(getByUUID_call_list), 1)
AssertionError: 0 != 1
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_knownNodeKnownUUIDNodeAnswerPrimary
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 360, in test_knownNodeKnownUUIDNodeAnswerPrimary
    self.assertEqual(len(getByAddress_call_list), 1)
AssertionError: 0 != 1
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_knownNodeNotifyPartitionChanges
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 760, in test_knownNodeNotifyPartitionChanges
    self.assertEquals(len(calls), 3)
AssertionError: 0 != 3
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_knownNodeUnknownUUIDNodeAnswerPrimary
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 334, in test_knownNodeUnknownUUIDNodeAnswerPrimary
    self.assertEqual(len(getByAddress_call_list), 1)
AssertionError: 0 != 1
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_unknownNewPrimaryAnswerPrimary
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 434, in test_unknownNewPrimaryAnswerPrimary
    self.assertEqual(len(getByUUID_call_list), 1)
AssertionError: 0 != 1
-------------------------------------------------------------

neo/tests/client/testClientHandler.py ClientHandlerTests.test_unknownNodeNotifyPartitionChanges
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/client/testClientHandler.py", line 727, in test_unknownNodeNotifyPartitionChanges
    self.assertEqual(len(add_call_list), 1)
AssertionError: 0 != 1
-------------------------------------------------------------

neo/tests/functional/testMaster.py MasterTests.testMasterSequentialStart
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/functional/testMaster.py", line 96, in testMasterSequentialStart
    state=NodeStates.RUNNING)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 380, in expectAllMasters
    self.expectCondition(callback, timeout, delay)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 370, in expectCondition
    raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
-------------------------------------------------------------

neo/tests/functional/testMaster.py MasterTests.testStoppingSecondaryMaster
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/functional/testMaster.py", line 42, in testStoppingSecondaryMaster
    self.neo.expectAllMasters(MASTER_NODE_COUNT)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 380, in expectAllMasters
    self.expectCondition(callback, timeout, delay)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 370, in expectCondition
    raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [2, 2, 2, 2, 2, 2, 2, 2, 2, 2]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testDropNodeThenRestartCluster
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/functional/testStorage.py", line 410, in testDropNodeThenRestartCluster
    self.neo.start(except_storages=[started[0]])
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 245, in start
    raise AssertionError, 'Timeout when starting cluster'
AssertionError: Timeout when starting cluster
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testPartitionTableReorganizedAfterDrop
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/functional/testStorage.py", line 316, in testPartitionTableReorganizedAfterDrop
    self.neo.expectOudatedCells(number=0)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 416, in expectOudatedCells
    self.expectCondition(callback, timeout, delay)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 370, 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.testSequentialStorageKill
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/functional/testStorage.py", line 230, in testSequentialStorageKill
    self.neo.expectOudatedCells(number=0)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 416, in expectOudatedCells
    self.expectCondition(callback, timeout, delay)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 370, in expectCondition
    raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [20, 20, 20, 20, 20, 20, 20, 20, 20, 20]
-------------------------------------------------------------

neo/tests/functional/testStorage.py StorageTests.testVerificationTriggered
-------------------------------------------------------------
Traceback (most recent call last):
  File "/home/neo_tests/neo/neo/tests/functional/testStorage.py", line 213, in testVerificationTriggered
    self.__expectUnavailable(started[0])
  File "/home/neo_tests/neo/neo/tests/functional/testStorage.py", line 117, in __expectUnavailable
    NodeStates.TEMPORARILY_DOWN)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 396, in expectStorageState
    timeout,delay)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 388, in __expectNodeState
    self.expectCondition(callback, timeout, delay)
  File "/home/neo_tests/neo/neo/tests/functional/__init__.py", line 370, in expectCondition
    raise AssertionError, 'Timeout while expecting condition. ' \
AssertionError: Timeout while expecting condition. History: [<EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>, <EnumItem RUNNING (1)>]
-------------------------------------------------------------



More information about the Neo-report mailing list