Skip to content

Commit

Permalink
test: udpate test tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dl239 committed Sep 15, 2023
1 parent ec7cf9a commit 3a5fc72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/test-tool/openmldb-deploy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ cp -f ../release/bin/*.sh bin/

mv ../hosts conf/hosts
sed -i"" -e "s/OPENMLDB_VERSION=[0-9]\.[0-9]\.[0-9]/OPENMLDB_VERSION=${VERSION}/g" conf/openmldb-env.sh
sed -i"" -e "s/OPENMLDB_MODE:=standalone/OPENMLDB_MODE:=cluster/g" conf/openmldb-env.sh
sed -i"" -e "s/CLEAR_OPENMLDB_INSTALL_DIR=false/CLEAR_OPENMLDB_INSTALL_DIR=true/g" conf/openmldb-env.sh
sh sbin/stop-all.sh
sh sbin/clear-all.sh
Expand Down
1 change: 0 additions & 1 deletion test/test-tool/openmldb-deploy/install_with_name.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ rm -f bin/*.sh

/bin/cp -f ../test/test-tool/openmldb-deploy/hosts conf/hosts
sed -i"" -e "s/OPENMLDB_VERSION=[0-9]\.[0-9]\.[0-9]/OPENMLDB_VERSION=${VERSION}/g" conf/openmldb-env.sh
sed -i"" -e "s/OPENMLDB_MODE:=standalone/OPENMLDB_MODE:=cluster/g" conf/openmldb-env.sh
sh sbin/deploy-all.sh

for (( i=0; i<=2; i++ ))
Expand Down

0 comments on commit 3a5fc72

Please sign in to comment.