milvus/tests/restful_client_v2
zhuwenxing e305a3fa35
test: add hybrid search offset testcase in restful api (#43646)
/kind improvement

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2025-08-03 18:43:37 +08:00
..
api test: add restful case for add field (#43044) 2025-07-02 11:18:43 +08:00
base test: add restful testcases for database api (#38281) 2024-12-07 14:42:45 +08:00
config test: add restful v2 test (#30984) 2024-03-02 11:03:03 +08:00
testcases test: add hybrid search offset testcase in restful api (#43646) 2025-08-03 18:43:37 +08:00
utils test: add restful v2 api testcases (#39558) 2025-02-26 14:03:57 +08:00
README.md test: add restful v2 test (#30984) 2024-03-02 11:03:03 +08:00
conftest.py test: add restful api case for rerank function (#42987) 2025-07-08 19:36:46 +08:00
pytest.ini test: add restful case for add field (#43044) 2025-07-02 11:18:43 +08:00
requirements.txt test: add restful case for add field (#43044) 2025-07-02 11:18:43 +08:00

README.md

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