[Buildbot-commits] buildbot ChangeLog,1.332,1.333

Brian Warner warner at users.sourceforge.net
Wed Dec 8 03:54:59 UTC 2004


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1514

Modified Files:
	ChangeLog 
Log Message:
* buildbot/test/test_run.py (Disconnect.testBuild4): validate that
losing the slave in the middle of a remote step is handled too

* buildbot/process/step.py (ShellCommand.interrupt): 'reason' can
be a Failure, so be sure to stringify it before using it as the
contents of the 'interrupt' logfile
(RemoteCommand.interrupt): use stringified 'why' in
remote_interruptCommand too, just in case


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -d -r1.332 -r1.333
--- ChangeLog	6 Dec 2004 09:00:30 -0000	1.332
+++ ChangeLog	8 Dec 2004 03:54:56 -0000	1.333
@@ -1,3 +1,14 @@
+2004-12-07  Brian Warner  <warner at lothar.com>
+
+	* buildbot/test/test_run.py (Disconnect.testBuild4): validate that
+	losing the slave in the middle of a remote step is handled too
+
+	* buildbot/process/step.py (ShellCommand.interrupt): 'reason' can
+	be a Failure, so be sure to stringify it before using it as the
+	contents of the 'interrupt' logfile
+	(RemoteCommand.interrupt): use stringified 'why' in
+	remote_interruptCommand too, just in case
+
 2004-12-06  Brian Warner  <warner at lothar.com>
 
 	* buildbot/slave/commands.py (Arch.doVCUpdate): use 'tla replay'





More information about the Commits mailing list