-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
strings: TestCompareStrings times out on the linux-arm* builders #26155
Comments
Perhaps a simpler short-term solution is to skip it in short mode. |
@mvdan The longer parts of the tests are currently skipped in short mode, but not on the builders. |
On my laptop the test does 23581 garbage collections. |
Change https://golang.org/cl/121820 mentions this issue: |
This also is probably causing timeouts on openbsd-amd64-62. |
On the OpenBSD builder this reduces the test time from 213 seconds to 60 seconds, without loss of testing. Not sure why the test is so much slower on OpenBSD, so not closing the issues. Updates #26155 Updates #26174 Change-Id: I13b58bbe3b209e591c308765077d2342943a3d2a Reviewed-on: https://go-review.googlesource.com/121820 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ralph Corderoy <ralph@inputplus.co.uk> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
The test should now pass, so removing the release-blocker label and changing this into an investigation of why the test is so much slower on ARM than on amd64. |
FYI, before the CL, the test was timing out on plan9_arm too. |
Change https://golang.org/cl/124115 mentions this issue: |
…stCompareStrings On the OpenBSD builder this reduces the test time from 213 seconds to 60 seconds, without loss of testing. Not sure why the test is so much slower on OpenBSD, so not closing the issues. Updates #26155 Updates #26174 Change-Id: I13b58bbe3b209e591c308765077d2342943a3d2a Reviewed-on: https://go-review.googlesource.com/121820 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ralph Corderoy <ralph@inputplus.co.uk> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> (cherry picked from commit 869884d) Reviewed-on: https://go-review.googlesource.com/124115 Reviewed-by: Bill O'Farrell <billotosyr@gmail.com>
Change https://golang.org/cl/124295 mentions this issue: |
Change https://golang.org/cl/147358 mentions this issue: |
This test was extended in CL 121495 and is now timing out on the linux-arm* builders. We could avoid running the longer test on the arm builder or we could look into optimizing the test a bit (it currently does quite a bit of repeated work).
/cc @bradfitz @billotosyr
The text was updated successfully, but these errors were encountered: