[Buildbot-commits] buildbot ChangeLog,1.488,1.489

Brian Warner warner at users.sourceforge.net
Mon Aug 15 20:26:07 UTC 2005


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

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

fix test_vc failures under twisted-1.3.0: avoid nested maybeWait

	* buildbot/test/test_vc.py (VCBase.tearDown): provide for
	tearDown2, so things like Arch can unregister archives as they're
	shutting down. The previous subclass-override-tearDown technique
	resulted in a nested maybeWait() and test failures under
	Twisted-1.3.0


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.488
retrieving revision 1.489
diff -u -d -r1.488 -r1.489
--- ChangeLog	15 Aug 2005 18:05:07 -0000	1.488
+++ ChangeLog	15 Aug 2005 20:26:05 -0000	1.489
@@ -1,5 +1,11 @@
 2005-08-15  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/test_vc.py (VCBase.tearDown): provide for
+	tearDown2, so things like Arch can unregister archives as they're
+	shutting down. The previous subclass-override-tearDown technique
+	resulted in a nested maybeWait() and test failures under
+	Twisted-1.3.0
+
 	* buildbot/scripts/tryclient.py (getSourceStamp): extract branches
 	where we can (Arch), add a branch= argument to set the branch used
 	when we can't





More information about the Commits mailing list