[skip e2e]Update README for chaos test (#14546)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/14554/head
zhuwenxing 2021-12-29 21:04:02 +08:00 committed by GitHub
parent faba73881e
commit e045f35440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -74,9 +74,9 @@ Run test scenario automatically:
2. run the commands below:
```bash
cd /milvus/tests/python_client/chaos
# in this step, script will install milvus and run testcase
bash chaos_test.sh ${pod} ${chaos_type} ${chaos_task}
# example: bash chaos_test.sh querynode pod_kill chaos-test
# in this step, script will install milvus with replicas_num and run testcase
bash chaos_test.sh ${pod} ${chaos_type} ${chaos_task} ${replicas_num}
# example: bash chaos_test.sh querynode pod_kill chaos-test 2
```
### Github Action
* [Pod Kill Chaos Test](https://github.com/milvus-io/milvus/actions/workflows/pod-kill-chaos-test.yaml)