mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Ping CI
This commit is contained in:
parent
dd4eaad2f3
commit
6e23e9f5ca
@ -56,9 +56,9 @@ with client(name='client1>', log=log) as client1, client(name='client2>', log=lo
|
||||
if match.groups()[1]:
|
||||
client1.send(client1.command)
|
||||
client1.expect(prompt)
|
||||
client1.send('DROP TABLE 01070_window_view_watch_events.wv NO DELAY')
|
||||
client1.send('DROP TABLE 01070_window_view_watch_events.wv NO DELAY;')
|
||||
client1.expect(prompt)
|
||||
client1.send('DROP TABLE 01070_window_view_watch_events.mt')
|
||||
client1.send('DROP TABLE 01070_window_view_watch_events.mt;')
|
||||
client1.expect(prompt)
|
||||
client1.send('DROP DATABASE IF EXISTS 01070_window_view_watch_events')
|
||||
client1.send('DROP DATABASE IF EXISTS 01070_window_view_watch_events;')
|
||||
client1.expect(prompt)
|
||||
|
Loading…
Reference in New Issue
Block a user