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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
3e34afd8
Commit
3e34afd8
authored
Jun 24, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
103bdc88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+7
-7
No files found.
wcfs/wcfs_test.py
View file @
3e34afd8
...
...
@@ -1433,33 +1433,33 @@ def test_wcfs():
wl3
.
close
()
# XXX unpin to @head (δblk is there but not yet accessed) vs concurrent
# access to that blk which must pin blk (race ?)
# 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
# XXX watch with @at > head - must wait for head to become >= at
# XXX no reply to pin - killed
# XXX mmap f; remmap f[blk] on pin message while under pagefault - should get changed page
# XXX watch @at when file did not existed -> error
# XXX unpin to @head (δblk is there but not yet accessed) vs concurrent
# access to that blk which must pin blk (race ?)
# XXX watch for 2 files via single wlink
# XXX going not only up, but also down at1 <- at2 <- at3 ? -> forbid?
# XXX mmap f; change f[blk] on pin message while under pagefault - should get changed page
# XXX new watch request while previous watch request is in progress (over the same /head/watch handle)
# XXX ZBlk copied from blk1 -> blk2 ; for the same file and for file1 -> file2 (δbtree)
# XXX ZBlk moved from blk1 -> blk2 ; for the same file and for file1 -> file2 (δbtree)
# XXX read file[blk]=hole; then file[blk]=zblk - must be invalidated and
# setupWatch must send pins. (δbtree)
# setupWatch must send pins. (δbtree
- see e.g. commit with b4 ^^^
)
# ---- misc ---
...
...
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