mirror of https://github.com/milvus-io/milvus.git
Related to #44956 Enable useLoonFFI config by default and extend DiskFileManagerImpl and MemFileManagerImpl to handle STORAGE_V3 using the same code paths as STORAGE_V2 for caching raw data, optional fields to disk and memory. --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> |
||
|---|---|---|
| .. | ||
| api | ||
| base | ||
| config | ||
| testcases | ||
| utils | ||
| README.md | ||
| conftest.py | ||
| pytest.ini | ||
| requirements.txt | ||
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