Skip to content

vminmon jobs can fail silently #4171

@DavidHuber-NOAA

Description

@DavidHuber-NOAA

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?

e95f278

Steps to reproduce

  1. Modify
    system("cp -f $outfile $newfile");

    to read
    system("cpfs -f $outfile $newfile");
    (the above is an illegal command)
  2. 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

No one assigned

    Labels

    triageIssues that are triage

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions