-
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: flaky TestGenericsHashKeyInPprofBuilder #70208
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Comments
prattmic
added
NeedsFix
The path to resolution is known, but the work has not been done.
compiler/runtime
Issues related to the Go compiler and/or runtime.
labels
Nov 5, 2024
Found new dashboard test flakes for:
2024-11-21 10:40 gotip-linux-amd64-staticlockranking go@28f4e14e runtime/pprof.TestGenericsHashKeyInPprofBuilder (log)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
This test failed in CI: https://ci.chromium.org/ui/p/golang/builders/try/gotip-linux-amd64-staticlockranking/b8732088109106960193/test-results?sortby=&groupby=
The problem is we got
but want
I think this is saying that the allocation is unexpectedly live. The 128 one at https://cs.opensource.google/go/go/+/master:src/runtime/pprof/protomem_test.go;l=132;drc=6f59c11155d75024985d4827a7fe155cd6561df9.
This test isn't intending to test liveness at all, so ignoring that field likely makes the most sense.
cc @golang/runtime
The text was updated successfully, but these errors were encountered: