[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 ## Test Scenarios
### Milvus in cluster mode ### Milvus in cluster mode
#### pod kill #### 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 #### pod network partition
two direction(to and from) network isolation between a pod and the rest of the pods 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 #### pod failure
Set the podquerynode, indexnode and datanodeas multiple replicas, make one of them failure, and test milvus's functionality 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 ### Milvus in standalone mode
1. standalone pod is killed 1. standalone pod is killed
@ -94,10 +83,9 @@ Run test scenario automatically:
still in planning still in planning
### Todo ### Todo
- [x] pod_failure - [ ] network attack
- [ ] container_kill - [ ] clock skew
- [x] network attack - [ ] IO injection
- [x] memory stress
## How to contribute ## How to contribute
* Get familiar with chaos engineering and [Chaos Mesh](https://chaos-mesh.org) * Get familiar with chaos engineering and [Chaos Mesh](https://chaos-mesh.org)