[Buildbot-commits] [Buildbot] #2615: Config and Reconfig separate, timeout always on startup
Buildbot trac
trac at buildbot.net
Thu Jan 9 04:16:52 UTC 2014
#2615: Config and Reconfig separate, timeout always on startup
-----------------------+-----------------------
Reporter: mikepurvis | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.8 | Keywords:
-----------------------+-----------------------
Same symptom as #68, but I believe the cause is different.
Here's my twistd.log: https://gist.github.com/anonymous/8328972
Lines 0..39 show the complete startup, including a non-reconfig
configuration load. Reconfig is never run, and therefore the magical
"configuration update complete" line never gets logged and I get a timeout
on every start. A few seconds later, I manually SIGHUP the process to
trigger the config reload, which finally does push the update message to
the log.
Based on [the
manual](http://docs.buildbot.net/0.8.8/developer/config.html#reconfiguration),
I'm expecting a reconfiguration on startup, and apparently so is the
startup monitoring code! Is the absence of the reconfig a bug, or some
problem with my setup?
Thanks.
My config: https://github.com/mikepurvis/ansible-buildbot-
ros/blob/merged/buildmaster/master.cfg
--
Ticket URL: <http://trac.buildbot.net/ticket/2615>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list