Commit e95955e3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1e4876b4
...@@ -1198,16 +1198,11 @@ def test_wcfs_watch_robust(): ...@@ -1198,16 +1198,11 @@ def test_wcfs_watch_robust():
at2 = t.commit(zf, {2:'c2'}) at2 = t.commit(zf, {2:'c2'})
# file not yet opened on wcfs # file not yet opened on wcfs
print('\n\nAAA')
wl = t.openwatch() wl = t.openwatch()
assert wl.sendReq(timeout(), b"watch %s @%s" % (h(zf._p_oid), h(at1))) == \ assert wl.sendReq(timeout(), b"watch %s @%s" % (h(zf._p_oid), h(at1))) == \
"error setup watch f<%s> @%s: " % (h(zf._p_oid), h(at1)) + \ "error setup watch f<%s> @%s: " % (h(zf._p_oid), h(at1)) + \
"file not yet known to wcfs or is not a ZBigFile" "file not yet known to wcfs or is not a ZBigFile"
print('\n\nCCC')
wl.close() wl.close()
print('\n\nDDD')
return
# closeTX/bye cancels blocked pin handlers # closeTX/bye cancels blocked pin handlers
f = t.open(zf) f = t.open(zf)
......
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