[Buildbot-commits] buildbot ChangeLog,1.507,1.508
Brian Warner
warner at users.sourceforge.net
Fri Oct 14 19:32:57 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30432
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-324
Creator: Brian Warner <warner at lothar.com>
BuildSet did not report failure correctly, breaking Dependent builds
* buildbot/buildset.py (BuildSet): fix bug where BuildSet did not
report failure correctly, causing Dependent builds to run when
they shouldn't have.
* buildbot/status/builder.py (BuildSetStatus): same
* buildbot/test/test_buildreq.py (Set.testBuildSet): verify it
(Set.testSuccess): test the both-pass case too
* buildbot/test/test_dependencies.py (Dependencies.testRun_Fail):
fix this test: it was ending too early, masking the failure before
(Logger): specialized StatusReceiver to make sure the dependent
builds aren't even started, much less completed.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.507
retrieving revision 1.508
diff -u -d -r1.507 -r1.508
--- ChangeLog 7 Oct 2005 18:45:42 -0000 1.507
+++ ChangeLog 14 Oct 2005 19:32:55 -0000 1.508
@@ -1,3 +1,16 @@
+2005-10-12 Brian Warner <warner at lothar.com>
+
+ * buildbot/buildset.py (BuildSet): fix bug where BuildSet did not
+ report failure correctly, causing Dependent builds to run when
+ they shouldn't have.
+ * buildbot/status/builder.py (BuildSetStatus): same
+ * buildbot/test/test_buildreq.py (Set.testBuildSet): verify it
+ (Set.testSuccess): test the both-pass case too
+ * buildbot/test/test_dependencies.py (Dependencies.testRun_Fail):
+ fix this test: it was ending too early, masking the failure before
+ (Logger): specialized StatusReceiver to make sure the dependent
+ builds aren't even started, much less completed.
+
2005-10-07 Brian Warner <warner at lothar.com>
* buildbot/slave/bot.py (SlaveBuilder.activity): survive
More information about the Commits
mailing list