SVN: ZODB/branches/hannosch-pickle-protocol2/etc/sample.conf Don't test protocol 0 - it's actually not supported as the dump() method doesn't accept dicts

Hanno Schlichting <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20100501134701.61BCA941B7__38732.2107832462$1272721634$gmane$org@cvs.zope.org>
Log message for revision 111823:
  Don't test protocol 0 - it's actually not supported as the dump() method doesn't accept dicts
  

Changed:
  U   ZODB/branches/hannosch-pickle-protocol2/etc/sample.conf

-=-
Modified: ZODB/branches/hannosch-pickle-protocol2/etc/sample.conf
===================================================================
--- ZODB/branches/hannosch-pickle-protocol2/etc/sample.conf	2010-05-01 13:25:11 UTC (rev 111822)
+++ ZODB/branches/hannosch-pickle-protocol2/etc/sample.conf	2010-05-01 13:47:00 UTC (rev 111823)
@@ -12,13 +12,6 @@
 
 # These storages can only be tested with a concurrency level of 1.
 
-<zodb fs_p0>
-    <filestorage>
-        path var/Data_p1.fs
-        pickle-protocol 0
-    </filestorage>
-</zodb>
-
 <zodb fs_p1>
     <filestorage>
         path var/Data_p1.fs
@@ -32,51 +25,34 @@
     </filestorage>
 </zodb>
 
-# <zodb zeo_p0>
-#     <zeoclient>
-#         server $host:8100
-#         pickle-protocol 0
-#     </zeoclient>
-# </zodb>
-# 
-# <zodb zeo_p1>
-#     <zeoclient>
-#         server $host:8100
-#     </zeoclient>
-# </zodb>
-# 
-# <zodb zeo_p2>
-#     <zeoclient>
-#         server $host:8100
-#         pickle-protocol 2
-#     </zeoclient>
-# </zodb>
-# 
-# <zodb zeo_pcache_p0>
-#     <zeoclient>
-#         server $host:8100
-#         client 0
-#         var var
-#         cache-size 200000000
-#         pickle-protocol 0
-#     </zeoclient>
-# </zodb>
-# 
-# <zodb zeo_pcache_p1>
-#     <zeoclient>
-#         server $host:8100
-#         client 1
-#         var var
-#         cache-size 200000000
-#     </zeoclient>
-# </zodb>
-# 
-# <zodb zeo_pcache_p2>
-#     <zeoclient>
-#         server $host:8100
-#         client 2
-#         var var
-#         cache-size 200000000
-#         pickle-protocol 2
-#     </zeoclient>
-# </zodb>
+<zodb zeo_p1>
+    <zeoclient>
+        server $host:8100
+    </zeoclient>
+</zodb>
+
+<zodb zeo_p2>
+    <zeoclient>
+        server $host:8100
+        pickle-protocol 2
+    </zeoclient>
+</zodb>
+
+<zodb zeo_pcache_p1>
+    <zeoclient>
+        server $host:8100
+        client 1
+        var var
+        cache-size 200000000
+    </zeoclient>
+</zodb>
+
+<zodb zeo_pcache_p2>
+    <zeoclient>
+        server $host:8100
+        client 2
+        var var
+        cache-size 200000000
+        pickle-protocol 2
+    </zeoclient>
+</zodb>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.