Commit 8a1d99b3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6b1ef46d
...@@ -170,7 +170,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) { ...@@ -170,7 +170,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
} }
xat[commit.At] = fmt.Sprintf("at%d", i) xat[commit.At] = fmt.Sprintf("at%d", i)
t.Logf("→ @%s (%s) δT%s·δD%s", xat[commit.At], commit.At, xbtreetest.KVTxt(test.δblkTab), test.δdataTab) t.Logf("# → @%s (%s) δT%s δD%s", xat[commit.At], commit.At, xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
// update δftail // update δftail
δF, err := δftail.Update(commit.ΔZ); X(err) δF, err := δftail.Update(commit.ΔZ); X(err)
...@@ -202,6 +202,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) { ...@@ -202,6 +202,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
t.Errorf("wrong δf:\nhave: %v\nwant: %v", δf, δfok) t.Errorf("wrong δf:\nhave: %v\nwant: %v", δf, δfok)
} }
// XXX ForgePast configure threshold
// XXX verify SliceByFileRev + LastBlkRev // XXX verify SliceByFileRev + LastBlkRev
} }
} }
......
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