-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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-103053: Skip the whole test_freeze
module in tests on s390x
with PGO
#103170
Conversation
test_freeze
module in tests on buildbotstest_freeze
module in tests on s390x
with PGO
@zware can you please take a look when you have the time? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't do that. It's ok to have a red buildbot, it doesn't prevent to release Python: it's only part of PEP 11 Tier 3.
Failures on these platforms do not block a release.
If you skip the failing test, as the maintainer of this platform, I will no be able to notice it :-(
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
So, other options are:
Any ideas are welcome! |
We can try with a greatly increased timeout for this particular platform and see if that's indeed the problem. |
Use a subdirectory in the build area, instead of |
Honestly, I'm not convinced by the value of this test. If freeze is badly broken, everybody will notice since Python itself is also frozen, no? Or did I misunderstood the purpose of the test, or what's frozen exactly? Don't all core devs already indirectly test frozen Python? |
I wrote PR #109591 to not skip the test on s390x, but only if Python is built with PGO, which is differerent. |
Now, let's try the buildbot test with these changes.