[skip ci]Update the way of running test in readme for chaos test (#9442)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/9463/head
zhuwenxing 2021-10-08 13:15:25 +08:00 committed by GitHub
parent f075f28923
commit f45d96f7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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