[Buildbot-devel] "commandFailed" error on Windows build slave
Gerald Combs
gerald at ethereal.com
Thu Jun 23 15:11:09 UTC 2005
Brian Warner wrote:
> Now, the fact that commands.ShellCommand doesn't implement commandFailed is a
> bug (and a fairly recent one, I think). That bug will only be triggered when
> the shell command takes too long and is killed, or when the connection to the
> master is lost and the command is abandoned. There are a couple of other bugs
That makes sense. The step that's having the problem uses NSIS to
create a Windows installer for Ethereal, which can take a while.
> I think the missing method needs to do:
>
> def commandFailed(self, why):
> self.interrupted = True
> self.deferred.errback(why)
Thanks! I'll try it out.
More information about the devel
mailing list