[Buildbot-commits] [Buildbot] #2443: Generic way to collapse multiple calls to a function, with support for stopping
Buildbot
nobody at buildbot.net
Mon Feb 11 03:28:58 UTC 2013
#2443: Generic way to collapse multiple calls to a function, with support for
stopping
------------------------+--------------------
Reporter: dustin | Owner: dustin
Type: enhancement | Status: new
Priority: major | Milestone: 0.8.+
Version: 0.8.7p1 | Keywords: sprint
------------------------+--------------------
In a few places, we want to perform some kind of check at least once after
every call to a particular function. A good example is maybeStartBuilds
-- the master should check for the possibility of starting new builds at
least once after each call to this function, but not necessarily on
*every* call to the function.
It's even harder to make sure that any ongoing check is complete before a
service stops.
This is complex to implement, and should be implemented as a utility and
heavily tested on its own.
--
Ticket URL: <http://trac.buildbot.net/ticket/2443>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list