Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-103053: Skip the whole test_freeze module in tests on s390x with PGO#103170
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
sobolevn commented Apr 1, 2023 • edited by bedevere-bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-bot
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot commented Apr 1, 2023
bedevere-bot commented Apr 1, 2023
bedevere-bot commented Apr 6, 2023
bedevere-bot commented Apr 6, 2023
test_freeze module in tests on buildbotstest_freeze module in tests on s390x with PGOsobolevn commented Apr 7, 2023
@zware can you please take a look when you have the time? |
vstinner left a comment
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 :-(
bedevere-bot commented Apr 7, 2023
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 |
sobolevn commented Apr 7, 2023
So, other options are:
Any ideas are welcome! |
ambv commented Apr 7, 2023
We can try with a greatly increased timeout for this particular platform and see if that's indeed the problem. |
encukou commented May 22, 2023
Use a subdirectory in the build area, instead of |
vstinner commented May 23, 2023
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? |
vstinner commented Sep 20, 2023
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.