Automatic style fix

This commit is contained in:
robot-clickhouse 2024-07-31 16:50:56 +00:00
parent a45027f22c
commit f9c9d85e41

View File

@ -101,7 +101,9 @@ SELECT sum(x) FROM distributed WITH TOTALS SETTINGS
# allow pings to zookeeper to timeout (must be greater than ZK session timeout).
for _ in range(30):
try:
node_2_2.query("SELECT * FROM system.zookeeper where path = '/' SETTINGS insert_keeper_max_retries = 0")
node_2_2.query(
"SELECT * FROM system.zookeeper where path = '/' SETTINGS insert_keeper_max_retries = 0"
)
time.sleep(0.5)
except:
break