madecoste / swarming

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

Retry tests that fail for reasons other then the swarm tasks #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently if swarm allocates a machine and the machine fails to get the file 
uploaded, swarm counts this as a failure and stops. The test didn't have a 
chance to run though and the end user might (incorrectly) think that something 
is wrong with there test, when the issue was really with swarm.

Swarm should still count the run as a failure, but if the failure wasn't due to 
a task then swarm should try to run the test.

Extra points if the end user is unaware that this occurred.

Original issue reported on code.google.com by csharp@chromium.org on 1 Mar 2012 at 9:18

GoogleCodeExporter commented 9 years ago
The easiest way to repo this is to have the machine provider point an ip that 
isn't a valid swarm machine, then watch it try to use it and fail to upload the 
test.

Original comment by csharp@chromium.org on 1 Mar 2012 at 9:20

GoogleCodeExporter commented 9 years ago

Original comment by maruel@chromium.org on 3 Dec 2013 at 3:22