Skip to content

gh-110367: Enhance regrtest -jN --verbose3 #110368

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

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 4, 2023

When using worker processes (-jN) with --verbose3 option, regrtest can now display the worker output even if a worker process does crash. Previously, sys.stdout and sys.stderr were replaced and so the worker output was lost on a crash.

When using worker processes (-jN) with --verbose3 option, regrtest
can now display the worker output even if a worker process does
crash.  Previously, sys.stdout and sys.stderr were replaced and so
the worker output was lost on a crash.
@vstinner vstinner merged commit 6592976 into python:main Oct 5, 2023
@vstinner vstinner deleted the regrtest_verbose3 branch October 5, 2023 06:24
@vstinner vstinner restored the regrtest_verbose3 branch October 5, 2023 06:24
@vstinner vstinner deleted the regrtest_verbose3 branch October 5, 2023 06:24
@vstinner vstinner restored the regrtest_verbose3 branch October 5, 2023 06:24
@vstinner vstinner deleted the regrtest_verbose3 branch October 5, 2023 06:24
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
When using worker processes (-jN) with --verbose3 option, regrtest
can now display the worker output even if a worker process does
crash.  Previously, sys.stdout and sys.stderr were replaced and so
the worker output was lost on a crash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant