From 09d60d9600383491215338e3fb240e27c7a021ad Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Mon, 13 Dec 2021 13:33:16 +0800 Subject: [PATCH] [skip ci]Fix chaos test action working directory (#13237) Signed-off-by: zhuwenxing --- .github/workflows/pod-failure-chaos-test.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pod-failure-chaos-test.yaml b/.github/workflows/pod-failure-chaos-test.yaml index b245721572..9092b61492 100644 --- a/.github/workflows/pod-failure-chaos-test.yaml +++ b/.github/workflows/pod-failure-chaos-test.yaml @@ -95,7 +95,7 @@ jobs: timeout-minutes: 5 if: ${{ always() }} shell: bash - working-directory: tests/python_client/chaos + working-directory: tests/python_client run: | kubectl get pod -n chaos-testing kubectl wait --for=condition=Ready pod -l app.kubernetes.io/instance=${{ env.RELEASE }} -n chaos-testing --timeout=360s @@ -109,9 +109,6 @@ jobs: pytest -s -v testcases/test_e2e.py --host 127.0.0.1 --log-cli-level=INFO --capture=no python chaos/scripts/hello_milvus.py --host 127.0.0.1 - sleep 20s - nc -vz 127.0.0.1 19530 - python scripts/hello_milvus.py - name: Data Consist Test timeout-minutes: 5