-
Notifications
You must be signed in to change notification settings - Fork 18k
os/exec: TestConcurrentExec failures with context canceled
#61277
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-10 19:19 linux-amd64-nocgo go@07ede7a5 os/exec.TestConcurrentExec (log)
|
Found new dashboard test flakes for:
2023-07-10 19:19 freebsd-arm64-dmgk go@07ede7a5 os/exec.TestConcurrentExec (log)
2023-07-10 19:19 linux-ppc64-sid-power10 go@07ede7a5 os/exec.TestConcurrentExec (log)
|
Found new dashboard test flakes for:
2023-07-11 00:36 linux-amd64-bookworm go@6a063b01 os/exec.TestConcurrentExec (log)
2023-07-11 00:36 netbsd-386-9_3 go@6a063b01 os/exec.TestConcurrentExec (log)
|
Found new dashboard test flakes for:
2023-07-11 00:36 linux-ppc64le-power10osu go@6a063b01 os/exec.TestConcurrentExec (log)
|
context canceled
Change https://go.dev/cl/508755 mentions this issue: |
Found new dashboard test flakes for:
2023-07-11 13:19 linux-amd64-nocgo go@4c58d6bf os/exec.TestConcurrentExec (log)
|
Found new dashboard test flakes for:
2023-07-11 00:36 linux-arm-aws go@6a063b01 os/exec.TestConcurrentExec (log)
2023-07-11 00:36 linux-ppc64-sid-buildlet go@6a063b01 os/exec.TestConcurrentExec (log)
2023-07-11 13:19 freebsd-386-13_0 go@4c58d6bf os/exec.TestConcurrentExec (log)
2023-07-11 13:19 freebsd-amd64-13_0 go@4c58d6bf os/exec.TestConcurrentExec (log)
2023-07-11 13:19 linux-arm-aws go@4c58d6bf os/exec.TestConcurrentExec (log)
2023-07-11 13:19 linux-ppc64-sid-buildlet go@4c58d6bf os/exec.TestConcurrentExec (log)
|
Found new dashboard test flakes for:
2023-07-11 13:19 linux-ppc64le-power9osu go@4c58d6bf os/exec.TestConcurrentExec (log)
2023-07-11 13:19 netbsd-amd64-9_3 go@4c58d6bf os/exec.TestConcurrentExec (log)
2023-07-11 16:33 linux-amd64-bullseye go@3f8b04bf os/exec.TestConcurrentExec (log)
2023-07-11 16:33 linux-ppc64-sid-power10 go@3f8b04bf os/exec.TestConcurrentExec (log)
2023-07-11 16:33 netbsd-amd64-9_3 go@3f8b04bf os/exec.TestConcurrentExec (log)
|
Found new dashboard test flakes for:
2023-07-11 17:06 android-amd64-emu go@65186971 os/exec.TestConcurrentExec (log)
2023-07-11 17:06 linux-386-softfloat go@65186971 os/exec.TestConcurrentExec (log)
2023-07-11 17:06 linux-amd64-nocgo go@65186971 os/exec.TestConcurrentExec (log)
2023-07-11 17:06 linux-ppc64-sid-buildlet go@65186971 os/exec.TestConcurrentExec (log)
|
Found new dashboard test flakes for:
2023-07-11 17:06 freebsd-arm64-dmgk go@65186971 os/exec.TestConcurrentExec (log)
2023-07-11 17:06 linux-ppc64le-power9osu go@65186971 os/exec.TestConcurrentExec (log)
|
We cancel the Context to unblock the test as soon as all of the "exit" processes have completed. If that happens to occur before all of the "hang" processes have started, the Start calls may fail with context.Canceled. Since those errors are possible in normal operation of the test, ignore them. Fixes golang#61277. Updates golang#61080. Change-Id: I20db083ec89ca88eb085ceb2892b9f87f83705ac Reviewed-on: https://go-review.googlesource.com/c/go/+/508755 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Auto-Submit: Bryan Mills <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
Found new dashboard test flakes for:
2023-07-11 13:19 netbsd-arm64-bsiegert go@4c58d6bf os/exec.TestConcurrentExec (log)
|
Old flakes are old. 🤷♂️ |
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: