Commit 37334407 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c173eb19
...@@ -415,6 +415,10 @@ func TestΔBTail(t *testing.T) { ...@@ -415,6 +415,10 @@ func TestΔBTail(t *testing.T) {
"T/B1:a", "T/B1:a",
"T/B2:b", "T/B2:b",
// XXX // XXX
// degenerate topology from ZODB tests
"T4/T2-T/T-T-T6,10/B1:a-B3:b-T-T-T/T-B7:c-B11:d/B5:e",
"T/B1:e,5:d,7:c,8:b,11:a", // -3 +8
} }
// direct tree_i -> tree_{i+1} -> _{i+2} ... plus // direct tree_i -> tree_{i+1} -> _{i+2} ... plus
// reverse ... tree_i <- _{i+1} <- _{i+2} // reverse ... tree_i <- _{i+1} <- _{i+2}
...@@ -446,8 +450,14 @@ func TestΔBTreeAllStructs(t *testing.T) { ...@@ -446,8 +450,14 @@ func TestΔBTreeAllStructs(t *testing.T) {
// XXX given (kv1, kv2) test on automatically generated (tree1 -> tree2) // XXX given (kv1, kv2) test on automatically generated (tree1 -> tree2)
//testing.Short() //testing.Short()
maxdepth = 2 // XXX -> 3? // XXX explain that py program startup is very slow due to
maxsplit = 1 // XXX -> 2? // pkg_resources (+ link) -> we use server + request/response.
maxdepth := 2 // XXX -> 3?
maxsplit := 1 // XXX -> 2?
_ = maxdepth; _ = maxsplit
} }
......
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