Commit 837ce84b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 032f76d2
......@@ -112,7 +112,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
i := 0
for test := range testq {
i++
fmt.Printf("\nδT%s·δD%s\n", xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
//t.Logf("→ δT%s·δD%s\n", xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
δblk := setI64{}
......@@ -170,7 +170,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
vδf = append(vδf, δfok)
}
//fmt.Printf("@%s δT%s δD%s\n", commit.At, xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
t.Logf("→ @%s δT%s·δD%s", commit.At, xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
//fmt.Printf("@%s %s\n", commit.At, commit.Tree)
// update δftail
......
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