[skip ci] Update deploy test (#8522)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2021-09-24 21:21:55 +08:00 committed by GitHub
parent e61bafc6f5
commit e17cf30031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
docker==5.0.0
grpcio==1.37.1
grpcio-tools==1.37.1
pymilvus==2.0.0rc5
pymilvus==2.0.0rc7.dev13

View File

@ -2,7 +2,7 @@ import docker
from utils import *
connections.connect()
connections.connect(host="127.0.0.1", port=19530, timeout=60)
list_containers()

View File

@ -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