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

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 16 08:04:15 PST 2010


Revision: 6697
          http://trac.macosforge.org/projects/calendarserver/changeset/6697
Author:   exarkun at twistedmatrix.com
Date:     2010-12-16 08:04:08 -0800 (Thu, 16 Dec 2010)
Log Message:
-----------
Separate out this group of files which is different from the rest

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

Added Paths:
-----------
    CalendarServer/trunk/contrib/performance/loadtest/request-data/
    CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_calendarhome_propfind.request
    CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_notification_propfind.request
    CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principal_propfind.request
    CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principal_report.request
    CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principals_report.request

Removed Paths:
-------------
    CalendarServer/trunk/contrib/performance/loadtest/sl_startup_calendarhome_propfind.request
    CalendarServer/trunk/contrib/performance/loadtest/sl_startup_notification_propfind.request
    CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principal_propfind.request
    CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principal_report.request
    CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principals_report.request

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2010-12-15 22:02:09 UTC (rev 6696)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2010-12-16 16:04:08 UTC (rev 6697)
@@ -37,7 +37,7 @@
 from httpauth import AuthHandlerAgent
 
 def loadRequestBody(label):
-    return FilePath(__file__).sibling(label + '.request').getContent()
+    return FilePath(__file__).sibling('request-data').child(label + '.request').getContent()
 
 
 SUPPORTED_REPORT_SET = '{DAV:}supported-report-set'

Copied: CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_calendarhome_propfind.request (from rev 6669, CalendarServer/trunk/contrib/performance/loadtest/sl_startup_calendarhome_propfind.request)
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_calendarhome_propfind.request	                        (rev 0)
+++ CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_calendarhome_propfind.request	2010-12-16 16:04:08 UTC (rev 6697)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<x0:propfind xmlns:x0="DAV:" xmlns:x3="http://apple.com/ns/ical/" xmlns:x1="http://calendarserver.org/ns/" xmlns:x2="urn:ietf:params:xml:ns:caldav">
+ <x0:prop>
+  <x1:xmpp-server/>
+  <x1:xmpp-uri/>
+  <x1:getctag/>
+  <x0:displayname/>
+  <x2:calendar-description/>
+  <x3:calendar-color/>
+  <x3:calendar-order/>
+  <x2:supported-calendar-component-set/>
+  <x0:resourcetype/>
+  <x0:owner/>
+  <x2:calendar-free-busy-set/>
+  <x2:schedule-calendar-transp/>
+  <x2:schedule-default-calendar-URL/>
+  <x0:quota-available-bytes/>
+  <x0:quota-used-bytes/>
+  <x2:calendar-timezone/>
+  <x0:current-user-privilege-set/>
+  <x1:source/>
+  <x1:subscribed-strip-alarms/>
+  <x1:subscribed-strip-attachments/>
+  <x1:subscribed-strip-todos/>
+  <x3:refreshrate/>
+  <x1:push-transports/>
+  <x1:pushkey/>
+  <x1:publish-url/>
+ </x0:prop>
+</x0:propfind>

Copied: CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_notification_propfind.request (from rev 6669, CalendarServer/trunk/contrib/performance/loadtest/sl_startup_notification_propfind.request)
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_notification_propfind.request	                        (rev 0)
+++ CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_notification_propfind.request	2010-12-16 16:04:08 UTC (rev 6697)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<x0:propfind xmlns:x0="DAV:" xmlns:x1="http://calendarserver.org/ns/">
+ <x0:prop>
+  <x0:getetag/>
+  <x0:resourcetype/>
+  <x1:notificationtype/>
+ </x0:prop>
+</x0:propfind>

Copied: CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principal_propfind.request (from rev 6669, CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principal_propfind.request)
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principal_propfind.request	                        (rev 0)
+++ CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principal_propfind.request	2010-12-16 16:04:08 UTC (rev 6697)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<x0:propfind xmlns:x1="urn:ietf:params:xml:ns:caldav" xmlns:x0="DAV:" xmlns:x2="http://calendarserver.org/ns/">
+ <x0:prop>
+  <x0:principal-collection-set/>
+  <x1:calendar-home-set/>
+  <x1:calendar-user-address-set/>
+  <x1:schedule-inbox-URL/>
+  <x1:schedule-outbox-URL/>
+  <x2:dropbox-home-URL/>
+  <x2:xmpp-uri/>
+  <x2:notification-URL/>
+  <x0:displayname/>
+  <x0:principal-URL/>
+  <x0:supported-report-set/>
+ </x0:prop>
+</x0:propfind>

Copied: CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principal_report.request (from rev 6669, CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principal_report.request)
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principal_report.request	                        (rev 0)
+++ CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principal_report.request	2010-12-16 16:04:08 UTC (rev 6697)
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<x0:expand-property xmlns:x0="DAV:"><x0:property name="calendar-proxy-write-for" namespace="http://calendarserver.org/ns/"><x0:property name="displayname"/><x0:property name="principal-URL"/><x0:property name="calendar-user-address-set" namespace="urn:ietf:params:xml:ns:caldav"/></x0:property><x0:property name="calendar-proxy-read-for" namespace="http://calendarserver.org/ns/"><x0:property name="displayname"/><x0:property name="principal-URL"/><x0:property name="calendar-user-address-set" namespace="urn:ietf:params:xml:ns:caldav"/></x0:property></x0:expand-property>

Copied: CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principals_report.request (from rev 6669, CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principals_report.request)
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principals_report.request	                        (rev 0)
+++ CalendarServer/trunk/contrib/performance/loadtest/request-data/sl_startup_principals_report.request	2010-12-16 16:04:08 UTC (rev 6697)
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<x0:principal-search-property-set xmlns:x0="DAV:"/>

Deleted: CalendarServer/trunk/contrib/performance/loadtest/sl_startup_calendarhome_propfind.request
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/sl_startup_calendarhome_propfind.request	2010-12-15 22:02:09 UTC (rev 6696)
+++ CalendarServer/trunk/contrib/performance/loadtest/sl_startup_calendarhome_propfind.request	2010-12-16 16:04:08 UTC (rev 6697)
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<x0:propfind xmlns:x0="DAV:" xmlns:x3="http://apple.com/ns/ical/" xmlns:x1="http://calendarserver.org/ns/" xmlns:x2="urn:ietf:params:xml:ns:caldav">
- <x0:prop>
-  <x1:xmpp-server/>
-  <x1:xmpp-uri/>
-  <x1:getctag/>
-  <x0:displayname/>
-  <x2:calendar-description/>
-  <x3:calendar-color/>
-  <x3:calendar-order/>
-  <x2:supported-calendar-component-set/>
-  <x0:resourcetype/>
-  <x0:owner/>
-  <x2:calendar-free-busy-set/>
-  <x2:schedule-calendar-transp/>
-  <x2:schedule-default-calendar-URL/>
-  <x0:quota-available-bytes/>
-  <x0:quota-used-bytes/>
-  <x2:calendar-timezone/>
-  <x0:current-user-privilege-set/>
-  <x1:source/>
-  <x1:subscribed-strip-alarms/>
-  <x1:subscribed-strip-attachments/>
-  <x1:subscribed-strip-todos/>
-  <x3:refreshrate/>
-  <x1:push-transports/>
-  <x1:pushkey/>
-  <x1:publish-url/>
- </x0:prop>
-</x0:propfind>

Deleted: CalendarServer/trunk/contrib/performance/loadtest/sl_startup_notification_propfind.request
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/sl_startup_notification_propfind.request	2010-12-15 22:02:09 UTC (rev 6696)
+++ CalendarServer/trunk/contrib/performance/loadtest/sl_startup_notification_propfind.request	2010-12-16 16:04:08 UTC (rev 6697)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<x0:propfind xmlns:x0="DAV:" xmlns:x1="http://calendarserver.org/ns/">
- <x0:prop>
-  <x0:getetag/>
-  <x0:resourcetype/>
-  <x1:notificationtype/>
- </x0:prop>
-</x0:propfind>

Deleted: CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principal_propfind.request
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principal_propfind.request	2010-12-15 22:02:09 UTC (rev 6696)
+++ CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principal_propfind.request	2010-12-16 16:04:08 UTC (rev 6697)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<x0:propfind xmlns:x1="urn:ietf:params:xml:ns:caldav" xmlns:x0="DAV:" xmlns:x2="http://calendarserver.org/ns/">
- <x0:prop>
-  <x0:principal-collection-set/>
-  <x1:calendar-home-set/>
-  <x1:calendar-user-address-set/>
-  <x1:schedule-inbox-URL/>
-  <x1:schedule-outbox-URL/>
-  <x2:dropbox-home-URL/>
-  <x2:xmpp-uri/>
-  <x2:notification-URL/>
-  <x0:displayname/>
-  <x0:principal-URL/>
-  <x0:supported-report-set/>
- </x0:prop>
-</x0:propfind>

Deleted: CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principal_report.request
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principal_report.request	2010-12-15 22:02:09 UTC (rev 6696)
+++ CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principal_report.request	2010-12-16 16:04:08 UTC (rev 6697)
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<x0:expand-property xmlns:x0="DAV:"><x0:property name="calendar-proxy-write-for" namespace="http://calendarserver.org/ns/"><x0:property name="displayname"/><x0:property name="principal-URL"/><x0:property name="calendar-user-address-set" namespace="urn:ietf:params:xml:ns:caldav"/></x0:property><x0:property name="calendar-proxy-read-for" namespace="http://calendarserver.org/ns/"><x0:property name="displayname"/><x0:property name="principal-URL"/><x0:property name="calendar-user-address-set" namespace="urn:ietf:params:xml:ns:caldav"/></x0:property></x0:expand-property>

Deleted: CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principals_report.request
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principals_report.request	2010-12-15 22:02:09 UTC (rev 6696)
+++ CalendarServer/trunk/contrib/performance/loadtest/sl_startup_principals_report.request	2010-12-16 16:04:08 UTC (rev 6697)
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<x0:principal-search-property-set xmlns:x0="DAV:"/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101216/8f82fa85/attachment-0001.html>


More information about the calendarserver-changes mailing list