-
Couldn't load subscription status.
- Fork 203
Open
Labels
triageIssues that are triageIssues that are triage
Description
What is wrong?
As reported here, when the minmon jobs call the ush/ Perl scripts, it seems that Perl does not return a non-0 status if there is an internal failure.
What should have happened?
These scripts should be hardened to make sure that minimization monitoring does not silently fail.
What machines are impacted?
All or N/A
What global-workflow hash are you using?
Steps to reproduce
- Modify
system("cp -f $outfile $newfile");
to read
system("cpfs -f $outfile $newfile");
(the above is an illegal command) - Run a C96_atm3DVar test case through the gdas_vminmon job.
Additional information
No response
Do you have a proposed solution?
No response
Metadata
Metadata
Assignees
Labels
triageIssues that are triageIssues that are triage