Added dummy test for the bulidbot

This commit is contained in:
jai.s 2020-09-03 13:18:19 +05:30
parent 83c217542d
commit 39dde3f961
No known key found for this signature in database
GPG Key ID: 360CFA25EFC67D12

View File

@ -52,12 +52,12 @@ class addressGenerator(StoppableThread):
# pylint: disable=too-many-locals, too-many-branches # pylint: disable=too-many-locals, too-many-branches
# pylint: disable=protected-access, too-many-statements # pylint: disable=protected-access, too-many-statements
while state.shutdown == 0: while state.shutdown == 0:
logger.info('&&&&&&&&&&&&&&&&&&&&&&&')
logger.info('inside the class_addressGenerator\n')
logger.info('current thread -{}'.format(threading.current_thread().name))
queueValue = queues.addressGeneratorQueue.get() queueValue = queues.addressGeneratorQueue.get()
logger.info('$$$$$$$$$$$$ queueValue $$$$$$$$$$$$-{}'.format(queueValue)) # logger.info('&&&&&&&&&&&&&&&&&&&&&&&')
logger.info('&&&&&&&&&&&&&&&&&&&&&&&') # logger.info('inside the class_addressGenerator\n')
# logger.info('current thread -{}'.format(threading.current_thread().name))
# logger.info('$$$$$$$$$$$$ queueValue $$$$$$$$$$$$-{}'.format(queueValue))
# logger.info('&&&&&&&&&&&&&&&&&&&&&&&')
nonceTrialsPerByte = 0 nonceTrialsPerByte = 0
payloadLengthExtraBytes = 0 payloadLengthExtraBytes = 0
live = True live = True