File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ rm -rf .databend
14
14
15
15
echo " Starting Databend Query cluster with 2 nodes enable private task"
16
16
17
- # for node in 1 2; do
18
- # CONFIG_FILE="./scripts/ci/deploy/config/databend-query-node-${node}.toml"
19
- #
20
- # echo "Appending history table config to node-${node}"
21
- # cat ./tests/task/private_task.toml >> "$CONFIG_FILE"
22
- # sed -i '/^cloud_control_grpc_server_address/d' $CONFIG_FILE
23
- # done
17
+ for node in 1 2; do
18
+ CONFIG_FILE=" ./scripts/ci/deploy/config/databend-query-node-${node} .toml"
19
+
20
+ echo " Appending history table config to node-${node} "
21
+ cat ./tests/task/private_task.toml >> " $CONFIG_FILE "
22
+ sed -i ' /^cloud_control_grpc_server_address/d' $CONFIG_FILE
23
+ done
24
24
25
25
# Start meta cluster (3 nodes - needed for HA)
26
26
echo ' Start Meta service HA cluster(3 nodes)...'
You can’t perform that action at this time.
0 commit comments