Commit 27d34296 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7a4a4937
......@@ -1227,7 +1227,7 @@ def test_wcfs_basic():
# >>> (@at3) commit again without changing zf size
f2 = t.open(zf, at=at2)
t.change(zf, {2: 'c3', 5: 'f3'}) # FIXME + a3 after δbtree works (hole -> zblk)
t.change(zf, {2:'c3', 5:'f3'}) # FIXME + a3 after δbtree works (hole -> zblk)
at3 = t.commit()
f.assertCache([1,1,0,1,0,0])
......@@ -1372,7 +1372,7 @@ def bbb():
f.assertCache([1,1,1,1,0,0])
# XXX move f4 commit ^^^ (where watch with explicit pinok is tested)
t.change(zf, { 2: 'c4', 5: 'f4', 6: 'g4'}) # FIXME + b4 after δbtree works + update vvv
t.change(zf, { 2:'c4', 5:'f4', 6:'g4'}) # FIXME + b4 after δbtree works + update vvv
at4 = t.commit()
f.assertCache([1,1,0,1,0,0,0])
......@@ -1404,7 +1404,7 @@ def bbb():
# - wlink closed (wl2) -> watch no longer notified
# - f(5) is still kept unaccessed (see ^^^)
f.assertCache([1,1,1,1,1,0,1])
t.change(zf, {2: 'c5', 3: 'd5', 5: 'f5'})
t.change(zf, {2:'c5', 3:'d5', 5:'f5'})
at5 = t.commit()
f.assertCache([1,1,0,0,1,0,1])
......
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