[Buildbot-commits] buildbot ChangeLog,1.697,1.698
Brian Warner
warner at users.sourceforge.net
Sun Aug 6 22:37:22 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12486
Modified Files:
ChangeLog
Log Message:
[project @ LogFileWatcher: survive logfiles which aren't around at startup correctly]
Original author: warner at lothar.com
Date: 2006-08-06 22:34:59
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.697
retrieving revision 1.698
diff -u -d -r1.697 -r1.698
--- ChangeLog 6 Aug 2006 21:14:44 -0000 1.697
+++ ChangeLog 6 Aug 2006 22:37:20 -0000 1.698
@@ -1,5 +1,14 @@
2006-08-06 Brian Warner <warner at lothar.com>
+ * buildbot/slave/commands.py (LogFileWatcher): handle logfiles
+ which are deleted (or not yet created) correctly. Also add
+ failsafe code to not explode if the file-watching poller doesn't
+ get started. Thanks to JP Calderone for the catch and the poller
+ patch.
+ * buildbot/test/test_shell.py (SlaveSide._testLogFiles): add test
+ for that case
+ * buildbot/test/emitlogs.py: same
+
* NEWS: summarize recent changes
* docs/buildbot.texinfo (Debug options): suggest an .ssh/options
More information about the Commits
mailing list