-
Notifications
You must be signed in to change notification settings - Fork 18k
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: TestFinalizerInterfaceBig failures #57166
Comments
Found new dashboard test flakes for:
2022-12-08 03:49 windows-amd64-2016 go@b9747e0e runtime.TestFinalizerInterfaceBig (log)
|
This test uses an arbitrary timeout and a single GC cycle: On a heavily-loaded builder, that could cause it to fail spuriously due to a system scheduler delay. |
Interestingly, this has only failed twice in the past ~2 years — both times recently on Windows.
|
Change https://go.dev/cl/456118 mentions this issue: |
Change https://go.dev/cl/456120 mentions this issue: |
These tests were only run on GOARCH=amd64, but the rationale given in CL 11858043 was GC precision on 32-bit platforms. Today, we have far more 64-bit platforms than just amd64, and I believe that GC precision on 32-bit platforms has been substantially improved as well. The GOARCH restriction seems unnecessary. Updates #57166. Updates #5368. Change-Id: I45c608b6fa721012792c96d4ed94a6d772b90210 Reviewed-on: https://go-review.googlesource.com/c/go/+/456120 Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Bryan Mills <bcmills@google.com> Reviewed-by: Austin Clements <austin@google.com>
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: