[Buildbot-commits] buildbot ChangeLog,1.944,1.945

Brian Warner warner at users.sourceforge.net
Sun Sep 30 01:04:14 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ test_webparts: make sure WebStatus works after a reload]

Original author: warner at lothar.com
Date: 2007-09-30 01:03:46+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.944
retrieving revision 1.945
diff -u -d -r1.944 -r1.945
--- ChangeLog	29 Sep 2007 22:58:15 -0000	1.944
+++ ChangeLog	30 Sep 2007 01:04:12 -0000	1.945
@@ -1,5 +1,13 @@
 2007-09-29  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/test_webparts.py (Webparts.testPages): reload the
+	WebStatus, make sure all pages are still retrievable. I thought
+	this would exercise a bug, but it turns out that it was firefox
+	caching connections (and continuing to talk to the old WebStatus
+	even though I'd loaded a new one).
+	* buildbot/status/web/baseweb.py (WebStatus): add some comments
+	(WebStatus.__repr__): include id() in the repr
+
 	* buildbot/status/tinderbox.py (TinderboxMailNotifier): allow
 	this to specify an errorparser. From Ted Mielczarek and the
 	mozilla crew. Closes #94.





More information about the Commits mailing list