Skip to content

bpo-45410: libregrtest -jN writes stderr into stdout #28819

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 8, 2021
Merged

bpo-45410: libregrtest -jN writes stderr into stdout #28819

merged 1 commit into from
Oct 8, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 8, 2021

When libregrtest spawns a worker process, stderr is now written into
stdout to keep messages order. Use a single pipe for stdout and
stderr, rather than two pipes. Previously, messages were out of order
which made analysis of buildbot logs harder

https://bugs.python.org/issue45410

When libregrtest spawns a worker process, stderr is now written into
stdout to keep messages order. Use a single pipe for stdout and
stderr, rather than two pipes. Previously, messages were out of order
which made analysis of buildbot logs harder
@vstinner
Copy link
Member Author

vstinner commented Oct 8, 2021

I plan to merge this change and then wait for more https://bugs.python.org/issue44359 failures, to see if the change works as expected, before backporting it to 3.9 and 3.10.

@vstinner
Copy link
Member Author

vstinner commented Oct 8, 2021

Windows (x64) CI job failed to download libffi-3.4.2 and then the build failed.

@vstinner vstinner merged commit b108db6 into python:main Oct 8, 2021
@vstinner vstinner deleted the regrtest_stderr branch October 8, 2021 15:14
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.

3 participants