From f45d96f7e9137c85b0ff3263cd2df237841b6b34 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Fri, 8 Oct 2021 13:15:25 +0800 Subject: [PATCH] [skip ci]Update the way of running test in readme for chaos test (#9442) Signed-off-by: zhuwenxing --- tests/python_client/chaos/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/python_client/chaos/README.md b/tests/python_client/chaos/README.md index c4756b8a72..a2542e82f6 100644 --- a/tests/python_client/chaos/README.md +++ b/tests/python_client/chaos/README.md @@ -70,6 +70,9 @@ Run multiple test scenario in a category manually(take network partition chaos f pytest test_chaos.py --host ${Milvus_IP} -v ``` +### Github Action +* [Pod Kill Chaos Test](https://github.com/milvus-io/milvus/actions/workflows/pod-kill-chaos-test.yaml) +* [Network Partition Chaos Test](https://github.com/milvus-io/milvus/actions/workflows/network-partition-chaos-test.yaml) ### Nightly still in planning