Actions
Bug #22930
openearly exits from crunch-run should still save a log collection
Story points:
-
Description
Between runner.setupSignals() and the first explicit invocation of runner.saveLogCollection(false) there is at least eight other chances for crunch-run to make an early exit.
It really sucks to have something die to an error and have no logs. It should write a log collection even if it is an infrastructure error, even if it is going to be requeued and retried, because it is still 100 times better than no log at all.
Actions