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

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 13 11:04:06 PDT 2012


Revision: 9692
          http://trac.macosforge.org/projects/calendarserver/changeset/9692
Author:   dre at apple.com
Date:     2012-08-13 11:04:05 -0700 (Mon, 13 Aug 2012)
Log Message:
-----------
Fix format string bug; correctly load thresholds for free-busy from json

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

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2012-08-13 17:18:41 UTC (rev 9691)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2012-08-13 18:04:05 UTC (rev 9692)
@@ -1544,7 +1544,7 @@
                     'start': start,
                     'end': end,
                     'now': now}),
-            method_label="POST{fb}-%s" % (label_suffix,),
+            method_label="POST{fb-%s}" % (label_suffix,),
         )
         body = yield readBody(response)
         returnValue(body)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120813/e613b163/attachment-0001.html>


More information about the calendarserver-changes mailing list