From b1723327df11c92f79cc32f7f3bdf7e998c92641 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Fri, 12 Nov 2021 19:41:10 +0800 Subject: [PATCH] [skip ci]Update doc of chaos test (#11754) Signed-off-by: zhuwenxing --- tests/python_client/chaos/README.md | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/tests/python_client/chaos/README.md b/tests/python_client/chaos/README.md index 8bda594f0c..eb640b9801 100644 --- a/tests/python_client/chaos/README.md +++ b/tests/python_client/chaos/README.md @@ -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 pod(querynode, indexnode and datanode)as 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)