Commit bfad5de1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 66c5b4d4
......@@ -909,8 +909,6 @@ def test_wcfs():
f = t.open(zf)
assert f.cached() != [0,0,0,0]
return # XXX temp
# >>> XXX commit data to not yet accessed f part - nothing happens
# >>> invalidation protocol
......@@ -958,9 +956,10 @@ def test_wcfs():
wl = t.openwatch()
wl.watch(zf, t.head)
f.assertCache([1,1,1,1])
t.change(zf, {1: 'rio', 2: 'tty', 5: 'big'})
# t.change(zf, {0: '4a', 2: '4c', 5: '4f'}) FIXME enable 4a after δbtree works
t.change(zf, { 2: '4c', 5: '4f'})
at4 = t.commit()
f.assertCache([1,0,0,1,0,0])
f.assertCache([1,1,0,1,0,0]) # FIXME a must be invalidated - see ^^^
# XXX commit after current file size -> watch
......
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