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
net/http/pprof: TestDeltaProfile failures missing mutexHog2 on ARM architectures #50218
Comments
Change https://golang.org/cl/372794 mentions this issue: |
It is observed to be flaky on the only openbsd/arm builder. Skipping on that platform until someone can investigate. For #50218 Change-Id: Id3a6dc12b93b3cec67870d8d81bd608c4589c952 Reviewed-on: https://go-review.googlesource.com/c/go/+/372794 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org>
|
Given the |
Another
|
Change https://go.dev/cl/383997 mentions this issue: |
I suspect it may be possible to use something along the lines of the (I do not plan to follow up on that myself.) |
Marking as release-blocker for Go 1.19 due to the high failure rate on the builders (CC @golang/release). If we don't care about this test, we can merge CL 383997 (mailed ~3 weeks ago) to encode that decision as a test-skip. Otherwise, this test failure needs to be addressed.
2022-03-01T20:52:30-f4722d8/android-arm-corellium |
Given that we have seen failures with the same failure mode on both openbsd/arm and android/arm64, it seems likely that the underlying bug affects at least all ARM-based architectures. It appears that either these architectures are not able to sample at the frequency expected by the test, or the samples are for some reason being dropped. For #50218 Change-Id: I42a6c8ecda57448f8068e8facb42a4a2cecbbb37 Reviewed-on: https://go-review.googlesource.com/c/go/+/383997 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
@golang/runtime needs to decide whether to fix and unskip this test, or to drop the test. |
We should decide what to do here. I'll take a look at this. |
greplogs --dashboard -md -l -e 'FAIL: TestDeltaProfile ' --since=2021-01-01
2021-12-16T00:34:10-7f23145/openbsd-arm-jsing
2021-11-25T00:02:52-b2a5a37/openbsd-arm-jsing
2021-06-04T17:33:24-831f937/openbsd-arm-jsing
(Forked from #38544, which was mitigated in CL 229498.)
CC @4a6f656c @hyangah
The text was updated successfully, but these errors were encountered: