mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip ci] Update deploy test (#8522)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
e61bafc6f5
commit
e17cf30031
@ -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
|
@ -2,7 +2,7 @@ import docker
|
||||
|
||||
from utils import *
|
||||
|
||||
connections.connect()
|
||||
connections.connect(host="127.0.0.1", port=19530, timeout=60)
|
||||
|
||||
list_containers()
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user