mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 02:42:53 +08:00
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>
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