-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Race condition in stdout/stderr piping #3328
Milestone
Comments
Maybe fixed by #3360? Let's see if it comes back |
I'm still seeing this happen in master, e.g. https://github.com/com-lihaoyi/mill/actions/runs/10437082287/job/28902913813?pr=3378
|
Going to close this again since #3577 overhauls this area of the code, we can re-open if the issue persists |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mill.integration.SubprocessStdoutTests
seems to fail flakily with the error below.The first 5 lines seem to indicate the the stdout/stderr from
println
andos.proc
is not being captured in order:#3275 was meant to solve the issue with the stdout ordering, so something funny must be going on
The text was updated successfully, but these errors were encountered: