[Buildbot-commits] buildbot ChangeLog,1.342,1.343
Brian Warner
warner at users.sourceforge.net
Sat Apr 2 01:41:51 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15644
Modified Files:
ChangeLog
Log Message:
(Run.testMaster): change some uses of deferredResult to avoid hangs/warnings
under twisted-2.0
(RunMixin.tearDown): same
(RunMixin.shutdownSlave): same
(Disconnect.testIdle1): same
(Disconnect.testBuild2): same: wait one second after the build finishes for
test to really be done.. this should be cleaned up to avoid wasting that
second. Builder.detach uses a callLater(0), either that should be done
in-line (something else needed that behavior), or it should return a Deferred
that fires when the builder is really offline.
(Disconnect.testBuild3): same
(Disconnect.testDisappear): same
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -d -r1.342 -r1.343
--- ChangeLog 1 Apr 2005 06:02:25 -0000 1.342
+++ ChangeLog 2 Apr 2005 01:41:40 -0000 1.343
@@ -1,3 +1,25 @@
+2005-04-01 Brian Warner <warner at lothar.com>
+
+ * buildbot/test/test_run.py (Run.testMaster): change some uses of
+ deferredResult to avoid hangs/warnings under twisted-2.0
+ (RunMixin.tearDown): same
+ (RunMixin.shutdownSlave): same
+ (Disconnect.testIdle1): same
+ (Disconnect.testBuild2): same: wait one second after the build
+ finishes for test to really be done.. this should be cleaned up to
+ avoid wasting that second. Builder.detach uses a callLater(0),
+ either that should be done in-line (something else needed that
+ behavior), or it should return a Deferred that fires when the
+ builder is really offline.
+ (Disconnect.testBuild3): same
+ (Disconnect.testDisappear): same
+
+ * buildbot/test/test_web.py: rearrange server-setup and teardown
+ code to remove unclean-reactor warnings from twisted-2.0
+
+ * buildbot/test/test_vc.py: rearrange probe-for-VC-program routine
+ so the tests don't hang under twisted-2.0
+
2005-03-31 Brian Warner <warner at lothar.com>
* buildbot/slave/bot.py (Bot.remote_setBuilderList): fix typo that
More information about the Commits
mailing list