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
INFO root:socket_proxy.py:76 Proxy listening on localhost:0
INFO root:socket_proxy.py:85 Accepted connection from 127.0.0.1:48394
ERROR root:socket_proxy.py:88 Proxying failed to listen
Traceback (most recent call last):
File "/home/runner/work/notebooks/notebooks/tests/containers/socket_proxy.py", line 86, in listen_and_serve_until_canceled
self._handle_client(client_socket)
File "/home/runner/work/notebooks/notebooks/tests/containers/socket_proxy.py", line 113, in _handle_client
data = remote_socket.recv(self.buffer_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ConnectionResetError: [Errno 104] Connection reset by peer
=============================== warnings summary ===============================
tests/containers/workbenches/workbench_image_test.py::TestWorkbenchImage::test_image_run_on_openshift[ghcr.io/opendatahub-io/notebooks/workbench-images:jupyter-trustyai-ubi9-python-3.11-main_d954ab6f6b7e476ee38dd8ed6cd22f24aa726fd7]
/home/runner/.cache/pypoetry/virtualenvs/notebooks-OIIyMdoB-py3.12/lib/python3.12/site-packages/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.
self.headers = http_resp.getheaders()
tests/containers/workbenches/workbench_image_test.py::TestWorkbenchImage::test_image_run_on_openshift[ghcr.io/opendatahub-io/notebooks/workbench-images:jupyter-trustyai-ubi9-python-3.11-main_d954ab6f6b7e476ee38dd8ed6cd22f24aa726fd7]
/home/runner/.cache/pypoetry/virtualenvs/notebooks-OIIyMdoB-py3.12/lib/python3.12/site-packages/_pytest/threadexception.py:82: PytestUnhandledThreadExceptionWarning: Exception in thread Thread-1 (listen_and_serve_until_canceled)
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/home/runner/work/notebooks/notebooks/tests/containers/socket_proxy.py", line 86, in listen_and_serve_until_canceled
self._handle_client(client_socket)
File "/home/runner/work/notebooks/notebooks/tests/containers/socket_proxy.py", line 113, in _handle_client
data = remote_socket.recv(self.buffer_size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ConnectionResetError: [Errno 104] Connection reset by peer
warnings.warn(pytest.PytestUnhandledThreadExceptionWarning(msg))
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
The text was updated successfully, but these errors were encountered:
On the gripping hand though, we don't have proper readiness checks in this test set up in the pod, so likely this is irrelevant for the Jira I just mentioned
https://github.com/opendatahub-io/notebooks/actions/runs/13524125351/job/37791017649#step:40:181
The text was updated successfully, but these errors were encountered: