[Buildbot-commits] [SPAM] [Buildbot] #732: changing scheduler class in config will mix up in-db state

Buildbot buildbot-devel at lists.sourceforge.net
Mon Mar 8 21:39:36 UTC 2010


#732: changing scheduler class in config will mix up in-db state
-----------------------------------+----------------------------------------
Reporter:  dustin                  |       Owner:       
    Type:  undecided               |      Status:  new  
Priority:  major                   |   Milestone:  0.8.0
 Version:  master (give git sha1)  |    Keywords:       
-----------------------------------+----------------------------------------
 The "schedulers" table keeps state for schedulers.  But it's only keyed by
 scheduler name, not class.  So if you change
 {{{FooScheduler(name="lunchtime")}}} to
 {{{BarScheduler(name="lunchtime")}}}, then !BarScheduler is going to get
 !FooScheduler's state, probably with comedic results.

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


More information about the Commits mailing list