-
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
strings: OpenBSD builders timing out running strings test #26174
Comments
Most likely cause is https://golang.org/cl/121495 which started running much longer string comparison tests on the builders. |
But the full test only takes 9 seconds on my laptop so it's hard to understand how it could take 180 seconds on OpenBSD. |
See also #26155 |
Using gomote and running |
Change https://golang.org/cl/121820 mentions this issue: |
Running the test with
|
linux/arm too |
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>
CL 121820 has been committed, which should let this test pass reliably, so removing the release-blocker label. Leaving the issue open to investigate why the test is so much slower on OpenBSD compared to GNU/Linux. It may be only that GNU/Linux gets the current time via a VDSO and sleeps on a futex, but it would be nice to know for sure. |
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: |
2018-06-29T20:48:07-a5f8128/openbsd-amd64-62
2018-06-29T21:27:23-955cc07/openbsd-amd64-62
2018-06-29T23:01:49-3198b90/openbsd-amd64-62
2018-06-29T23:03:53-1b12a2c/openbsd-amd64-62
2018-06-30T01:04:30-0dc814c/openbsd-amd64-62
The text was updated successfully, but these errors were encountered: