mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Add missing argument (clickhouse-test)
This commit is contained in:
parent
784ff75d55
commit
bfbb2c5943
@ -777,7 +777,7 @@ def main(args):
|
||||
print(colored("\nFound hung queries in processlist:", args, "red", attrs=["bold"]))
|
||||
print(processlist)
|
||||
else:
|
||||
print(colored("Seems like server hung and cannot respond to queries", "red", attrs=["bold"]))
|
||||
print(colored("Seems like server hung and cannot respond to queries", args, "red", attrs=["bold"]))
|
||||
|
||||
clickhouse_tcp_port = os.getenv("CLICKHOUSE_PORT_TCP", '9000')
|
||||
server_pid = get_server_pid(clickhouse_tcp_port)
|
||||
|
Loading…
Reference in New Issue
Block a user