[skip ci]Update a sample for chaos test (#7937)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/7942/head
yanliang567 2021-09-15 10:37:49 +08:00 committed by GitHub
parent e6c384b4d4
commit f0d95f3a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Please refer to [Run E2E Tests](https://github.com/milvus-io/milvus/blob/master/
## Run ## Run
### Manually ### Manually
Run a single test scenario manually(take query node pod is killed as instance): 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: 2. run the commands below:
```bash ```bash