Commit 9b5339ca authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d25f049b
...@@ -212,10 +212,8 @@ func xverifyΔBTail(t *testing.T, db *zodb.DB, treeRoot zodb.Oid, at1, at2 zodb. ...@@ -212,10 +212,8 @@ func xverifyΔBTail(t *testing.T, db *zodb.DB, treeRoot zodb.Oid, at1, at2 zodb.
return keyv1[i] < keyv1[j] return keyv1[i] < keyv1[j]
}) })
keyv1 = append(keyv1, 10000) // inf, simulating ZBigFile.Size() query keyv1 = append(keyv1, 10000) // inf, simulating ZBigFile.Size() query
fmt.Println("keyv1:", keyv1)
for kidx := range IntSets(len(keyv1)) { for kidx := range IntSets(len(keyv1)) {
keys := make([]Key, len(kidx)) keys := make([]Key, len(kidx))
fmt.Println("kidx:", kidx)
for i, idx := range kidx { for i, idx := range kidx {
keys[i] = keyv1[idx] keys[i] = keyv1[idx]
} }
......
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