Jon Holba
Jon Holba
Add exit codes from LSF to LSF driver. bhist or bjobs should contain the exit code we need. PBS driver already does this properly. https://www.ibm.com/docs/da/spectrum-lsf/10.1.0?topic=logging-lsf-job-exit-codes Consider adding termination reason as...
Currently we retry submit if return code of a job was >128 (a signal killed the job). It would be better if we kept information about user cancellation in the...
**Describe the bug** An es_mda run failed after the first 2 iterations due to an lsf error. ``` Failed to get lsf job id from file: /tmp/enkf-submit-R3aeHl bsub command :...
**Issue** some files are created in your working directory when running pytest **Approach** change working directory in the test using monkeypatch - [x] PR title captures the intent of the...
Using the -E option causes qstat to group job status calls going to the same server together. This makes qstat orders of magnitude faster for calls with many job ids....
We should consider making a wrapped @deprecated decorator that automatically logs usage to azure.
**Describe the bug** Getting errors from async when running scheduler tests ``` Task was destroyed but it is pending! task: Task was destroyed but it is pending! task: ``` **To...
**Approach** Add typing Add none checks - [ ] PR title captures the intent of the changes, and is fitting for release notes. - [x] Added appropriate release note label...
datetime parsing is very slow currently. **Approach** Replaced datetime parsing library with a new on that is included in python 3.11. Using backport package for older python versions. - [...
The test failed on macos due to missing exception. Closes #8124 **Approach** Wait for socket to be closed before signaling done from monitor - [ ] PR title captures the...