[Buildbot-commits] buildbot ChangeLog,1.739,1.740

Brian Warner warner at users.sourceforge.net
Mon Sep 18 02:14:47 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ fix test failure against SVN-1.4.0, because it is cleverer than older SVNs]

Original author: warner at lothar.com
Date: 2006-09-18 02:09:21

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.739
retrieving revision 1.740
diff -u -d -r1.739 -r1.740
--- ChangeLog	17 Sep 2006 21:05:35 -0000	1.739
+++ ChangeLog	18 Sep 2006 02:14:45 -0000	1.740
@@ -1,5 +1,13 @@
 2006-09-17  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/test_vc.py (VCBase._do_vctest_update_retry_1): it
+	turns out that SVN-1.4.0 doesn't fail to update once you've
+	replaced a file with a directory, unlike older versions of SVN and
+	pretty much every other VC tool we support. Since what we really
+	care about is that the update succeeds anyway, stop checking that
+	the tree got clobbered and just assert that the build succeeded.
+	(VCBase.printLogs): add a utility function for debugging
+
 	* buildbot/process/step.py: oops, added extra imports by mistake
 
 	* buildbot/changes/p4poller.py (P4Source._process_describe): do an





More information about the Commits mailing list