[Buildbot-commits] buildbot ChangeLog,1.440,1.441
Brian Warner
warner at users.sourceforge.net
Tue May 17 10:14:13 UTC 2005
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/test test_config.py,1.19,1.20 test_run.py,1.31,1.32 test_vc.py,1.29,1.30 test_web.py,1.17,1.18 test_status.py,1.18,1.19 test_control.py,1.5,1.6
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/slave commands.py,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9810
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-187
Creator: Brian Warner <warner at monolith.lothar.com>
fix deprecation warnings in test suite
* everything: fixed all deprecation warnings when running against
Twisted-2.0 . (at least all the ones in buildbot code, there are a
few that come from Twisted itself). This involved putting most of
the Twisted-version specific code in the new buildbot.twcompat
module, and creating some abstract base classes in
buildbot.changes.base and buildbot.status.base (which might be
useful anyway). __implements__ is a nuisance and requires an ugly
'if' clause everywhere.
* buildbot/test/test_status.py (Mail.testMail): add a 0.1 second
delay before finishing the test: it seems that smtp.sendmail
doesn't hang up on the server, so we must wait a moment so it can
hang up on us. This removes the trial warning about an unclean
reactor.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.440
retrieving revision 1.441
diff -u -d -r1.440 -r1.441
--- ChangeLog 17 May 2005 04:40:58 -0000 1.440
+++ ChangeLog 17 May 2005 10:14:11 -0000 1.441
@@ -1,3 +1,20 @@
+2005-05-17 Brian Warner <warner at lothar.com>
+
+ * everything: fixed all deprecation warnings when running against
+ Twisted-2.0 . (at least all the ones in buildbot code, there are a
+ few that come from Twisted itself). This involved putting most of
+ the Twisted-version specific code in the new buildbot.twcompat
+ module, and creating some abstract base classes in
+ buildbot.changes.base and buildbot.status.base (which might be
+ useful anyway). __implements__ is a nuisance and requires an ugly
+ 'if' clause everywhere.
+
+ * buildbot/test/test_status.py (Mail.testMail): add a 0.1 second
+ delay before finishing the test: it seems that smtp.sendmail
+ doesn't hang up on the server, so we must wait a moment so it can
+ hang up on us. This removes the trial warning about an unclean
+ reactor.
+
2005-05-16 Brian Warner <warner at lothar.com>
* buildbot/process/step.py (Source): add 'retry' argument. It is a
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot/test test_config.py,1.19,1.20 test_run.py,1.31,1.32 test_vc.py,1.29,1.30 test_web.py,1.17,1.18 test_status.py,1.18,1.19 test_control.py,1.5,1.6
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/slave commands.py,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list