You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal/relui: use atomic writes in test code too
In CL 429275 I changed gcsfs to write atomically, but I didn't use gcsfs
in the test infrastructure, which is probably what was causing the
flakes. For whatever reason, the test got much flakier, with timeouts
this time :(
Finish the job. I'm hoping this fixes the timeouts. I can't reproduce
them locally, but I did get some errors where it saw the temporary
files, so also hide them from directory listings.
For golang/go#53972.
Change-Id: I2dff87305f9114b975990cd6649cb4a087fadffd
Reviewed-on: https://go-review.googlesource.com/c/build/+/429536
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Heschi Kreinick <heschi@google.com>
0 commit comments