Commit 6b1ef46d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 837ce84b
......@@ -110,10 +110,9 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
i := 0
xat := map[zodb.Tid]string{} // tid > "at<i>"
for test := range testq {
i++
//t.Logf("→ δT%s·δD%s\n", xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
δblk := setI64{}
// rebuild blkTab/Zinblk
......@@ -170,8 +169,8 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
vδf = append(vδf, δfok)
}
t.Logf("→ @%s δT%s·δD%s", commit.At, xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
//fmt.Printf("@%s %s\n", commit.At, commit.Tree)
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)
// update δftail
δF, err := δftail.Update(commit.ΔZ); 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