Description of problem: When running a report, when the reporting worker is killed, the status of the report still says running. The report is never picked back up and ran at all.
Version-Release number of selected component (if applicable):
CFME 5.6.1.2
How reproducible: Always
Steps to Reproduce:
1. Run a report
2. Identify which reporting worker is running the report (usually you can tell by CPU/Memory spikes while watching Top)
3. kill -9 <reporting_worker_pid>
Actual results: Report status says "Running"
Expected results: Report status should say something like "Error" or that the report will be re-run once a new worker could pick up the job.
Additional info: