Commit 7b2b13c7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 95d96a58
......@@ -930,16 +930,12 @@ def test_wcfs():
wl.close()
# watch with @at < δtail.tail -> rejected
print('\n\nAAA\n\n')
wl = t.openwatch()
atpast = p64(u64(t.tail)-1)
wl._watch(zf, atpast, {}, "error setup watch f<%s> @%s: too far away back from"
" head/at (@%s); …" % (h(zf._p_oid), h(atpast), h(t.head)))
wl.close()
return # XXX
# valid watch requests going at_i -> at_j -> ...
for zf in t.zfiles():
for revv in t.iter_revv():
......
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