x/tools/gopls: investigate regtest performance on linux-arm builder #43355
Milestone
Comments
Change https://golang.org/cl/280092 mentions this issue: |
gopherbot
pushed a commit
to golang/tools
that referenced
this issue
Dec 23, 2020
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: