-
Notifications
You must be signed in to change notification settings - Fork 18k
x/exp/trace: TestFlightRecorderOneGeneration failures #65207
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:
2024-01-19 08:35 linux-amd64-longtest-race exp@1b970713 go@40fab294 x/exp/trace.TestFlightRecorderOneGeneration (log)
|
Found new dashboard test flakes for:
2024-01-19 08:35 linux-amd64-longtest-race exp@1b970713 go@558919b4 x/exp/trace.TestFlightRecorderOneGeneration (log)
|
Found new dashboard test flakes for:
2024-01-19 08:35 linux-amd64-race exp@1b970713 go@e5eeadb2 x/exp/trace.TestFlightRecorderOneGeneration (log)
|
Found new dashboard test flakes for:
2024-01-19 08:35 linux-amd64-race exp@1b970713 go@d0dc93c8 x/exp/trace.TestFlightRecorderOneGeneration (log)
|
Found new dashboard test flakes for:
2024-01-19 08:35 linux-amd64-race exp@1b970713 go@6037c8a8 x/exp/trace.TestFlightRecorderOneGeneration (log)
|
Found new dashboard test flakes for:
2024-01-19 08:35 linux-amd64-longtest-race exp@1b970713 go@93f0c0b2 x/exp/trace.TestFlightRecorderOneGeneration (log)
|
Found new dashboard test flakes for:
2024-01-19 08:35 linux-amd64-longtest-race exp@1b970713 go@8e02e7b2 x/exp/trace.TestFlightRecorderOneGeneration (log)
|
Found new dashboard test flakes for:
2024-01-19 08:35 linux-amd64-longtest-race exp@1b970713 go@b91bad78 x/exp/trace.TestFlightRecorderOneGeneration (log)
|
Change https://go.dev/cl/560215 mentions this issue: |
Change https://go.dev/cl/559956 mentions this issue: |
… detector Currently the flight recorder tests are failing in race mode because the race detector doesn't see s.lock, leading to false positives. This has also appeared in the trace tests. Model the lock in the race detector. Fixes #65207. Fixes #65283. Change-Id: I1e9a5c9606536f55fdfc46b5f8443e9c7213c23d Reviewed-on: https://go-review.googlesource.com/c/go/+/560215 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]> (cherry picked from commit 0b12e3d) Reviewed-on: https://go-review.googlesource.com/c/go/+/559956 Auto-Submit: Michael Knyszek <[email protected]>
Currently the flight recorder tests are failing in race mode because the race detector doesn't see s.lock, leading to false positives. This has also appeared in the trace tests. Model the lock in the race detector. Fixes golang#65207. Fixes golang#65283. Change-Id: I1e9a5c9606536f55fdfc46b5f8443e9c7213c23d Reviewed-on: https://go-review.googlesource.com/c/go/+/560215 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]>
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: