[3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572)#107783
Merged
ericsnowcurrently merged 3 commits intopython:3.12from Nov 27, 2023
Merged
Conversation
…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>
This was referenced Aug 8, 2023
Member
|
Clearly something is off here. I didn't see any problems with the main branch. I'll investigate. |
Contributor
|
@ericsnowcurrently this currently passes after merging in the latest 3.12 state. |
Member
|
@ericsnowcurrently: This PR was marked as a draft. What is its status? |
Member
|
Does a8ff5c8 mean I can close this PR? |
Yhg1s
approved these changes
Nov 20, 2023
Member
It means the 3.12 branch was merged into this PR, which I did to make sure the tests still pass. Is this PR still necessary? If not, then you could close it :) |
Member
|
Ah, thanks for clarifying. I won't close this PR. 😄 |
Member
|
I'll need to revert this. The problem is on FreeBSD. |
ericsnowcurrently
added a commit
to ericsnowcurrently/cpython
that referenced
this pull request
Nov 27, 2023
…tress Tests (pythongh-107572) (python#107783)" This reverts commit a4aac7d.
|
GH-112474 is a backport of this pull request to the 3.12 branch. |
ericsnowcurrently
added a commit
that referenced
this pull request
Nov 27, 2023
Member
|
I'll retry this (with buildbots this time) once I've merged my other backport PRs. |
ericsnowcurrently
added a commit
to ericsnowcurrently/cpython
that referenced
this pull request
Nov 28, 2023
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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