Commit 66359658 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2322c26a
......@@ -972,11 +972,10 @@ func TestΔBTreeAllStructs(t *testing.T) {
// imports; https://github.com/pypa/setuptools/issues/510)
// -> we spawn `treegen allstructs` once and use request/response approach.
// !testing.Short() -> increase?
maxdepth := 2 // XXX -> 3?
maxsplit := 1 // XXX -> 2?
n := 10 // XXX -> more?
nkeys := 5; if testing.Short() { nkeys -= 2 }
nkeys := 5; if testing.Short() { nkeys -= 2 }
// server to generate AllStructs(kv1, kv2, ...)
sg, err := StartAllStructsSrv(); X(err)
......
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