[CalendarServer-changes] [7512] CalendarServer/trunk/contrib/performance/loadtest/ical.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 20 10:56:18 PDT 2011


Revision: 7512
          http://trac.macosforge.org/projects/calendarserver/changeset/7512
Author:   exarkun at twistedmatrix.com
Date:     2011-05-20 10:56:16 -0700 (Fri, 20 May 2011)
Log Message:
-----------
Do not trap errors inside the iCal sim client, let them propagate to the caller which has better handling for them

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/ical.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-05-20 17:39:15 UTC (rev 7511)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-05-20 17:56:16 UTC (rev 7512)
@@ -392,7 +392,6 @@
         def ebCalendars(reason):
             reason.trap(IncorrectResponseCode)
         d.addErrback(ebCalendars)
-        d.addErrback(err, "Unexpected failure during calendar home poll")
         return d
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110520/887e4c78/attachment.html>


More information about the calendarserver-changes mailing list