nicholasdavidson / pybit

Python Build Integration Toolkit - a distributed cross platform AMQP based build system
17 stars 5 forks source link

Failure to svn export should not be a fatal error #133

Closed ghost closed 11 years ago

ghost commented 11 years ago

Whilst it is understandable that a failure to access local storage would be fatal, svn export can also fail due to temporary network problems which should not be fatal. The client should transition to set the job as blocked so that another job can be tried.

Situation arose when all three clients moved to Fatal Error during a series of builds for no apparent reason to do with any issues on the clients themselves.

jamesbennet commented 11 years ago

Should network failures with APT be handled the same way?