milvus/tests/restful_client_v2
congqixia d88c5655e1
enhance: enable Loon FFI by default and support storage v3 in file managers (#47984)
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>
2026-03-06 19:03:21 +08:00
..
api
base
config
testcases enhance: enable Loon FFI by default and support storage v3 in file managers (#47984) 2026-03-06 19:03:21 +08:00
utils test: Add geometry operations test suite for RESTful API (#46174) 2025-12-15 15:45:15 +08:00
README.md
conftest.py
pytest.ini
requirements.txt test: Add geometry operations test suite for RESTful API (#46174) 2025-12-15 15:45:15 +08:00

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