Commit 4b4231b0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7a4e47d7
......@@ -1402,9 +1402,9 @@ func TestΔBTail(t *testing.T) {
7: K(1,2,3,4,5,6,7),
oo: K(1,2,3,4,5,6,7,oo)}),
// reflow of keys for rebuild: even if tracked={1}, changes to all A/B/C nodes
// need to be rescanned. Contrary to the above case the reflow is not detected
// at separate diff(A,B) and diff(B,C) runs.
// reflow of keys for rebuild: even if tracked1={}, tracked2={1}, changes to
// all A/B/C nodes need to be rescanned. Contrary to the above case the reflow
// is not detectable at separate diff(A,B) and diff(B,C) runs.
"T3,5,7/B1:a,2:b-B3:c,4:d-B5:e,6:f-B7:g,8:h",
"T/B1:b",
"T2,4,6/B1:a-B2:b,3:c-B4:d,5:e-B6:f,7:g",
......
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