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