-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
os/exec: flaky TestStdinCloseRace #19211
Comments
Probably unrelated, but if I run this test 100 times, like
it usually fails couple of times with:
only on my Windows XP 32-bit, never on Windows 7 64-bit. My failure is, probably, related to #17245. Alex |
Setting milestone to 1.8.1 since the fix is trivial and test-only and the problem has been reported by people trying to build 1.8 (in #19213). |
CL https://golang.org/cl/37309 mentions this issue. |
Reopening to consider merging the CL to 1.8.1. |
CL https://golang.org/cl/38607 mentions this issue. |
Stop reporting errors from cmd.Process.Kill; they don't matter for purposes of this test, and they can occur if the process exits quickly. Fixes #19211. Fixes #19213. Change-Id: I1a0bb9170220ca69199abb8e8811b1dde43e1897 Reviewed-on: https://go-review.googlesource.com/37309 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Daniel Martí <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> (cherry picked from commit 35ffca3) Reviewed-on: https://go-review.googlesource.com/38607 Run-TryBot: Brad Fitzpatrick <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
Cherry-picked to release branch. Closing. |
https://build.golang.org/log/638ade578f749a07444424d53c92a64681559411
The text was updated successfully, but these errors were encountered: