Commit 11f0976e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8ea18d07
......@@ -1422,7 +1422,6 @@ def test_wcfs_watch_vs_commit(): # XXX commit -> access ?
assert w2.pinned == pinw2
f.assertCache([1,1,1,1,0,0])
# XXX move f4 commit ^^^ (where watch with explicit pinok is tested)
at4 = t.commit(zf, { 2:'c4', 5:'f4', 6:'g4'}) # FIXME + b4 after δbtree works + update vvv
f.assertCache([1,1,0,1,0,0,0])
......@@ -1503,8 +1502,6 @@ def test_wcfs_watch_vs_commit(): # XXX commit -> access ?
wl3.close()
# XXX unpin to @head (δblk is there but not yet accessed) vs concurrent
# access to that blk which must pin blk (race ?)
# 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