[Buildbot-commits] [Buildbot] #1966: Buildstep throws an unhandled error if it has alwaysRun=True and buildslave is lost

Buildbot nobody at buildbot.net
Thu May 19 14:26:37 UTC 2011


#1966: Buildstep throws an unhandled error if it has alwaysRun=True and buildslave
is lost
---------------------+---------------------------------
Reporter:  JustAMan  |      Owner:
    Type:  defect    |     Status:  new
Priority:  minor     |  Milestone:  undecided
 Version:  0.8.0     |   Keywords:  alwaysrun exception
---------------------+---------------------------------
 It occurs because probably no one considered such a case, thus there's no
 check if BuildStep.remote is valid instance. In the case when buildslave
 is lost it's equal to None.

 I've created a patch to fix such an issue. It stops the build altogether
 if build's remote went away, even if there are any buildsteps which have
 alwaysRun=True set.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1966>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list