mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update a sample for chaos test (#7937)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/7942/head
parent
e6c384b4d4
commit
f0d95f3a11
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue