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
723388c4
Commit
723388c4
authored
May 03, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
dbd20da3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
wcfs/test.sh
wcfs/test.sh
+1
-1
wcfs/wcfs_test.py
wcfs/wcfs_test.py
+2
-1
No files found.
wcfs/test.sh
View file @
723388c4
...
@@ -14,4 +14,4 @@ py.test \
...
@@ -14,4 +14,4 @@ py.test \
`
# https://stackoverflow.com/a/47893653/9456786` \
`
# https://stackoverflow.com/a/47893653/9456786` \
-p
no:cacheprovider
\
-p
no:cacheprovider
\
\
\
-vsx
-k
test_
tidtime_notrough
-vsx
-k
test_
wcfs
wcfs/wcfs_test.py
View file @
723388c4
...
@@ -697,7 +697,8 @@ def test_wcfs():
...
@@ -697,7 +697,8 @@ def test_wcfs():
pinrev
=
max
(
blkhistoryat
)
pinrev
=
max
(
blkhistoryat
)
pinok
[
blk
]
=
pinrev
pinok
[
blk
]
=
pinrev
print
(
'# pinok: %s'
%
pinok
)
pinokv
=
[
'%d: %s'
%
(
blk
,
t
.
hat
(
pinok
[
blk
]))
for
blk
in
sorted
(
pinok
.
keys
())]
print
(
'# pinok: {%s}'
%
', '
.
join
(
pinokv
))
# open watch, send watch request and check that we receive pins for
# open watch, send watch request and check that we receive pins for
# in-cache blocks changed > at.
# in-cache blocks changed > at.
...
...
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