milvus/tests/restful_client_v2
zhuwenxing 4cf268bcf1
test: bump deps in requirements (#39530)
/kind improvement

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2025-01-24 09:53:05 +08:00
..
api fix: deny to set the mmap param for the alter index api when enable auto index (#39518) 2025-01-23 10:01:04 +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 feat: Support bulk insert for Int8Vector (#39499) 2025-01-23 10:19:06 +08:00
utils test: add restful cases for full text search and some minor fix (#37148) 2024-10-31 21:18:23 +08:00
README.md test: add restful v2 test (#30984) 2024-03-02 11:03:03 +08:00
conftest.py test: update restful v2 testcases (#31404) 2024-03-21 15:31:09 +08:00
pytest.ini test: enable import job test in ci (#31530) 2024-03-28 10:31:10 +08:00
requirements.txt test: bump deps in requirements (#39530) 2025-01-24 09:53:05 +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