[Zodb-checkins] 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
hannosch at hannosch.eu
Sat May 1 09:47:01 EDT 2010
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>
More information about the Zodb-checkins
mailing list