#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
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to