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
63ae8326
Commit
63ae8326
authored
Oct 22, 2021
by
Kirill Smelkov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
4eb6b65e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+3
-4
No files found.
wcfs/wcfs_test.py
View file @
63ae8326
...
...
@@ -1285,8 +1285,8 @@ def test_wcfs_basic_hole2zblk():
f
.
assertCache
([
1
,
0
,
1
])
f
.
assertData
([
''
,
'b2'
,
'c1'
])
#
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)
#
TODO ZBlk copied from blk1 -> blk2 ; for the same file and for file1 -> file2
#
TODO ZBlk moved from blk1 -> blk2 ; for the same file and for file1 -> file2
# verify that read after file size returns (0, ok)
# (the same behaviour as on e.g. ext4 and as requested by posix)
...
...
@@ -1404,7 +1404,6 @@ def test_wcfs_watch_robust():
wl
.
close
()
# verify that `watch file @at` -> error, for @at when file did not existed.
@
xfail
# check that file exists @at
@
func
def
test_wcfs_watch_before_create
():
t
=
tDB
();
zf
=
t
.
zfile
...
...
@@ -1422,7 +1421,7 @@ def test_wcfs_watch_before_create():
wl
=
t
.
openwatch
()
assert
wl
.
sendReq
(
timeout
(),
b"watch %s @%s"
%
(
h
(
zf2
.
_p_oid
),
h
(
at1
)))
==
\
"error setup watch f<%s> @%s: "
%
(
h
(
zf2
.
_p_oid
),
h
(
at1
))
+
\
"file
does not exist at that database state"
"file
epoch detected @%s in between (at,head=@%s]"
%
(
h
(
at2
),
h
(
t
.
head
))
wl
.
close
()
...
...
Kirill Smelkov
@kirr
mentioned in commit
a49d737e
·
Nov 08, 2021
mentioned in commit
a49d737e
mentioned in commit a49d737eab93869e3417b89403dd782a566e8289
Toggle commit list
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