Commit 28e813dc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a25bada8
...@@ -1331,8 +1331,8 @@ def test_wcfs_inv_watch_robust(): ...@@ -1331,8 +1331,8 @@ def test_wcfs_inv_watch_robust():
wl.close() wl.close()
def bbb(): # verify that watch setup/update sends correct pins.
def test_wcfs_watch_setup():
# some watch setup/update requests with explicit pinok (also partly # some watch setup/update requests with explicit pinok (also partly
# verifies how tWatchLink.watch computes automatic pinok) # verifies how tWatchLink.watch computes automatic pinok)
wl = t.openwatch() wl = t.openwatch()
...@@ -1355,8 +1355,10 @@ def bbb(): ...@@ -1355,8 +1355,10 @@ def bbb():
for at in revv[1:]: for at in revv[1:]:
wl.watch(zf, at) wl.watch(zf, at)
wl.close() wl.close()
# """
# XXX
def _test_wcfs_test_watch_vs_commit():
print('\n\n\n\nWATCH+COMMIT\n\n') print('\n\n\n\nWATCH+COMMIT\n\n')
# watched + commit -> read -> receive pin messages. # watched + commit -> read -> receive pin messages.
......
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