Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
Closed as not planned
Labels
testsTests in the Lib/test dirTests in the Lib/test dir
Description
On the " PPC64LE Fedora Stable Clang 3.x" with Python build by "/configure CC=clang LD=clang --with-pydebug", test_math takes 7 min 39 sec:
make buildbottest 'TESTOPTS=-j2 --junit-xml test-results.xml -j10 --fail-rerun ${BUILDBOT_TESTOPTS}' TESTPYTHONOPTS= TESTTIMEOUT=1200 == CPython 3.13.0a0 (heads/main:269005e784, Oct 3 2023, 23:52:56) [Clang 16.0.6 (Fedora 16.0.6-3.fc38)] == Linux-5.8.17-200.fc32.ppc64le-ppc64le-with-glibc2.37 little-endian == Python build: debug == cwd: /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/build/test_python_worker_2081694æ == CPU count: 8 == encodings: locale=UTF-8, FS=utf-8 == resources (10): audio, cpu, curses, decimal, gui, largefile, network, subprocess, urlfetch, walltime (...) 10 slowest tests: - test_math: 7 min 39 sec - test.test_multiprocessing_spawn.test_processes: 2 min 49 sec - test_pathlib: 2 min 36 sec - test_unparse: 2 min 30 sec - test_tokenize: 2 min 29 sec - test.test_multiprocessing_forkserver.test_processes: 2 min 22 sec - test_capi: 1 min 52 sec - test_cppext: 1 min 42 sec - test_unicodedata: 1 min 39 sec - test_tarfile: 1 min 33 sec Can we split test_math into a test package made of multiple tests to run them in parallel?
Should we remove/skip some slow tests? Buildbot uses --slow-ci which enables -u all resources.
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dir