From 4c62c4689525a4350f7d214974271bc5c401f2ee Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Thu, 14 Oct 2021 17:26:34 +0800 Subject: [PATCH] [skip ci]Add function test in pod kill chaos (#9882) Signed-off-by: zhuwenxing --- .github/workflows/pod-kill-chaos-test.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pod-kill-chaos-test.yaml b/.github/workflows/pod-kill-chaos-test.yaml index 98f9e7a05f..582a205453 100644 --- a/.github/workflows/pod-kill-chaos-test.yaml +++ b/.github/workflows/pod-kill-chaos-test.yaml @@ -71,6 +71,7 @@ jobs: python hello_milvus.py - name: Chaos Test + timeout-minutes: 15 shell: bash working-directory: tests/python_client/chaos run: | @@ -78,7 +79,13 @@ jobs: sed -i "s/ALL_CHAOS_YAMLS =.*/ALL_CHAOS_YAMLS = \'chaos_${{ matrix.pod }}_podkill.yaml\'/g" constants.py cat constants.py pytest -s -v test_chaos.py --host 127.0.0.1 - + + - name: Milvus Function Test + shell: bash + working-directory: tests/python_client/chaos + run: | + python hello_milvus.py + - name: Export logs if: ${{ always() }} shell: bash