mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
Update scale test README (#7872)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
e5e4b24954
commit
c7f96e45c3
@ -35,16 +35,16 @@ For instance, if the dataNode pod expands from one to two:
|
|||||||
### Manually
|
### Manually
|
||||||
Run a single test scenario manually(take scale dataNode as instance):
|
Run a single test scenario manually(take scale dataNode as instance):
|
||||||
|
|
||||||
- update milvus helm chart path (choose one of the following)
|
- update milvus helm chart path
|
||||||
- `export MILVUS_CHART_ENV=/your/milvus-helm/charts/milvus`
|
```bash
|
||||||
|
export MILVUS_CHART_ENV=/your/milvus-helm/charts/milvus
|
||||||
- update <code>MILVUS_CHART = '/home/zong/milvus-helm/charts/milvus'</code> in <code>scale/constants.py</code>
|
```
|
||||||
|
|
||||||
- run the commands below:
|
- run the commands below:
|
||||||
```bash
|
```bash
|
||||||
cd /milvus/tests/python_client/scale
|
cd /milvus/tests/python_client/scale
|
||||||
|
|
||||||
pytest test_data_node_scale.py::TestDataNodeScale::test_expand_data_node -v -s
|
pytest test_data_node_scale.py::TestDataNodeScale::test_expand_data_node -v -s
|
||||||
```
|
```
|
||||||
|
|
||||||
### Nightly
|
### Nightly
|
||||||
|
Loading…
Reference in New Issue
Block a user