isolate tests failing on chromium.win/Win Builder |
|||
Issue descriptionisolate tests failing on chromium.win/Win Builder Type: build-failure Builders failed on: - Win Builder: https://build.chromium.org/p/chromium.win/builders/Win%20Builder It looks like the uploads are failing (example failure from log): 09:38:02.498053 Task failed, retrying after a sleep of 100ms: http request failed: Internal Server Error (HTTP 500)
,
Oct 14 2016
I just looked at the appengine console and I don't SEE a spike in 500s, but I'm sure there's a better way to analyze this. + some isolate ppl.
,
Oct 14 2016
Next build passed: https://build.chromium.org/p/chromium.win/builders/Win%20Builder/builds/30659 I think this was just appengine flake (grrrr), but if we can figure it out more precisely that would be good.
,
Oct 14 2016
The functional error is: 09:25:07.000581 Task failed, retrying after a sleep of 100ms: http request failed: Internal Server Error (HTTP 500) Looks like flake to me. However, iannucci@ noted we're not doing exponential backoff here, which is a bug.
,
Oct 17 2016
My read of the code from the current isolate client is that it should always retry. It looks like this build was done with the old isolate binary which doesn't have this logic. There's another effort to bring the isolate client up to date though, so this should be fixed in the future. |
|||
►
Sign in to add a comment |
|||
Comment 1 by joedow@chromium.org
, Oct 14 2016