Uh oh!
There was an error while loading. Please reload this page.
gh-109566: regrtest reexecutes the process - #109909
Conversation
7ddff04 to
62f359aCompareWhen --fast-ci or --slow-ci option is used, regrtest now replaces the current process with a new process to add "-u -W default -bb -E" options to Python. Changes: * PCbuild/rt.bat and Tools/scripts/run_tests.py no longer need to add "-u -W default -bb -E" options to Python: it's now done by regrtest. * Fix Tools/scripts/run_tests.py: flush stdout before replacing the process. Previously, buffered messages were lost.
62f359a to
f1bb3adComparebedevere-bot
commented
Sep 26, 2023
|
bedevere-bot
commented
Sep 26, 2023
|
hugovk
commented
Sep 26, 2023
Looks like this PR has stopped a lot of the Windows tests from running. The merge to ![]() Windows (x86): 16m 44s Windows (x64): 21m 14s https://github.com/python/cpython/actions/runs/6315907067 This PR's merge to ![]() Windows (x86): 7s Windows (x64): 7s |
bedevere-bot
commented
Sep 26, 2023
|
When --fast-ci or --slow-ci option is used, regrtest now replaces the current process with a new process to add "-u -W default -bb -E" options to Python. Changes: * PCbuild/rt.bat and Tools/scripts/run_tests.py no longer need to add "-u -W default -bb -E" options to Python: it's now done by regrtest. * Fix Tools/scripts/run_tests.py: flush stdout before replacing the process. Previously, buffered messages were lost.
When --fast-ci or --slow-ci option is used, regrtest now replaces the current process with a new process to add "-u -W default -bb -E" options to Python. Changes: * PCbuild/rt.bat and Tools/scripts/run_tests.py no longer need to add "-u -W default -bb -E" options to Python: it's now done by regrtest. * Fix Tools/scripts/run_tests.py: flush stdout before replacing the process. Previously, buffered messages were lost.


When --fast-ci or --slow-ci option is used, regrtest now replaces the current process with a new process to add "-u -W default -bb -E" options to Python.
The following methods to run the Python test suite don't replace the process:
Changes: