From 20dac4673061c099a68b7dae0acf9d6924a1199f Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Fri, 29 Oct 2021 20:03:29 +0800 Subject: [PATCH] [skip ci]Update e2e test script (#10918) Signed-off-by: zhuwenxing --- .github/workflows/pod-kill-chaos-test.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pod-kill-chaos-test.yaml b/.github/workflows/pod-kill-chaos-test.yaml index 32664dffd8..a01006ba44 100644 --- a/.github/workflows/pod-kill-chaos-test.yaml +++ b/.github/workflows/pod-kill-chaos-test.yaml @@ -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() }}