-
Notifications
You must be signed in to change notification settings - Fork 18k
x/review/git-codereview: test timed out on windows-arm-zx2c4 builder #42925
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
Comments
It might just be slow. If this test is doing a lot of disk IO, that can really slow things down. |
It's testing the That said, I can't seem to run the test locally to get a baseline for how long it should take (#42926). |
If it's doing a lot of git operations, this hits a triple whammy of slow: NTFS small file performance is pretty bad, the I/O on this box is pretty slow, and git itself is compiled only for x86 not arm, so it runs in Windows' rosetta2 situation. |
In that case, would it make sense to configure the builder to skip the |
I think that's at least worth a try, yes. For starters, the timeout scale factor. I'm not quite sure how to go about doing that in the x/build repo, if you want to take a stab at it. Alternatively, if there's some env var I should set on the builder, I can do that. |
The |
Will send a CL. |
Change https://golang.org/cl/274572 mentions this issue: |
This builder has very slow I/O and could benefit from some extra time on a few tests. At the moment, the tests for x/review/git-codereview are failing with a time out, for example. Updates golang/go#42925. Change-Id: I532f4ddd3b9e7fd0a66ea9631b3fa7ce363e05a4 Reviewed-on: https://go-review.googlesource.com/c/build/+/274572 Trust: Jason A. Donenfeld <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Change https://golang.org/cl/275237 mentions this issue: |
This builder no longer exists, so the issue is obsolete. |
2020-09-11T20:38:40-0edcede/windows-arm-zx2c4
Not obvious to me whether the builder is just slow or the test triggered some kind of deadlock.
CC @zx2c4 @golang/release
The text was updated successfully, but these errors were encountered: