Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests/everest/test_detached.py::test_https_requests #9620

Closed
3 of 9 tasks
xjules opened this issue Dec 23, 2024 · 1 comment · Fixed by #9622 · May be fixed by #9621
Closed
3 of 9 tasks

Fix tests/everest/test_detached.py::test_https_requests #9620

xjules opened this issue Dec 23, 2024 · 1 comment · Fixed by #9622 · May be fixed by #9621
Labels

Comments

@xjules
Copy link
Contributor

xjules commented Dec 23, 2024

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

  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 did you expect to happen?

The test should pass.

steps to reproduce

Login to any rgx node, source komodo/bleeding, komodoenv and execute 
` pytest tests/everest/test_detached.py::test_https_requests`

Environment where bug has been observed

  • python 3.11
  • python 3.12
  • macosx
  • rhel7
  • rhel8
  • local queue
  • lsf queue
  • slurm queue
  • openPBS queue
@xjules xjules added the bug label Dec 23, 2024
@xjules xjules changed the title Fix tests/everest/test_detached.py/test_https_requests Fix tests/everest/test_detached.py::test_https_requests Dec 23, 2024
@xjules xjules moved this to In Progress in SCOUT Dec 23, 2024
@DanSava
Copy link
Contributor

DanSava commented Dec 23, 2024

With #9434 some of the testing functionality has been altered leading to the observed failures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
2 participants