Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
cc88c535
Commit
cc88c535
authored
Mar 03, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
e0e41de5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
wcfs/client/client_test.py
wcfs/client/client_test.py
+3
-6
No files found.
wcfs/client/client_test.py
View file @
cc88c535
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment