]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Fix worker can't figure out owner of a job 1188/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 2 Jul 2018 15:14:58 +0000 (17:14 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 2 Jul 2018 15:28:46 +0000 (17:28 +0200)
commitc623e60210e3d1ab9c300e16c756392b54a28e18
tree40ca33e9b310adb1c98e0b3ede035c8a88704fec
parent52031864779c717dae13e23245bf0fb629b7e5f8
Fix worker can't figure out owner of a job

The patch fixes uncaught exception RuntimeError:

  I could not figure out the owner of the requested job.
  Please pass --owner <owner>.

Worker dies with unhandled exception in run_with_watchdog
if it can't figure out owner of a job, which it tries
to kill when job runs longer then given limit of time.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
teuthology/worker.py