madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Trigger Retry when PublishResults Fails #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a slave fails to PublishResults, the PublishInternalResults should send the 
results to a different location (probably related to the monitoring page) and 
have swarm retry the runner.

By having swarm retry the runner, we hide the internal failure from the user.

Original issue reported on code.google.com by maruel@chromium.org on 7 Jan 2014 at 8:25

GoogleCodeExporter commented 9 years ago
The retry should work the same way the timeout retry works, so if a runner has 
a few machines fail to upload their results, the test is marked as failing 
instead of trying forever.

Original comment by csharp@chromium.org on 7 Jan 2014 at 8:58

GoogleCodeExporter commented 9 years ago
I'll redo the API completely. The requests will still be on-server though.

Original comment by maruel@chromium.org on 16 Jun 2014 at 6:53