-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Fixes issues with test_web_urldispatcher when it encounters OS AF_UNIX too long #9728
Fixes issues with test_web_urldispatcher when it encounters OS AF_UNIX too long #9728
Conversation
for more information, see https://pre-commit.ci
CodSpeed Performance ReportMerging #9728 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #9728 +/- ##
==========================================
- Coverage 98.67% 98.66% -0.01%
==========================================
Files 117 117
Lines 35787 35787
Branches 4239 4239
==========================================
- Hits 35313 35311 -2
- Misses 319 320 +1
- Partials 155 156 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #9730 🤖 @patchback |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #9731 🤖 @patchback |
…atcher when it encounters OS AF_UNIX too long (#9730)
…atcher when it encounters OS AF_UNIX too long (#9731)
What do these changes do?
This pull request fixes test_web_urldispatcher where there's an OS ERROR: AF_UNIX path too long when this command is ran
pytest -n auto --dist loadscope
Are there changes in behavior for the user?
Is it a substantial burden for the maintainers to support this?
No, I don't think so
Checklist
CONTRIBUTORS.txt
CHANGES/
folderFixes issues with test_web_urldispatcher when it encounters OS AF_UNIX too long #9728.bugfix.rst