[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/processor.txt fix after improved logging

Godefroid Chapelle gotcha at bubblenet.be
Wed Apr 21 18:01:30 EDT 2010


Log message for revision 111249:
  fix after improved logging

Changed:
  U   Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/processor.txt

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/processor.txt
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/processor.txt	2010-04-21 21:58:47 UTC (rev 111248)
+++ Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/processor.txt	2010-04-21 22:01:29 UTC (rev 111249)
@@ -114,7 +114,7 @@
   z3c.taskqueue INFO
     Job: 1
   z3c.taskqueue INFO
-    starting service remotetasks.tasks.tasks
+    starting service tasks
   z3c.taskqueue INFO
     Job: 2
   z3c.taskqueue INFO
@@ -122,7 +122,7 @@
   z3c.taskqueue INFO
     Job: 4
   z3c.taskqueue INFO
-    stopping service remotetasks.tasks.tasks
+    stopping service tasks
 
 Transactions in jobs
 --------------------
@@ -241,7 +241,7 @@
 
   >>> print log_info
   z3c.taskqueue INFO
-    starting service remotetasks.tasks.tasks
+    starting service tasks
   z3c.taskqueue INFO
     Job: 3
   z3c.taskqueue INFO
@@ -249,7 +249,7 @@
   z3c.taskqueue INFO
     Job: 2
   z3c.taskqueue INFO
-    stopping service remotetasks.tasks.tasks
+    stopping service tasks
 
 
 Let's now set the thread limit to two and construct a new set of tasks that
@@ -279,7 +279,7 @@
 
   >>> print log_info
   z3c.taskqueue INFO
-    starting service remotetasks.tasks.tasks
+    starting service tasks
   z3c.taskqueue INFO
     Job: 1
   z3c.taskqueue INFO
@@ -289,7 +289,7 @@
   z3c.taskqueue INFO
     Job: 4
   z3c.taskqueue INFO
-    stopping service remotetasks.tasks.tasks
+    stopping service tasks
 
 Note: Sometimes (about 20% of the time in this test) the log will contain a
 conflict error. As long as the error is *not* produced by ``processNext()``,



More information about the checkins mailing list