[Buildbot-commits] buildbot ChangeLog,1.414,1.415

Brian Warner warner at users.sourceforge.net
Wed May 4 07:37:29 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-135
Creator:  Brian Warner <warner at monolith.lothar.com>

sendchange: tear down the PB connection after sending the change

	* buildbot/clients/sendchange.py (Sender.send): tear down the PB
	connection after sending the change, so that unit tests don't
	complain about sockets being left around


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -d -r1.414 -r1.415
--- ChangeLog	4 May 2005 07:04:16 -0000	1.414
+++ ChangeLog	4 May 2005 07:37:26 -0000	1.415
@@ -1,5 +1,9 @@
 2005-05-04  Brian Warner  <warner at lothar.com>
 
+	* buildbot/clients/sendchange.py (Sender.send): tear down the PB
+	connection after sending the change, so that unit tests don't
+	complain about sockets being left around
+
 	* buildbot/status/html.py (WaterfallStatusResource.body): fix
 	exception in phase=0 rendering
 	* buildbot/test/test_web.py (WebTest.test_waterfall): test it





More information about the Commits mailing list