-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
gh-119819: Conditional skip of logging tests that require multiprocessing subprocess support #120476
Conversation
!buildbot iOS |
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit a3781c0 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
This PR appears to fix the |
I've submitted #120477 to address the |
Thanks @freakboy3742 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…processing subprocess support (pythonGH-120476) Skip tests that require multiprocessing subprocess support. (cherry picked from commit 92f6d40) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
GH-120531 is a backport of this pull request to the 3.13 branch. |
…processing subprocess support (pythonGH-120476) Skip tests that require multiprocessing subprocess support. (cherry picked from commit 92f6d40) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
GH-120532 is a backport of this pull request to the 3.12 branch. |
…iprocessing subprocess support (GH-120476) (#120531) gh-119819: Conditional skip of logging tests that require multiprocessing subprocess support (GH-120476) Skip tests that require multiprocessing subprocess support. (cherry picked from commit 92f6d40) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
…iprocessing subprocess support (GH-120476) (#120532) gh-119819: Conditional skip of logging tests that require multiprocessing subprocess support (GH-120476) Skip tests that require multiprocessing subprocess support. (cherry picked from commit 92f6d40) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
|
As best as I can make out, this failure is a false positive, and unrelated to this back port. |
…processing subprocess support (python#120476) Skip tests that require multiprocessing subprocess support.
…processing subprocess support (python#120476) Skip tests that require multiprocessing subprocess support.
…processing subprocess support (python#120476) Skip tests that require multiprocessing subprocess support.
…e multiprocessing subprocess support (python#120476) Skip tests that require multiprocessing subprocess support.
multiprocessing.Manager.Queue requires the use of subprocesses; as a result, it can't run on iOS (and presumably will fail on WASI/Android as well).
#120067 was a previous attempt to address this issue; that fix worked for some platforms, but not iOS.