[Buildbot-commits] buildbot ChangeLog,1.901,1.902
Brian Warner
warner at users.sourceforge.net
Tue Aug 7 20:23:48 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10439
Modified Files:
ChangeLog
Log Message:
[project @ fix fix test failures on Twisted-2.0.x, double calls to master.stopService]
Original author: warner at lothar.com
Date: 2007-08-07 20:22:40+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.901
retrieving revision 1.902
diff -u -d -r1.901 -r1.902
--- ChangeLog 7 Aug 2007 20:23:39 -0000 1.901
+++ ChangeLog 7 Aug 2007 20:23:46 -0000 1.902
@@ -1,5 +1,11 @@
2007-08-07 Brian Warner <warner at lothar.com>
+ * buildbot/test/test_run.py (CanStartBuild._do_test2): tests which
+ inherit from RunMixin do not need to call master.stopService()
+ themselves, since RunMixin.tearDown does that. The double call
+ fails on Twisted-2.0.x, which didn't happen to protect against it.
+ * buildbot/test/test_slaves.py (BuildSlave.test_track_builders): same
+
* buildbot/buildslave.py (BuildSlave.addSlaveBuilder): third patch
from #48, this one to have the BuildSlave objects track
SlaveBuilders, so they'll be able to use that knowledge to
More information about the Commits
mailing list