[skip ci]Update doc of chaos test (#11754)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/11756/head
zhuwenxing 2021-11-12 19:41:10 +08:00 committed by GitHub
parent dd34584e34
commit b1723327df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 19 deletions

View File

@ -20,23 +20,9 @@ Please refer to [Run E2E Tests](https://github.com/milvus-io/milvus/blob/master/
## Test Scenarios
### Milvus in cluster mode
#### pod kill
1. root coordinator pod is killed
2. proxy pod is killed
3. data coordinator pod is killed
kill pod every 5s
4. data node pod is killed
5. index coordinator pod is killed
6. index node pod is killed
7. query coordinator pod is killed
8. query node pod is killed
9. minio pod is killed
#### pod network partition
two direction(to and from) network isolation between a pod and the rest of the pods
@ -44,6 +30,9 @@ two direction(to and from) network isolation between a pod and the rest of the p
#### pod failure
Set the podquerynode, indexnode and datanodeas multiple replicas, make one of them failure, and test milvus's functionality
#### pod memory stress
### Milvus in standalone mode
1. standalone pod is killed
@ -94,10 +83,9 @@ Run test scenario automatically:
still in planning
### Todo
- [x] pod_failure
- [ ] container_kill
- [x] network attack
- [x] memory stress
- [ ] network attack
- [ ] clock skew
- [ ] IO injection
## How to contribute
* Get familiar with chaos engineering and [Chaos Mesh](https://chaos-mesh.org)