galaxyproject / pulsar

Distributed job execution application built for Galaxy
https://pulsar.readthedocs.io
Apache License 2.0
37 stars 50 forks source link

Node failure job with no `return_code` file still marked as successful in Galaxy #358

Open natefoo opened 7 months ago

natefoo commented 7 months ago

Running hifiasm on the VGP instance and the node it executed on appears to have failed and the job was terminated prematurely. As a result, nothing past a certain point in the job script was executed, including capturing/writing the tool return code to return_code. Despite this, none of the postprocessing failures were fatal (due to being work_dir outputs) and for some reason, Galaxy still treated this job as successful.