Commit 723388c4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent dbd20da3
...@@ -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
...@@ -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.
......
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