We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since 2022-10-14, these tests are failing on Ubuntu, but not on Windows or MacOSX:
FAILED distributed/comm/tests/test_ws.py::test_connection_made_with_extra_conn_args[ws://-True] FAILED distributed/comm/tests/test_ws.py::test_connection_made_with_extra_conn_args[ws://-False] FAILED distributed/comm/tests/test_ws.py::test_connection_made_with_extra_conn_args[wss://-True] FAILED distributed/comm/tests/test_ws.py::test_connection_made_with_extra_conn_args[wss://-False] FAILED distributed/comm/tests/test_ws.py::test_connection_made_with_sni - Val...
E ValueError: ('Unclosed Comms', [])
I can reproduce the issue locally. It's not a regression caused by a commit - I can reproduce on 2022.9.2 too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since 2022-10-14, these tests are failing on Ubuntu, but not on Windows or MacOSX:
FAILED distributed/comm/tests/test_ws.py::test_connection_made_with_extra_conn_args[ws://-True]
FAILED distributed/comm/tests/test_ws.py::test_connection_made_with_extra_conn_args[ws://-False]
FAILED distributed/comm/tests/test_ws.py::test_connection_made_with_extra_conn_args[wss://-True]
FAILED distributed/comm/tests/test_ws.py::test_connection_made_with_extra_conn_args[wss://-False]
FAILED distributed/comm/tests/test_ws.py::test_connection_made_with_sni - Val...
E ValueError: ('Unclosed Comms', [])
I can reproduce the issue locally.
It's not a regression caused by a commit - I can reproduce on 2022.9.2 too.
The text was updated successfully, but these errors were encountered: