Commit 2bd7052a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3c9bd064
......@@ -842,6 +842,12 @@ def test_wcfs():
# >>> invalidation protocol
print('\n\n inv. protocol \n\n')
# XXX invalid requests -> wcfs replies error
w = t.openwatch()
assert w.sendReq(context.background(), b'bla bla') == ""
# assert w closed
w.close()
for zf in t.zfiles():
# watch going at_i -> at_j -> ...
for revv in t.iter_revv():
......@@ -857,7 +863,6 @@ def test_wcfs():
print()
# XXX invalid requests -> wcfs replies with error
# XXX going not only up, but also down at1 <- at2 <- at3 ? -> forbid?
# XXX watched + commit -> receive pin messages
......
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