Commit 837eb3ec authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a2d5e715
......@@ -1429,8 +1429,6 @@ def test_wcfs():
wl3.close()
# XXX access to block not previously accessed but invalidated in ZODB <- !!!
# XXX watch with @at > head - must wait for head to become >= at
# XXX drop file[blk] from cache, access again -> no pin message sent the second time
......@@ -1438,14 +1436,6 @@ def test_wcfs():
# XXX no reply to pin - killed
# XXX blk not initially covered by f.δtail (blk never accessed - f.δtail
# not updated on invalidation). then blk is accessed - what happens with
# watch that should be triggering for this blk?
# XXX similar to ^^^ but with two changes to blk not covered by f.δtail. To
# which @rev blk is pinned on watch? (δtail is missing both and if it will
# be another blk rev < rev1,rev2 - it will be incorrect)
# XXX watch @at when file did not existed -> error
......
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