milvus/tests/restful_client_v2
zhuwenxing e776c807c4
test: add more json datatype in restful test cases (#32930)
add more json datatype in restful test cases

related to https://github.com/milvus-io/milvus/issues/31051

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2024-05-10 14:11:30 +08:00
..
api test:fix retry for network error (#32804) 2024-05-07 14:01:29 +08:00
base test: update restful v2 testcases (#31404) 2024-03-21 15:31:09 +08:00
config
testcases test: add more json datatype in restful test cases (#32930) 2024-05-10 14:11:30 +08:00
utils test: add case for sparse vector and verify group by (#32217) 2024-04-15 19:39:31 +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
README.md
requirements.txt test:fix retry for network error (#32804) 2024-05-07 14:01:29 +08:00

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