[CalendarServer-changes] [10237] CalendarServer/branches/users/glyph/queue-locking-and-timing

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 4 16:38:52 PST 2013


Revision: 10237
          http://trac.calendarserver.org//changeset/10237
Author:   glyph at apple.com
Date:     2013-01-04 16:38:52 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
Fix cleanup to clear NODE_INFO table.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/test/util.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/

Modified: CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/test/util.py
===================================================================
--- CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/test/util.py	2013-01-05 00:38:51 UTC (rev 10236)
+++ CalendarServer/branches/users/glyph/queue-locking-and-timing/txdav/common/datastore/test/util.py	2013-01-05 00:38:52 UTC (rev 10237)
@@ -222,6 +222,7 @@
         # TODO: should be getting these tables from a declaration of the schema
         # somewhere.
         tables = ['RESOURCE_PROPERTY',
+                  'NODE_INFO',
                   'ATTACHMENT',
                   'NOTIFICATION_OBJECT_REVISIONS',
                   'ADDRESSBOOK_OBJECT_REVISIONS',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130104/9731da0c/attachment-0001.html>


More information about the calendarserver-changes mailing list