[Buildbot-commits] [Buildbot] #1690: addURL does not persist through master restart
Buildbot
buildbot-devel at lists.sourceforge.net
Wed Dec 8 15:44:34 UTC 2010
#1690: addURL does not persist through master restart
----------------------------+-----------------------------------------------
Reporter: djs | Owner:
Type: support-request | Status: new
Priority: major | Milestone: 0.8.3
Version: 0.8.2 | Keywords:
----------------------------+-----------------------------------------------
Comment(by dustin):
Ah, good point.
Probably the easiest is just to call addURL in {{{start}}} then?
'too late' is right before {{{finished()}}} is called, when the
BuildStatus class saves itself to the status pickle. After that, the
object may stick around in memory (in the build cache) for a while, but
once the master restarts, it will be loaded from the pickle, and thus will
not have your modifications.
--
Ticket URL: <http://buildbot.net/trac/ticket/1690#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list