mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-08 03:08:56 +00:00
some logging
This commit is contained in:
parent
817a71e714
commit
faaacd4357
@ -108,7 +108,8 @@ class BFGShooter(object):
|
||||
plan = list(plan)
|
||||
for task in plan:
|
||||
if self.quit.is_set():
|
||||
break
|
||||
self.log.info("Stop feeding: gonna quit")
|
||||
return
|
||||
self.task_queue.put(task)
|
||||
self.log.info("Feeded all data. Set quit marker")
|
||||
self.quit.set()
|
||||
|
Loading…
Reference in New Issue
Block a user