From 896f43504b84bf2d05c4508786b213cee8ab6f69 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Wed, 27 Oct 2021 21:10:25 +0800 Subject: [PATCH] [skip ci]Update readme of chaos test (#10783) Signed-off-by: zhuwenxing --- tests/python_client/chaos/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/python_client/chaos/README.md b/tests/python_client/chaos/README.md index f7354a701..aa2ffe1ca 100644 --- a/tests/python_client/chaos/README.md +++ b/tests/python_client/chaos/README.md @@ -37,6 +37,9 @@ Please refer to [Run E2E Tests](https://github.com/milvus-io/milvus/blob/master/ two direction(to and from) network isolation between a pod and the rest of the pods +#### pod failure + +Set the pod(querynode, indexnode and datanode)as multiple replicas, make one of them failure, and test milvus's functionality ### Milvus in standalone mode 1. standalone pod is killed -- GitLab