Add some gearman related debugging

Make sure all clients are identified.
Log the port on which the gearman server is listening in tests.
Log the arguments for the launch job.

Change-Id: Ia99ea5272241799aa8dd089bdb99f6058838ddff
This commit is contained in:
James E. Blair
2017-02-02 17:19:40 -08:00
parent 096c5cdba5
commit e47eb770dd
4 changed files with 6 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ def getJobData(job):
class MergeGearmanClient(gear.Client):
def __init__(self, merge_client):
super(MergeGearmanClient, self).__init__()
super(MergeGearmanClient, self).__init__('Zuul Merge Client')
self.__merge_client = merge_client
def handleWorkComplete(self, packet):