René's URL Explorer Experiment


Title: test: fix WS test port race; narrow to single smoke test covering both transport ends by maxisbey · Pull Request #2267 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: test: fix WS test port race; narrow to single smoke test covering both transport ends by maxisbey · Pull Request #2267 · modelcontextprotocol/python-sdk

X Title: test: fix WS test port race; narrow to single smoke test covering both transport ends by maxisbey · Pull Request #2267 · modelcontextprotocol/python-sdk

Description: Problem tests/shared/test_ws.py had 4 tests sharing a subprocess+uvicorn fixture with a TOCTOU port race: bind port 0 → release → subprocess rebinds. Under pytest-xdist another worker claims the port in the gap, and the WS client connects to the wrong server's HTTP endpoint, yielding a 403 Forbidden on upgrade (job 63414508256). Disposition of the 4 tests Only one of the four was actually testing WebSocket. The other three tested MCP session semantics with WS as an incidental pipe — swap in any transport and they pass identically. Test What it tested Outcome test_ws_client_basic_connection Init + ping over WS — subprotocol handshake, JSON-RPC serialization round-trip Kept test_ws_client_happy_request_and_response read_resource() returns the right content Duplicate of test_client.py::test_read_resource → deleted test_ws_client_exception_handling Server-raised error surfaces as MCPError with correct code Moved to test_client.py::test_read_resource_error_propagates (in-memory) test_ws_client_timeout Session survives a client-side timeout, can issue requests after Duplicate of test_88_random_error.py → deleted ~150 of the old 211 lines were subprocess launcher + port-polling + fixture plumbing shared by all four. With one test remaining on a shared helper, the file is 51 lines. The smoke test test_ws_client_basic_connection now uses run_uvicorn_in_thread (tests/test_helpers.py), which pre-binds the socket and calls listen() before the server thread starts. The port is known immediately — the kernel's listen queue buffers any early connection until uvicorn's loop reaches accept(). No polling, no sleep, no gap for another xdist worker to steal the port. Knock-on effects of in-thread Two subprocess-era assumptions stopped holding once uvicorn runs in the test process: Coverage now reaches server/websocket.py. The function-level # pragma: no cover existed because the subprocess couldn't be instrumented; strict-no-cover (#2305) correctly flags it as stale. Narrowed to the three error paths the smoke test doesn't exercise. The one test now covers both client/websocket.py and server/websocket.py at 100%. pytest's warning filters now apply to uvicorn. uvicorn.Config.load() calls asyncio.iscoroutinefunction() during ASGI autodetection; Python 3.14 deprecates it; filterwarnings=error promotes it; the server thread crashes silently before binding. Fixed by passing interface="asgi3" to skip the autodetect — Starlette is asgi3, the detection was always going to land there. Test plan ./scripts/test (3.13) — 100% coverage, strict-no-cover clean ✓ uv run --python 3.14 pytest tests/shared/test_ws.py — 0.46s ✓ pytest tests/shared/test_ws.py -n 4 --flake-finder --flake-runs=5 — 20 parallel runs, 0 flakes ✓ AI Disclaimer

Open Graph Description: Problem tests/shared/test_ws.py had 4 tests sharing a subprocess+uvicorn fixture with a TOCTOU port race: bind port 0 → release → subprocess rebinds. Under pytest-xdist another worker claims the po...

X Description: Problem tests/shared/test_ws.py had 4 tests sharing a subprocess+uvicorn fixture with a TOCTOU port race: bind port 0 → release → subprocess rebinds. Under pytest-xdist another worker claims the po...

Opengraph URL: https://github.com/modelcontextprotocol/python-sdk/pull/2267

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:3df7e2f3-48ae-7165-3387-f08d147d54c3
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idBDBA:336741:1D41B28:271F1E3:6A5BB176
html-safe-nonce4537b228bfc68b34e2f7ea605bfe2387f5b1f95b6f871aa6f7c6ba489ef7396c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCREJBOjMzNjc0MToxRDQxQjI4OjI3MUYxRTM6NkE1QkIxNzYiLCJ2aXNpdG9yX2lkIjoiNTcyOTk1NzUwNjc5MDk2MTUyNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac67d6a7f72ff000e633a533dea261d083ad62471125f494cd8a5cc0ffcd7afdba
hovercard-subject-tagpull_request:3379075559
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/modelcontextprotocol/python-sdk/pull/2267/files
twitter:imagehttps://avatars.githubusercontent.com/u/224885523?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/224885523?s=400&v=4
og:image:altProblem tests/shared/test_ws.py had 4 tests sharing a subprocess+uvicorn fixture with a TOCTOU port race: bind port 0 → release → subprocess rebinds. Under pytest-xdist another worker claims the po...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/modelcontextprotocol/python-sdk git https://github.com/modelcontextprotocol/python-sdk.git
octolytics-dimension-user_id182288589
octolytics-dimension-user_loginmodelcontextprotocol
octolytics-dimension-repository_id862584018
octolytics-dimension-repository_nwomodelcontextprotocol/python-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id862584018
octolytics-dimension-repository_network_root_nwomodelcontextprotocol/python-sdk
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F2267%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F2267%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=modelcontextprotocol%2Fpython-sdk
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files
modelcontextprotocol https://github.com/modelcontextprotocol
python-sdkhttps://github.com/modelcontextprotocol/python-sdk
Notifications https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Fork 3.7k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Star 23.6k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Code https://github.com/modelcontextprotocol/python-sdk
Issues 259 https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests 306 https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality 6 https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Code https://github.com/modelcontextprotocol/python-sdk
Issues https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2Fnew%2Fchoose
maxisbeyhttps://github.com/maxisbey
mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
maxisbey/max-157-flaky-convert-websocket-tests-to-in-memory-transport-removehttps://github.com/modelcontextprotocol/python-sdk/tree/maxisbey/max-157-flaky-convert-websocket-tests-to-in-memory-transport-remove
Conversation 0 https://github.com/modelcontextprotocol/python-sdk/pull/2267
Commits 5 https://github.com/modelcontextprotocol/python-sdk/pull/2267/commits
Checks 32 https://github.com/modelcontextprotocol/python-sdk/pull/2267/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/2267/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files
test: fix WS test port race; narrow to single smoke test covering both transport ends https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#top
Show all changes 5 commits https://github.com/modelcontextprotocol/python-sdk/pull/2267/files
a5fc7f4 test: convert WebSocket tests to in-memory transport maxisbey Mar 10, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2267/commits/a5fc7f4cd8f906fb149d0daf4b2f01891fc9c6f9
49db5ec test: reduce test_ws.py to just the WS smoke test maxisbey Mar 13, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2267/commits/49db5ec2a4d3a3dbe180e5761bb1eb431a5355fc
b66b4ea test: pre-bind socket in run_uvicorn_in_thread, drop polling loop maxisbey Mar 13, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2267/commits/b66b4ea5e7f85baa1b9e486ce94eea64e03a6e40
400f541 test: narrow websocket_server pragma now that coverage reaches it maxisbey Mar 18, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2267/commits/400f541b4e05248e7df8cec5ae651451bf825d9f
97a1bf2 test: set interface=asgi3 to skip uvicorn's 3.14-deprecated autodetect maxisbey Mar 18, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2267/commits/97a1bf244a39af905d033d53dbbe7f158e49efba
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/2267/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files
websocket.py https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-50e548f9338e642984d43370856447086548f28b9f0c2732988e64e7a56d2b31
test_client.py https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-f91d7d1bfecb41d80a4cc73133b82560b7284a2af2d6630c49b983ca9366ea13
test_ws.py https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-42c069f4857387aa663d81e4dc484bffa345f00b175503cfe090ca14d6dcdfd5
test_helpers.py https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-08a6944653efc734f4c8cb856fc854b9f21d655ca69796af2b170c53bff7919e
src/mcp/server/websocket.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-50e548f9338e642984d43370856447086548f28b9f0c2732988e64e7a56d2b31
View file https://github.com/modelcontextprotocol/python-sdk/blob/97a1bf244a39af905d033d53dbbe7f158e49efba/src/mcp/server/websocket.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2267/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-50e548f9338e642984d43370856447086548f28b9f0c2732988e64e7a56d2b31
https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-50e548f9338e642984d43370856447086548f28b9f0c2732988e64e7a56d2b31
https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-50e548f9338e642984d43370856447086548f28b9f0c2732988e64e7a56d2b31
https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-50e548f9338e642984d43370856447086548f28b9f0c2732988e64e7a56d2b31
tests/client/test_client.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-f91d7d1bfecb41d80a4cc73133b82560b7284a2af2d6630c49b983ca9366ea13
View file https://github.com/modelcontextprotocol/python-sdk/blob/97a1bf244a39af905d033d53dbbe7f158e49efba/tests/client/test_client.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2267/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-f91d7d1bfecb41d80a4cc73133b82560b7284a2af2d6630c49b983ca9366ea13
https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-f91d7d1bfecb41d80a4cc73133b82560b7284a2af2d6630c49b983ca9366ea13
https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-f91d7d1bfecb41d80a4cc73133b82560b7284a2af2d6630c49b983ca9366ea13
https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-f91d7d1bfecb41d80a4cc73133b82560b7284a2af2d6630c49b983ca9366ea13
tests/shared/test_ws.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-42c069f4857387aa663d81e4dc484bffa345f00b175503cfe090ca14d6dcdfd5
View file https://github.com/modelcontextprotocol/python-sdk/blob/97a1bf244a39af905d033d53dbbe7f158e49efba/tests/shared/test_ws.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2267/{{ revealButtonHref }}
tests/test_helpers.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-08a6944653efc734f4c8cb856fc854b9f21d655ca69796af2b170c53bff7919e
View file https://github.com/modelcontextprotocol/python-sdk/blob/97a1bf244a39af905d033d53dbbe7f158e49efba/tests/test_helpers.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2267/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2267/files#diff-08a6944653efc734f4c8cb856fc854b9f21d655ca69796af2b170c53bff7919e
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2267/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.