Commit 686d0ff1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1e3b1d2f
......@@ -193,9 +193,9 @@ def AllStructs(zstor, kv1txt, kv2txt, n, seed=None):
# emit initial kv1 and kv2 states prepared as ZODB would do natively
emit(diff({}, kv1), verify=kv1, treeTopo=None)
t1struct0 = xbtree.StructureOf(ztree)
t1struct0 = xbtree.StructureOf(ztree, onlyKeys=True)
emit(diff(kv1, kv2), verify=kv2, treeTopo=None)
t2struct0 = xbtree.StructureOf(ztree)
t2struct0 = xbtree.StructureOf(ztree, onlyKeys=True)
# all tree1 and tree2 topologies jumps in between we are going to emit:
# native + n random ones.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment