milvus/tests/restful_client_v2
PowderLi 610a65af14
fix: restful v2 (#32144)
issue: #31176

1. cannot get dbName correctly while describe alias #31978
2. return a valid json string even if the user doesn't have the whole
privileges to describe collection #31635
3. rename IndexParam.IndexConfig to IndexParam.Params
4. FieldSchema.ElementTypeParams, IndexParam.Params can not only accept
string

Signed-off-by: PowderLi <min.li@zilliz.com>
2024-04-13 21:55:29 +08:00
..
api test: use strong as default consistency level (#32095) 2024-04-10 17:55:18 +08:00
base test: update restful v2 testcases (#31404) 2024-03-21 15:31:09 +08:00
config test: add restful v2 test (#30984) 2024-03-02 11:03:03 +08:00
testcases fix: restful v2 (#32144) 2024-04-13 21:55:29 +08:00
utils test: update restful v2 testcases (#31404) 2024-03-21 15:31:09 +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 test: add restful v2 test (#30984) 2024-03-02 11:03:03 +08:00
requirements.txt test: add restful v2 test (#30984) 2024-03-02 11:03:03 +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