From f0d95f3a11f72694b16c5a72b7dd4fdf58dd22f9 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Wed, 15 Sep 2021 10:37:49 +0800 Subject: [PATCH] [skip ci]Update a sample for chaos test (#7937) Signed-off-by: yanliang567 --- tests/python_client/chaos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/chaos/README.md b/tests/python_client/chaos/README.md index c31a5bbb57..11cccd9bc9 100644 --- a/tests/python_client/chaos/README.md +++ b/tests/python_client/chaos/README.md @@ -48,7 +48,7 @@ Please refer to [Run E2E Tests](https://github.com/milvus-io/milvus/blob/master/ ## Run ### Manually Run a single test scenario manually(take query node pod is killed as instance): -1. update `ALL_CHAOS_YAMLS = 'chaos_querynode*.yaml'` in `constants.py` +1. update `ALL_CHAOS_YAMLS = 'chaos_querynode_podkill.yaml'` in `constants.py` 2. run the commands below: ```bash