-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
gh-105699: Re-enable the Multiple-Interpreters Stress Tests #107572
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
gh-105699: Re-enable the Multiple-Interpreters Stress Tests #107572
Conversation
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit 87019d6 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Not bad. Only one buildbot failed with the stress tests: https://buildbot.python.org/all/#/builders/82/builds/1141 I'll look into it. |
Ah, and that crash will be fixed by gh-107567. |
Thanks @ericsnowcurrently for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
GH-107783 is a backport of this pull request to the 3.12 branch. |
…thongh-107572) We had disabled them due to crashes they exposed, which have since been fixed. (cherry picked from commit f9e3ff1) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
|
|
…tress Tests (pythongh-107572) (python#107783)" This reverts commit a4aac7d.
…sts (pythongh-107572) (python#107783) We had disabled them due to crashes they exposed, which have since been fixed. (cherry picked from commit f9e3ff1) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: T. Wouters <thomas@python.org>
GH-112483 is a backport of this pull request to the 3.12 branch. |
We disabled them due to crashes (which weren't clearly due to the actual CPython runtime).
(At the very least I'm using the PR to evaluate the status of the crashes on buildbots, since I cannot reproduce them locally.)