未验证 提交 20dac467 编写于 作者: Z zhuwenxing 提交者: GitHub

[skip ci]Update e2e test script (#10918)

Signed-off-by: Nzhuwenxing <wenxing.zhu@zilliz.com>
上级 ab265f17
......@@ -74,8 +74,7 @@ jobs:
# check whether port-forward success
nc -vz 127.0.0.1 19530
# check whether milvus server is healthy
wget https://raw.githubusercontent.com/milvus-io/pymilvus/v2.0.0rc6/examples/hello_milvus.py
python hello_milvus.py
python scripts/hello_milvus.py
- name: Chaos Test
timeout-minutes: 15
......@@ -100,7 +99,7 @@ jobs:
sleep 20s
nc -vz 127.0.0.1 19530
python hello_milvus.py
python scripts/hello_milvus.py
- name: Data Consist Test
timeout-minutes: 5
......@@ -122,7 +121,7 @@ jobs:
sleep 20s
nc -vz 127.0.0.1 19530
python hello_milvus.py
python scripts/hello_milvus.py
- name: Export logs
if: ${{ always() }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册