You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 {"status": {"__enum__": "ServerStatus.failed"}, "message": "Optimization failed: not enough successful realizations to proceed."}
and as such this should fail regardless.
Moreover, when the test passes, it seems that there is a lingering task:
Task was destroyed but it is pending!
task: <Task pending name='Task-3' coro=<LocalDriver._run() running at /data/workspace/ert/src/ert/scheduler/local_driver.py:89> wait_for=<Future pending cb=[Task.task_wakeup()]>>
What happened? (You can include a screenshot if it helps explain)
This test fails at the moment on komodo (https://github.com/equinor/komodo-releases/actions/runs/12459362337/job/34776499584). Locally it passes, but tbh not sure why since all the realizations fail (fail_simulation) immediately, when I check the status file in
everest_output/detached_node_output/.session
and as such this should fail regardless.
Moreover, when the test passes, it seems that there is a lingering task:
What did you expect to happen?
The test should pass.
steps to reproduce
Environment where bug has been observed
The text was updated successfully, but these errors were encountered: