Commit cc88c535 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e0e41de5
......@@ -92,10 +92,9 @@ def fhpinned(t, fh):
p[blk] = tAt(t, p[blk])
return p
# test_wcfs_virtmem unit-tests virtmem layer of wcfs client.
# XXX naming confusing: virtmem layer is not used here
# test_wcfs_client unit-tests virtmem layer of wcfs client.
@func
def test_wcfs_virtmem():
def test_wcfs_client():
t = tDB(); zf = t.zfile; at0=t.at0
defer(t.close)
pinned = lambda fh: fhpinned(t, fh)
......@@ -149,9 +148,7 @@ def test_wcfs_virtmem():
tm1.assertBlk(3, 'd3', {})
tm1.assertBlk(4, 'e3', {})
# XXX resync ↓ ?
# XXX resync ↓ -> "forbidden"
# XXX mmap after .size completely (start > size)
......
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