Commit 70d2b577 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 63ae8326
...@@ -1426,7 +1426,7 @@ def test_wcfs_watch_before_create(): ...@@ -1426,7 +1426,7 @@ def test_wcfs_watch_before_create():
# verify that watch @at_i -> @at_j ↓ is rejected # verify that watch @at_i -> @at_j ↓ is rejected
# XXX we might want to allow going back in history later. # TODO(?) we might want to allow going back in history later.
@func @func
def test_wcfs_watch_going_back(): def test_wcfs_watch_going_back():
t = tDB(); zf = t.zfile t = tDB(); zf = t.zfile
...@@ -1451,7 +1451,7 @@ def test_wcfs_watch_going_back(): ...@@ -1451,7 +1451,7 @@ def test_wcfs_watch_going_back():
def test_wcfs_pintimeout_kill(): def test_wcfs_pintimeout_kill():
# adjusted wcfs timeout to kill client who is stuck not providing pin reply # adjusted wcfs timeout to kill client who is stuck not providing pin reply
tkill = 3*time.second tkill = 3*time.second
t = tDB(); zf = t.zfile # XXX wcfs args += tkill t = tDB(); zf = t.zfile # XXX wcfs args += tkill=<small>
defer(t.close) defer(t.close)
at1 = t.commit(zf, {2:'c1'}) at1 = t.commit(zf, {2:'c1'})
......
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