-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime: TestProfBuf failures #56196
Comments
Found new dashboard test flakes for:
2022-10-06 04:37 openbsd-arm-jsing go@b314eea4 runtime.TestProfBuf (log)
|
Actually, this just tests the buffer itself, it doesn't do profiling. I'll take a closer look. |
The failing case is this one https://cs.opensource.google/go/go/+/master:src/runtime/profbuf_test.go;l=144-146;drc=b788fd80e68addd181983ca589d28bc1075f4a36. The timestamp (99/0x63) is correct, but the length (got 5 want 8) and header/stack data are incorrect. Nothing stands out here, I'd like to see more failures to see if this is a pattern. |
Found new dashboard test flakes for:
2022-11-22 18:14 openbsd-amd64-71 go@793f1a13 runtime.TestProfBuf (log)
2022-12-08 03:52 openbsd-amd64-71 go@c8313d4f runtime.TestProfBuf (log)
|
Found new dashboard test flakes for:
2023-08-16 21:01 linux-s390x-ibm go@14a3ffc3 runtime.TestProfBuf (log)
|
Found new dashboard test flakes for:
2023-09-11 20:26 linux-s390x-ibm go@94f24fd0 runtime.TestProfBuf (log)
|
Found new dashboard test flakes for:
2023-09-14 19:43 linux-s390x-ibm go@0b07bbd2 runtime.TestProfBuf (log)
|
Change https://go.dev/cl/528399 mentions this issue: |
The failure observed in https://build.golang.org/log/766ad55d098ee1979ba1ae261e0813063567743e appears to be spurious. If it is, this change will fix it. If it is not, and somehow the Read has deadlocked, then this change will help to diagnose it (by causing the test to time out and dump its running goroutines). For #56196. Change-Id: Ic74f018384a64e95566a5b5d8126cbd59ab5e5fa Reviewed-on: https://go-review.googlesource.com/c/go/+/528399 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Bryan Mills <bcmills@google.com>
Found new dashboard test flakes for:
2024-01-04 21:34 linux-s390x-ibm go@43818206 runtime.TestProfBuf (log)
|
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: