mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
ee73e62202
issue: #33099 #32837 #32419 1. len(search result) may be nq * topk, we need return all rather than topk 2. the in restful response payload keep the same with milvus error code Signed-off-by: PowderLi <min.li@zilliz.com> |
||
---|---|---|
.. | ||
api | ||
base | ||
config | ||
testcases | ||
utils | ||
conftest.py | ||
pytest.ini | ||
README.md | ||
requirements.txt |
How to run the test cases
install milvus with authentication enabled
pip install -r requirements.txt
pytest testcases -m L0 -n 6 -v --endpoint http://127.0.0.1:19530 --minio_host 127.0.0.1