equinor / ert

ERT - Ensemble based Reservoir Tool - is designed for running ensembles of dynamical models such as reservoir models, in order to do sensitivity analysis and data assimilation. ERT supports data assimilation using the Ensemble Smoother (ES), Ensemble Smoother with Multiple Data Assimilation (ES-MDA) and Iterative Ensemble Smoother (IES).
https://ert.readthedocs.io/en/latest/
GNU General Public License v3.0
101 stars 104 forks source link

Retry bsub when output is empty #8092

Closed berland closed 3 months ago

berland commented 3 months ago

Exit code 0 and empty bsub is proven to happen in the wild. Assume it is a retriable error condition. Log the occurence as a warning and then retry.

Issue Resolves #8089

Approach Log and retry

When applicable

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.02%. Comparing base (314d52c) to head (13b5fe1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8092 +/- ## ========================================== + Coverage 85.97% 86.02% +0.04% ========================================== Files 382 382 Lines 23621 23623 +2 Branches 628 623 -5 ========================================== + Hits 20309 20321 +12 + Misses 3239 3226 -13 - Partials 73 76 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.