-
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
time: TestTimerModifiedEarlier failures with "timer took too long" on plan9-arm #50470
Comments
Change https://golang.org/cl/375934 mentions this issue: |
This test is observed to be flaky on the plan9-arm builder. Skip it on that platform until it can be diagnosed and fixed. For #50470 Change-Id: If626af426d856c377e00ac5baaca52899456556e Reviewed-on: https://go-review.googlesource.com/c/go/+/375934 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This test is observed to be flaky on the plan9-arm builder. Skip it on that platform until it can be diagnosed and fixed. For golang#50470 Change-Id: If626af426d856c377e00ac5baaca52899456556e Reviewed-on: https://go-review.googlesource.com/c/go/+/375934 Trust: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
I wonder if this may be related to the race fixed in https://go.dev/cl/470215. |
It doesn't look related to me. A possible clue is that the delayed read of the reset-into-the-past timer always occurs after just over 10 seconds, ie when the other (10 second) deadline timer fires. Hypothesis: the But what's special about |
That sounds very plausible to me. It's been quite a while since we started skipping this test. Should we remove the |
Yes, it's worth a try. |
greplogs --dashboard -md -l -e 'FAIL: TestTimerModifiedEarlier'
2022-01-04T21:10:15-1c8f9d2/plan9-arm
2021-12-02T23:02:33-8835343/plan9-arm
2021-11-05T21:34:10-bb53fd7/plan9-arm
The failing test is the regression test for #47329.
CC @millerresearch @ianlancetaylor
The text was updated successfully, but these errors were encountered: