8000 gh-95573: Reduce test data size in test_asyncio/test_ssl.py by fantix · Pull Request #95668 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-95573: Reduce test data size in test_asyncio/test_ssl.py #95668

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

Merged
merged 5 commits into from
Aug 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Blurb
  • Loading branch information
ambv committed Aug 5, 2022
commit aad8a26dd82bf7b9c522dd81bb95d46e55f3d5c9
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:source:`Lib/test/test_asyncio/test_ssl.py` exposed a bug in the macOS
kernel where intense concurrent load on non-blocking sockets occasionally
causes :const:`errno.ENOBUFS` ("No buffer space available") to be emitted.
FB11063974 filed with Apple, in the mean time as a workaround buffer size
used in tests on macOS is decreased to avoid intermittent failures. Patch
by Fantix King.
0