-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/cgo/internal/testplugin: TestForkExec failures with exit status 2
#61846
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
Comments
Found new dashboard test flakes for:
2023-07-21 14:45 darwin-amd64-10_15 go@ed977e2f cmd/cgo/internal/testplugin.TestForkExec (log)
|
It would be useful to get the |
Change https://go.dev/cl/517095 mentions this issue: |
Looks like this test was added in https://go.dev/cl/372798 for #38824. |
exit status 2
This test used to run with a separate goroutine for timeout behavior, presumably because it was difficult to set an appropriate timeout. Now that the test is in cmd instead of misc, we can use internal/testenv.Command, which makes adding the test timeout much simpler and eliminates the need for the explicit goroutine. For #61846. Change-Id: I68ea09fcf2aa394bed1e900cf30ef7d143fa249f Reviewed-on: https://go-review.googlesource.com/c/go/+/517095 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> Auto-Submit: Bryan Mills <bcmills@google.com>
@bcmills Thanks for working on that CL! Are we now just waiting for another failure? Added WaitingForInfo if so, but feel free to drop it. |
Yeah, I think at this point it's fine to just wait — if it's a frequent failure we should get a more detailed log soon, and if it's not then it's probably not important to go chasing after. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: