-
Bug
-
Resolution: Fixed
-
Minor
-
4.2.11, 4.5.1
When testing MDL-78437 I noticed that task logs for task_lock_cleanup_task were showing as failed when they had run successfully and marked another task as failed.
The cleanup task calls adhoc_task_failed to mark other tasks as failed, but finalise log has no concept of other tasks being able to call this and processes the current log file instead.