Skip to content

Commit 5a9de35

Browse files
committed
chore: codefmt
1 parent 309b5f4 commit 5a9de35

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/task/test-private-task.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ rm -rf .databend
1414

1515
echo "Starting Databend Query cluster with 2 nodes enable private task"
1616

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
2424

2525
# Start meta cluster (3 nodes - needed for HA)
2626
echo 'Start Meta service HA cluster(3 nodes)...'

0 commit comments

Comments
 (0)