-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest #29127
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
Conversation
On macOS the default is often too low for our testsuite to succeed.
Would it be possible to only raise temporarily the limit for tests using multiprocessing? |
There is no point in doing so. Most OSes run with much higher default limits. There isn't even a good reason for the limit to exist. |
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
GH-29144 is a backport of this pull request to the 3.10 branch. |
GH-29145 is a backport of this pull request to the 3.9 branch. |
Raise RLIMIT_NOFILE in test.libregrtest. On macOS the default is often too low for our testsuite to succeed. Co-authored by reviewer: Victor Stinner (cherry picked from commit 843b890) Co-authored-by: Gregory P. Smith <[email protected]>
Raise RLIMIT_NOFILE in test.libregrtest. On macOS the default is often too low for our testsuite to succeed. Co-authored by reviewer: Victor Stinner (cherry picked from commit 843b890) Co-authored-by: Gregory P. Smith <[email protected]>
Raise RLIMIT_NOFILE in test.libregrtest. On macOS the default is often too low for our testsuite to succeed. Co-authored by reviewer: Victor Stinner (cherry picked from commit 843b890) Co-authored-by: Gregory P. Smith <[email protected]>
Raise RLIMIT_NOFILE in test.libregrtest. On macOS the default is often too low for our testsuite to succeed. Co-authored by reviewer: Victor Stinner (cherry picked from commit 843b890) Co-authored-by: Gregory P. Smith <[email protected]>
On macOS the default is often too low for our testsuite to succeed.
https://bugs.python.org/issue43592