Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
gh-119819: Conditional skip of logging tests that require multiprocessing subprocess support#120476
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
freakboy3742 commented Jun 13, 2024 • edited by bedevere-app bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-app bot
Uh oh!
There was an error while loading. Please reload this page.
freakboy3742 commented Jun 13, 2024
!buildbot iOS |
bedevere-bot commented Jun 13, 2024
🤖 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:
|
freakboy3742 commented Jun 14, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
This PR appears to fix the |
freakboy3742 commented Jun 14, 2024
I've submitted #120477 to address the |
freakboy3742 commented Jun 14, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
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>
bedevere-bot commented Jun 15, 2024
|
freakboy3742 commented Jun 15, 2024
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.