mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Style
This commit is contained in:
parent
5f34171534
commit
aca7e6734c
@ -20,7 +20,9 @@ with client(name="client1>", log=log) as client1, client(
|
||||
client1.expect(prompt)
|
||||
client2.expect(prompt)
|
||||
|
||||
client1.send("SET enable_analyzer = 0, function_sleep_max_microseconds_per_block=10000000")
|
||||
client1.send(
|
||||
"SET enable_analyzer = 0, function_sleep_max_microseconds_per_block=10000000"
|
||||
)
|
||||
client1.expect(prompt)
|
||||
client1.send("SET allow_experimental_window_view = 1")
|
||||
client1.expect(prompt)
|
||||
@ -28,7 +30,9 @@ with client(name="client1>", log=log) as client1, client(
|
||||
client1.expect(prompt)
|
||||
client2.send("SET allow_experimental_window_view = 1")
|
||||
client2.expect(prompt)
|
||||
client2.send("SET enable_analyzer = 0, function_sleep_max_microseconds_per_block=10000000")
|
||||
client2.send(
|
||||
"SET enable_analyzer = 0, function_sleep_max_microseconds_per_block=10000000"
|
||||
)
|
||||
client2.expect(prompt)
|
||||
|
||||
client1.send("CREATE DATABASE IF NOT EXISTS 01056_window_view_proc_hop_watch")
|
||||
|
Loading…
Reference in New Issue
Block a user