[CalendarServer-changes] [9573] CalendarServer/branches/users/glyph/q

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:54:20 PDT 2012


Revision: 9573
          http://trac.macosforge.org/projects/calendarserver/changeset/9573
Author:   glyph at apple.com
Date:     2012-08-11 01:54:20 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
honor that flag properly

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/test/test_adbapi2.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/test/test_adbapi2.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/test/test_adbapi2.py	2012-08-11 08:54:19 UTC (rev 9572)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/test/test_adbapi2.py	2012-08-11 08:54:20 UTC (rev 9573)
@@ -389,7 +389,7 @@
         Fire all deferreds previously returned from submit.
         """
         try:
-            while self._qpull():
+            while self._workerIsRunning and self._qpull():
                 pass
             else:
                 self._workerIsRunning = False
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/5481735b/attachment.html>


More information about the calendarserver-changes mailing list