Commit ec74c122 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d0fe680a
...@@ -839,7 +839,7 @@ func (δBtail *ΔBtail) SliceByRootRev(root zodb.Oid, lo, hi zodb.Tid) /*readonl ...@@ -839,7 +839,7 @@ func (δBtail *ΔBtail) SliceByRootRev(root zodb.Oid, lo, hi zodb.Tid) /*readonl
if !ok { if !ok {
return []ΔTree{} return []ΔTree{}
} }
// XXX dup data - because they can be further rebuild in parallel to caller using them // XXX dup data - because they can be further rebuilt in parallel to caller using them
return δTtail.vδT // FIXME process lo, hi return δTtail.vδT // FIXME process lo, hi
} }
......
...@@ -1277,11 +1277,11 @@ func assertΔTtail(t *testing.T, subj string, δbtail *ΔBtail, tj *tTreeCommit, ...@@ -1277,11 +1277,11 @@ func assertΔTtail(t *testing.T, subj string, δbtail *ΔBtail, tj *tTreeCommit,
} }
if !bok { if !bok {
δbroots := "" vδb_root := ""
for i := 0; i<len(vatδB); i++ { for i := 0; i<len(vatδB); i++ {
δbroots += fmt.Sprintf("\n\t@%s", xat[vatδB[i]]) vδb_root += fmt.Sprintf("\n\t@%s", xat[vatδB[i]])
} }
emsg += fmt.Sprintf("δbroots: %s\n", δbroots) emsg += fmt.Sprintf("vδb/root: %s\n", vδb_root)
} }
t.Error(emsg) t.Error(emsg)
......
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