-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-103053: Run tools test_freeze on buildbot #110458
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
Conversation
a11acbb
to
8b75870
Compare
No longer skip test_tools.test_freeze on buildbots. Remove test.support.skip_if_buildbot() function. The skip was added when freeze tests were added in commit 13d9205.
8b75870
to
4fab683
Compare
I fixed test_freeze on FreeBSD in PR #110451. |
test_tools failed with with a 40 min timeout and a system load of 6.28.
The test pass when re-run, but it took 36 min!
build: https://buildbot.python.org/all/#/builders/1062/builds/415 |
PPC64LE RHEL7 Refleaks PR failed with |
s390x Fedora Clang PR failed with |
@gpshead: Apparently, test_tools only fails on your ARM Raspbian PR buildbot. I see different options:
What do you prefer? I prefer to disable the |
I'm not sure that it's really worth it to run test_freeze on more CIs. The test is slow and I don't really understand why this tool is maintained in Python itself (which is not even installed by |
python/buildmaster-config#441 to add the bot will become 3x faster whenever I can get my hand on a shiny new RaspberryPi 5. |
No longer skip test_tools.test_freeze on buildbots.