-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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/pprof: TestMutexProfileRateAdjust failures #67563
Comments
Found new dashboard test flakes for:
2024-05-21 21:08 gotip-linux-amd64-longtest-race go@5a9dabc2 runtime/pprof.TestMutexProfileRateAdjust (log)
|
Looking at 2024-05-21 21:08 gotip-linux-amd64-longtest-race go@5a9dabc2 runtime/pprof.TestMutexProfileRateAdjust (log) The first profile has two Location entries that match
These show up in:
The new profile also has two matching Location entries:
Those show up in
The new entry,
Which is showing contention on Line 3066 in 5a9dabc
Looks like this test needs an update to only find growth in userspace sync.Mutex values (which are fully under the test's control), and to ignore contention reports for runtime-internal mutex values (which are not under the test's control). |
Change https://go.dev/cl/586957 mentions this issue: |
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: