[Checkins] SVN: zc.resumelb/trunk/src/zc/resumelb/pool.test Updated to reflect fact that when a worker disconnects, it's backlog

jim cvs-admin at zope.org
Thu Mar 22 20:02:50 UTC 2012


Log message for revision 124694:
  Updated to reflect fact that when a worker disconnects, it's backlog
  is now (correctly) also removed from the pool backlog.
  

Changed:
  U   zc.resumelb/trunk/src/zc/resumelb/pool.test

-=-
Modified: zc.resumelb/trunk/src/zc/resumelb/pool.test
===================================================================
--- zc.resumelb/trunk/src/zc/resumelb/pool.test	2012-03-22 16:51:27 UTC (rev 124693)
+++ zc.resumelb/trunk/src/zc/resumelb/pool.test	2012-03-22 20:02:43 UTC (rev 124694)
@@ -268,7 +268,7 @@
       bar: w2(2.0,1.57...)
       foo: w5(0.5,1.57...), w2(2.0,1.57...)
     Backlogs:
-      overall backlog: 7 Decayed: 6.07... Avg: 2.02...
+      overall backlog: 0 Decayed: 5.57... Avg: 1.85...
       0: [w4]
       2: [w2, w5]
 



More information about the checkins mailing list