Uh oh!
There was an error while loading. Please reload this page.
gh-103053: Skip the whole test_freeze module in tests on s390x with PGO - #103170
gh-103053: Skip the whole test_freeze module in tests on s390x with PGO#103170sobolevn wants to merge 1 commit into
test_freeze module in tests on s390x with PGO#103170Conversation
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.
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.