[Buildbot-devel] Unreliable reconfig?

Dustin J. Mitchell dustin at v.igoro.us
Tue Mar 15 17:47:55 UTC 2011


On Tue, Mar 15, 2011 at 9:32 AM, David Coppit <david at coppit.org> wrote:
> Has anyone else run into problems with reconfig?

Reconfig tends to work pretty well with simple configs, but the more
modifications, the worse things get.  Python's `reload()` has lots of
known problems with e.g., redefining new classes with the same name as
old, for one thing.

> Should we employ some idling process before a reconfig to reduce the chance of buildslave problems?

There is a "clean shutdown" option for the master which allows all
running builds to finish but does not accept new jobs.

> Are there certain kinds of master.cfg changes that could cause these symptoms?

Regarding the failures you've seen, nothing jumps to mind.

If you can narrow down the circumstances in which slaves get stuck, we
might be able to find the bug.

Dustin




More information about the devel mailing list