未验证 提交 55032c6f 编写于 作者: A alexey-milovidov 提交者: GitHub

Update 00964_live_view_watch_events_heartbeat.py

上级 b22060b3
......@@ -36,9 +36,9 @@ with client(name='client1>', log=log) as client1, client(name='client2>', log=lo
client1.expect('1.*' + end_of_block)
client2.send('INSERT INTO test.mt VALUES (2),(3)')
client1.expect('[23].*' + end_of_block)
client1.expect('Progress: [23].00 rows.*\)')
client1.expect('Progress: [23]\.00 rows.*\)')
# wait for heartbeat
client1.expect('Progress: [23].00 rows.*\)')
client1.expect('Progress: [23]\.00 rows.*\)')
# send Ctrl-C
client1.send('\x03', eol='')
match = client1.expect('(%s)|([#\$] )' % prompt)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册