mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
update test
This commit is contained in:
parent
f6dceb53a5
commit
02ed0e46d6
@ -25,7 +25,7 @@ with client(name='client1>', log=log) as client1, client(name='client2>', log=lo
|
||||
|
||||
client1.send('CREATE DATABASE IF NOT EXISTS 01070_window_view_watch_events')
|
||||
client1.expect(prompt)
|
||||
client1.send('DROP TABLE IF EXISTS 01070_window_view_watch_events.mt')
|
||||
client1.send('DROP TABLE IF EXISTS 01070_window_view_watch_events.mt NO DELAY')
|
||||
client1.expect(prompt)
|
||||
client1.send('DROP TABLE IF EXISTS 01070_window_view_watch_events.wv NO DELAY')
|
||||
client1.expect(prompt)
|
||||
|
Loading…
Reference in New Issue
Block a user