Commit b83afcab authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 78d0c2bb
......@@ -1571,6 +1571,11 @@ def test_wcfs_watch_2files():
f2.assertBlk(3, 'δ3', {wl: {3:at2}})
w_assertPin( {0:at2, 2:at2}, {1:at2, 3:at2})
wl.watch(zf1, at3, {0:None, 2:None})
w_assertPin( {}, {1:at2, 3:at2})
wl.watch(zf2, at3, {1:None, 3:None})
w_assertPin( {}, {})
# XXX drop file[blk] from cache, access again -> no pin message sent the second time
......
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