mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-02 08:55:56 +08:00
fix some negative case for restful v2 * fix some error code and message * fix some payload Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
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