Commit d97605e7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9376e574
......@@ -258,9 +258,9 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
}
// start track zfile[-∞,∞) from the beginning
// start tracking zfile[-∞,∞) from the beginning
// this should make ΔFtail to see all zfile changes
// ( retrack should be called after new epoch to track zfile[-∞,∞) again )
// ( later retrack should be called after new epoch to track zfile[-∞,∞) again )
retrack := func() {
for blk := range blkTab {
_, path, zblk, _, err := zfile.LoadBlk(ctx, blk); X(err)
......@@ -562,7 +562,6 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
// BlkRevAt
blkv := []int64{} // all blocks
if l := len(vδf); l > 0 {
for blk := range blkRevAt[vδf[l-1].Rev] {
......
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