mirror of https://github.com/milvus-io/milvus.git
[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
parent
f075f28923
commit
f45d96f7e9
|
@ -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
|
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
|
### Nightly
|
||||||
still in planning
|
still in planning
|
||||||
|
|
Loading…
Reference in New Issue