[Buildbot-commits] [Buildbot] #2766: svn_buildbot.py doesn't handle errors correctly
Buildbot trac
trac at buildbot.net
Wed Apr 23 16:31:57 UTC 2014
#2766: svn_buildbot.py doesn't handle errors correctly
-------------------+-------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.9
Version: 0.8.8 | Keywords: svn
-------------------+-------------------
It builds up a !DeferredList, then adds an errback to it -- that errback
will never be called. So you get things like:
{{{
quitting! because ([(False, <twisted.spread.pb.CopiedFailure
exceptions.TypeError>)], 'SUCCESS')
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2766>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list