From e17cf3003155cbd56abc4c9828f9604643f52184 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Fri, 24 Sep 2021 21:21:55 +0800 Subject: [PATCH] [skip ci] Update deploy test (#8522) Signed-off-by: zhuwenxing --- tests/python_client/deploy/requirements.txt | 2 +- tests/python_client/deploy/scripts/action_reinstall.py | 2 +- tests/python_client/deploy/test.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/python_client/deploy/requirements.txt b/tests/python_client/deploy/requirements.txt index 958e7a6665..98915ddd0a 100644 --- a/tests/python_client/deploy/requirements.txt +++ b/tests/python_client/deploy/requirements.txt @@ -1,4 +1,4 @@ docker==5.0.0 grpcio==1.37.1 grpcio-tools==1.37.1 -pymilvus==2.0.0rc5 \ No newline at end of file +pymilvus==2.0.0rc7.dev13 \ No newline at end of file diff --git a/tests/python_client/deploy/scripts/action_reinstall.py b/tests/python_client/deploy/scripts/action_reinstall.py index c12db1f38a..1f7d47de4f 100644 --- a/tests/python_client/deploy/scripts/action_reinstall.py +++ b/tests/python_client/deploy/scripts/action_reinstall.py @@ -2,7 +2,7 @@ import docker from utils import * -connections.connect() +connections.connect(host="127.0.0.1", port=19530, timeout=60) list_containers() diff --git a/tests/python_client/deploy/test.sh b/tests/python_client/deploy/test.sh index fad990a2a6..cd10f706f1 100644 --- a/tests/python_client/deploy/test.sh +++ b/tests/python_client/deploy/test.sh @@ -187,7 +187,7 @@ fi cat docker-compose.yml|grep milvusdb docker-compose up -d check_healthy -sleep 60s # Todo use `curl http://localhost:9091/healthz` to check health +# sleep 60s # Todo use `curl http://localhost:9091/healthz` to check health docker-compose ps popd