mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
clickhouse-test: do not propagate CLICKHOUSE_PORT_HTTP to clickhouse-client
This commit is contained in:
parent
c6e61e9497
commit
612a21cc97
@ -1395,7 +1395,6 @@ if __name__ == '__main__':
|
||||
http_port = os.getenv("CLICKHOUSE_PORT_HTTP")
|
||||
if http_port is not None:
|
||||
args.http_port = int(http_port)
|
||||
args.client += f" --port={http_port}"
|
||||
else:
|
||||
args.http_port = 8123
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user