• David Crawshaw's avatar
    misc/ios: retry loop to handle builder flakiness · 00e0fe4b
    David Crawshaw authored
    After moving the darwin/arm builder to new hardware several new flaky
    error messages appeared. This provided enough information to Google
    to make it clear that iOS build systems have been flaky for many
    years, and that is unlikely to change any time soon.
    
    However, all of the pain of lldb and using a breakpoint early in
    program initialization gives us an advantage: all install and
    initialization flakiness appears to happen before the Go program ever
    gets going. So if we see an error or we timeout before we reach our
    breakpoint (before any test code has executed), we can assume it is
    the fault of the builder and restart without risking hiding a flaky
    Go test.
    
    This code has successfully processed the last 8 builds. I am hopeful.
    
    Change-Id: Ide24aaae4fa7bdab9d8f4432bb85d8f2256c7606
    Reviewed-on: https://go-review.googlesource.com/8241Reviewed-by: 's avatarHyang-Ah Hana Kim <hyangah@gmail.com>
    00e0fe4b
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...