Commit 18bf34de authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 447c4e4d
......@@ -890,7 +890,6 @@ def test_wcfs():
# >>> invalidation protocol
print('\n\n inv. protocol \n\n')
# invalid requests -> wcfs replies error
wl = t.openwatch()
assert wl.sendReq(context.background(), b'bla bla') == \
......@@ -908,10 +907,9 @@ def test_wcfs():
assert wl.fatalv == [b'error: invalid frame: "zzz hello\\n" (invalid stream)']
wl.close()
return
# valid watch requests going at_i -> at_j -> ...
for zf in t.zfiles():
# watch going at_i -> at_j -> ...
for revv in t.iter_revv():
print('\n--------')
#print(' -> '.join([t.hat(_) for _ in 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