[CalendarServer-changes] [10124] CalendarServer/trunk/contrib/performance/loadtest

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 4 11:59:16 PST 2012


Revision: 10124
          http://trac.calendarserver.org//changeset/10124
Author:   dre at apple.com
Date:     2012-12-04 11:59:16 -0800 (Tue, 04 Dec 2012)
Log Message:
-----------
Re-enable Tasker beahvior now that RestrictCalendarsToOneComponentType is fixed in the server

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

Modified: CalendarServer/trunk/contrib/performance/loadtest/config.plist
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/config.plist	2012-12-04 16:49:33 UTC (rev 10123)
+++ CalendarServer/trunk/contrib/performance/loadtest/config.plist	2012-12-04 19:59:16 UTC (rev 10124)
@@ -471,7 +471,7 @@
 						<key>params</key>
 						<dict>
 							<key>enabled</key>
-							<false/>
+							<true/>
 
 							<!-- Define the interval (in seconds) at which this profile will use
 								its client to create a new task. -->

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2012-12-04 16:49:33 UTC (rev 10123)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2012-12-04 19:59:16 UTC (rev 10124)
@@ -772,9 +772,6 @@
                             for comp in nodes[caldavxml.supported_calendar_component_set].getchildren():
                                 componentTypes.add(comp.get("name").upper())
 
-                    if textProps.get(davxml.displayname, None) == "tasks":
-                        # Until we can fix caldavxml.supported_calendar_component_set
-                        break                    
                     changeTag = davxml.sync_token if self.supportSync else csxml.getctag
                     calendars.append(Calendar(
                             nodeType.tag,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121204/1f76b698/attachment-0001.html>


More information about the calendarserver-changes mailing list