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

tests/unit_tests/ensemble_evaluator/test_monitor.py::test_that_monitor_can_emit_heartbeats is flaky #8006

Closed
eivindjahren opened this issue May 29, 2024 · 2 comments · Fixed by #8015
Assignees

Comments

@eivindjahren
Copy link
Contributor

eivindjahren commented May 29, 2024

websockets.exceptions.ConnectionClosedError: sent 1000 (OK); then received 1011 (internal error)
https://github.com/equinor/ert/actions/runs/9280874968/job/25535895978?pr=7997

Seems related to this log message:

.../python3.8/site-packages/_pytest/unraisableexception.py:59: RuntimeWarning: coroutine 'WebSocketServer._close' was never awaited
    del self.unraisable
  Enable tracemalloc to get traceback where the object was allocated.
@berland
Copy link
Contributor

berland commented May 29, 2024

Reproducible with pytest-repeat on local hardware py311.

@xjules xjules self-assigned this May 29, 2024
@xjules
Copy link
Contributor

xjules commented May 29, 2024

RuntimeWarning: coroutine 'WebSocketServer._close' was never awaited

It seems that RuntimeWarning: coroutine 'WebSocketServer._close' is not related to the failure as this is triggered by the test not finishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants