Open
Description
Describe the bug
When running pytest on codespaces tests/shared/test_streamable_http.py::test_streamablehttp_client_resumption occaisionally hangs
To Reproduce
Steps to reproduce the behavior:
- Go to main branch of code
- Open branch in fresh codespace
- In codespace terminal install uv - e.g. curl -LsSf https://astral.sh/uv/install.sh | sh
- In codespace terminal install dev dependencies e.g. uv sync --frozen --all-extras --dev
- In codespace terminal run
uv run pytest -vv
- In codespace terminal check tests completed
- Repeat 5 until test hangs (usually within 1-5 repeats but I have seen up to 10 successes prior to a hang)
Expected behavior
Tests run to completion and do not hang
Screenshots

Desktop (please complete the following information):
- OS: Github codeworkspace
- Browser Firefox
- Version main
Additional context
As can be seen from the screen shot their appears to be a port open, I suspect a race condition meaning the test some times gets stuck, I've not yet had a chance to figure out what the test is doing
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To triage