[Neo-report] Neo : 265 Tests, 17 Errors, 32 Failures
gregory at nexedi.com
gregory at nexedi.com
Thu Oct 15 09:39:57 CEST 2009
NEO TESTS REPORT
Date : 2009-10-15
Node : sd-9157
Processor : VIA Esther processor 2000MHz (32bit)
System : Linux (2.6.12-27mdk)
Directory : /home/neo_tests/tmp/neo_LSnB6C
Status : 81.509%
Test Module | run | success | errors | fails | time
--------------------------+---------+---------+---------+---------+----------
ClientHandler | 11 | 3 | 4 | 4 | 0.30s
ElectionHandler | 21 | 5 | 1 | 15 | 0.12s
MasterApp | 5 | 2 | 3 | . | 0.02s
MasterPT | 7 | 3 | 1 | 3 | 0.03s
RecoveryHandler | 6 | . | 1 | 5 | 0.09s
StorageHandler | 9 | . | 7 | 2 | 0.05s
VerificationHandler | 9 | 6 | . | 3 | 0.04s
--------------------------+---------+---------+---------+---------+----------
neo.tests.master | | | | |
--------------------------+---------+---------+---------+---------+----------
ClientHandler | 18 | 18 | . | . | 1.49s
InitializationHandler | 4 | 4 | . | . | 0.38s
MasterHandler | 10 | 10 | . | . | 0.89s
StorageApp | 3 | 3 | . | . | 0.25s
StorageHandler | 13 | 13 | . | . | 1.11s
StorageMySQLdb | 36 | 36 | . | . | 2.55s
VerificationHandler | 13 | 13 | . | . | 1.14s
--------------------------+---------+---------+---------+---------+----------
neo.tests.storage | | | | |
--------------------------+---------+---------+---------+---------+----------
Bootstrap | 2 | 2 | . | . | 0.40s
Connection | 16 | 16 | . | . | 0.08s
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 | 265 | 216 | 17 | 32 | 8.97s
--------------------------+---------+---------+---------+---------+----------
Failed imports :
neo.tests.client.testClientApp:
No module named ZODB.POSExceptionneo.tests.client.testConnectionPool:
No module named ZODB.POSExceptionneo.tests.functional.testZODB:
No module named ZODBneo.tests.functional.testImportExport:
No module named ZODBneo.tests.client.testClientHandler:
No module named ZODB.TimeStampneo.tests.functional.testCluster:
No module named ZODBneo.tests.functional.testStorage:
No module named ZODBneo.tests.functional.testMaster:
No module named ZODB
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_10_RequestIdentification
-------------------------------------------------------------
Traceback (most recent call last):
File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 449, in test_10_RequestIdentification
self.checkProtocolErrorRaised(
AttributeError: 'ServerElectionHandler' object has no attribute 'RequestIdentification'
-------------------------------------------------------------
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 116, 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'
-------------------------------------------------------------
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 230, in checkLockInformation
return self.checkAskPacket(conn, Packets.LockInformation, **kw)
File "/home/neo_tests/neo/neo/tests/__init__.py", line 181, 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_09_answerPrimary1
-------------------------------------------------------------
Traceback (most recent call last):
File "/home/neo_tests/neo/neo/tests/master/testElectionHandler.py", line 144, in test_09_answerPrimary1
self.assertEqual(len(conn.getConnector().mockGetNamedCalls("_addPacket")),1)
AssertionError: 2 != 1
-------------------------------------------------------------
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 165, in test_09_answerPrimary2
self.assertEqual(len(conn.getConnector().mockGetNamedCalls("_addPacket")),1)
AssertionError: 2 != 1
-------------------------------------------------------------
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 186, in test_09_answerPrimary3
self.assertEqual(len(conn.getConnector().mockGetNamedCalls("_addPacket")),1)
AssertionError: 2 != 1
-------------------------------------------------------------
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 207, in test_09_answerPrimary4
self.assertEqual(len(conn.getConnector().mockGetNamedCalls("_addPacket")),1)
AssertionError: 2 != 1
-------------------------------------------------------------
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 230, in test_09_answerPrimary5
[(("127.0.0.1", self.master_port+1), master_uuid,)])
File "/home/neo_tests/neo/neo/master/handlers/election.py", line 167, in answerPrimary
assert n is not None
AssertionError
-------------------------------------------------------------
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 296, in test_04_connectionClosed
self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------
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 310, in test_05_timeoutExpired
self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------
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 324, in test_06_peerBroken1
self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------
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 343, in test_06_peerBroken2
self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------
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 360, in test_07_packetReceived
self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------
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 380, in test_08_AcceptIdentification1
self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------
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 403, in test_08_AcceptIdentification2
self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------
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 423, in test_08_AcceptIdentification3
self.assertEqual(len(self.app.unconnected_master_node_set), 0)
AssertionError: 1 != 0
-------------------------------------------------------------
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 543, in test_12_announcePrimary
self.assertNotEqual(self.app.primary_master_node, None)
AssertionError: None == None
-------------------------------------------------------------
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 597, in test_14_notifyNodeInformation
self.assertEqual(len(self.app.nm.getList()), 0)
AssertionError: 1 != 0
-------------------------------------------------------------
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=3ff2d8d73cdba088e39ab512e0d0ec17, 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: 1 != 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 116, 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)>
-------------------------------------------------------------
More information about the Neo-report
mailing list