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
98 stars 104 forks source link

Flaky test_slurm_driver.py::test_kill_before_submit_is_finished #8260

Closed berland closed 4 days ago

berland commented 4 days ago
FAILED tests/integration_tests/scheduler/test_slurm_driver.py::test_kill_before_submit_is_finished - AssertionError: The process children of the job should also have been killed
assert not True
 +  where True = <bound method Path.exists of PosixPath('survived')>()
 +    where <bound method Path.exists of PosixPath('survived')> = PosixPath('survived').exists
 +      where PosixPath('survived') = Path('survived')

https://github.com/equinor/ert/actions/runs/9711472877/job/26804326787?pr=8258

berland commented 4 days ago

Reproducible with

$ pytest tests/integration_tests/scheduler/test_slurm_driver.py -sxv -k before_submit --count 100 -n 16