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

.

parent 42387243
...@@ -96,7 +96,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) { ...@@ -96,7 +96,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
i := 0 i := 0
for test := range testq { for test := range testq {
i++ i++
fmt.Printf("\nδT: %s δD: %s\n", xbtreetest.KVTxt(test.δblkTab), test.δdataTab) fmt.Printf("\nδT%s δD%s\n", xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
δblk := setI64{} δblk := setI64{}
...@@ -154,8 +154,8 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) { ...@@ -154,8 +154,8 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
vδf = append(vδf, δfok) vδf = append(vδf, δfok)
} }
fmt.Printf("@%s δT: %s δD: %s\n", commit.At, xbtreetest.KVTxt(test.δblkTab), test.δdataTab) fmt.Printf("@%s δT%s δD%s\n", commit.At, xbtreetest.KVTxt(test.δblkTab), test.δdataTab)
fmt.Printf("@%s %s\n", commit.At, commit.Tree) //fmt.Printf("@%s %s\n", commit.At, commit.Tree)
// update δftail // update δftail
δF, err := δftail.Update(commit.ΔZ); X(err) δ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