| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Pushed a small CI cleanup after inspecting the failed jobs. The original regression test covered previously excluded ClientSessionGroup cleanup/error paths, so I narrowed those coverage pragmas and reran the CI-equivalent coverage checks locally.\n\nValidation run after the update:\n- uv run pytest tests/client/test_notification_response.py tests/client/test_session_group.py -q\n- uv run ruff format --check src/mcp/client/streamable_http.py src/mcp/client/session_group.py tests/client/test_notification_response.py tests/client/test_session_group.py\n- uv run ruff check src/mcp/client/streamable_http.py src/mcp/client/session_group.py tests/client/test_notification_response.py tests/client/test_session_group.py\n- uv run pyright src/mcp/client/streamable_http.py src/mcp/client/session_group.py tests/client/test_notification_response.py tests/client/test_session_group.py\n- uv run --frozen --no-sync coverage run -m pytest -n auto && uv run --frozen --no-sync coverage combine || true; uv run --frozen --no-sync coverage report && uv run --frozen --no-sync strict-no-cover\n- UV_PROJECT_ENVIRONMENT=.venv-py314 uv run --python 3.14 pytest tests/client/test_notification_response.py::test_transport_error_sends_jsonrpc_error tests/client/test_session_group.py::test_client_session_group_streamable_http_connect_error_is_catchable -q |
Sorry, something went wrong.
|
Closing in favor of #2607, which keeps the handle_request_async isolation change focused. The session_group coverage cleanup is worth doing separately. Thanks for the contribution. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #915
Summary
Validation