]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Re-raise exceptions caught in the watchdog
authorZack Cerza <zack@cerza.org>
Fri, 3 Jan 2014 21:45:18 +0000 (15:45 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 3 Jan 2014 21:45:18 +0000 (15:45 -0600)
teuthology/queue.py

index 148b5a27c1cdb1d7ae4edc6503f7b3ac36fa68ec..f93264b8060aa2ce0fa1c94a1cd1f30b5eeb0b6c 100644 (file)
@@ -293,6 +293,7 @@ def run_job(job_config, teuth_bin_path):
                 run_with_watchdog(p, job_config)
             except Exception:
                 log.exception("run_with_watchdog had an unhandled exception")
+                raise
         else:
             log.info("Running without watchdog")
             p.wait()