未验证 提交 c7f96e45 编写于 作者: T ThreadDao 提交者: GitHub

Update scale test README (#7872)

Signed-off-by: NThreadDao <yufen.zong@zilliz.com>
上级 e5e4b249
......@@ -35,16 +35,16 @@ For instance, if the dataNode pod expands from one to two:
### Manually
Run a single test scenario manually(take scale dataNode as instance):
- update milvus helm chart path (choose one of the following)
- `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>
- update milvus helm chart path
```bash
export MILVUS_CHART_ENV=/your/milvus-helm/charts/milvus
```
- run the commands below:
```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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册