[Buildbot-commits] [Buildbot] #1865: pb tryscheduler on reload doesn't reload config

Buildbot nobody at buildbot.net
Sat Mar 12 17:39:38 UTC 2011


#1865: pb tryscheduler on reload doesn't reload config
----------------------------+------------------------
Reporter:  gg0              |       Owner:
    Type:  support-request  |      Status:  new
Priority:  major            |   Milestone:  undecided
 Version:  0.8.3            |  Resolution:
Keywords:                   |
----------------------------+------------------------

Comment (by gg0):

 I use default port for slave communication:

 c['slavePortnum'] = 9989

 and 9990 for pb tryscheduler:

 from buildbot.schedulers.trysched import Try_Userpass
 c['schedulers'].append(
   Try_Userpass(name="tryserver_pb",
     builderNames=<BUILDERS>,
     port=9990,
     userpass=<USERS>)
 )

 Problem is easily reproducible I think. Set and start it up then
 change/add users/builders in Try_Userpass and reload config. You'll see
 tryserver changes won't be applied.
 By the way when I say "reload config" I mean su $BB_USER -c "buildbot
 reconfig $BASE_DIR".
 As already said, restarting master works great.

 Python 2.4.3
 Twisted 9.0.0
 Buildbot 0.8.3
 I didn't try to reproduce it with newer python/twisted

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1865#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list