[Buildbot-devel] Periodic build problems after upgrade
Brian Warner
warner-buildbot at lothar.com
Tue Nov 15 09:37:13 UTC 2005
> It doesn't seem to be a problem now, and changing the order in loadConfig
> seems to allow my periodic schedulers to run happily. Unfortunately I didn't
> have as much time yesterday to watch what was going on as I'd have liked, so
> I'll keep an eye on it for strange behaviour over the next couple of days.
I've just committed a change which serializes the loadConfig steps a bit. In
particular, the Builders are set up before the Schedulers are (and the
ChangeSources are set up after the Schedulers). Hopefully this will address
the problem.
I *think* this should also fix the problem where changing a StatusTarget that
allocates a TCP port would fail with the dreaded "port already in use" error.
Unfortunately, the test for this is failing under twisted-1.3.0 (I suspect
that version has a bug and does not give a working Deferred when it does
stopService or reactor.stopListening, but I have to investigate it further).
thanks,
-Brian
More information about the devel
mailing list