-
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
x/tools/gopls: investigate regtest performance on linux-arm builder #43355
Comments
Change https://golang.org/cl/280092 mentions this issue: |
Updates golang/go#42789 Updates golang/go#43355 Change-Id: Ic344237e492b08c30c4d86db6a6a39a561e2d27b Reviewed-on: https://go-review.googlesource.com/c/tools/+/280092 Run-TryBot: Robert Findley <rfindley@google.com> Trust: Robert Findley <rfindley@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Do you know about the regtest performance on the The CC @cagedmantis. |
Ah I see, I probably only noticed the I can try out the |
No issues on linux-arm-aws, so I think this is simply that the linux-arm builder is too small for gopls regtests. Closing in favor of #32834. |
Change https://golang.org/cl/291469 mentions this issue: |
The gopls regtests are slow, particularly on openbsd and darwin due to (we believe) kernel locking behavior. For this reason we've excluded them when testing with
-short
on several builders where they regularly time out.But they usually run relatively quickly on Linux, so it's surprising (to me at least) that they are timing out on the
newlinux-arm builder. This is probably worth investigating at some point.The text was updated successfully, but these errors were encountered: