mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: modified test [#METR-11370].
This commit is contained in:
parent
8ee9f328fb
commit
1982f46178
@ -21,8 +21,8 @@ LOG=${PATH2}log
|
||||
|
||||
cat "$CONFIG" | sed -r \
|
||||
's/<path>.+<\/path>/<path>'${PATH2//\//\\/}'<\/path>/;
|
||||
s/8123/8124/;
|
||||
s/9000/9001/;
|
||||
s/<http_port>[0-9]+/<http_port>8124/;
|
||||
s/<tcp_port>[0-9]+/<tcp_port>9001/;
|
||||
s/<use_olap_http_server>true/<use_olap_http_server>false/' > $CONFIG2
|
||||
|
||||
cp ${CONFIG/config-preprocessed/users} .
|
||||
|
Loading…
Reference in New Issue
Block a user