mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Trying to fix tests/queries/0_stateless/01246_insert_into_watch_live_view.py
This commit is contained in:
parent
089354e390
commit
23021b7af1
@ -42,7 +42,8 @@ with client(name='client1>', log=log) as client1, client(name='client2>', log=lo
|
||||
client3.expect(r'0.*1' + end_of_block)
|
||||
|
||||
client1.send('INSERT INTO test.sums WATCH test.lv')
|
||||
client1.expect(end_of_block)
|
||||
client1.expect(r'INSERT INTO')
|
||||
client1.expect(r'Progress')
|
||||
|
||||
client3.expect('0,1.*\r\n')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user