[Buildbot-commits] [Buildbot] #1038: Audit TimerService / other looping calls
Buildbot
nobody at buildbot.net
Sun Feb 10 22:46:52 UTC 2013
#1038: Audit TimerService / other looping calls
-------------------+--------------------
Reporter: catlee | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.8
Version: 0.8.1 | Resolution:
Keywords: simple |
-------------------+--------------------
Changes (by dustin):
* keywords: sprint, simple => simple
Old description:
> Uncaught exceptions in TimerServices cause the service to stop running.
> Most of the time this isn't what you want to happen, and causes things
> like ticket #1035.
>
> We need to check for other instances where uncaught exceptions break
> these loops.
New description:
Uncaught exceptions in !TimerServices cause the service to stop running.
Most of the time this isn't what you want to happen, and causes things
like ticket #1035.
We need to check for other instances where uncaught exceptions break these
loops.
Fixing this bug entails looking for all uses of !TimerService or
!LoopingCall, and make sure that the function they're calling is not
allowed to raise an exception or errback.
--
--
Ticket URL: <http://trac.buildbot.net/ticket/1038#comment:10>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list