From f075f289239ea69c75ba136ffc1bbaffdc155e68 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Fri, 8 Oct 2021 13:13:33 +0800 Subject: [PATCH] [skip ci]Update test scenario in readme for chaos test (#9441) Signed-off-by: zhuwenxing --- tests/python_client/chaos/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/python_client/chaos/README.md b/tests/python_client/chaos/README.md index 32f60734fa..c4756b8a72 100644 --- a/tests/python_client/chaos/README.md +++ b/tests/python_client/chaos/README.md @@ -15,6 +15,7 @@ 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 @@ -32,6 +33,9 @@ Please refer to [Run E2E Tests](https://github.com/milvus-io/milvus/blob/master/ 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 ### Milvus in standalone mode 1. standalone pod is killed