milvus/tests/restful_client_v2
cai.zhang 2c9bb4dfa3
feat: Support stats task to sort segment by PK (#35054)
issue: #33744 

This PR includes the following changes:
1. Added a new task type to the task scheduler in datacoord: stats task,
which sorts segments by primary key.
2. Implemented segment sorting in indexnode.
3. Added a new field `FieldStatsLog` to SegmentInfo to store token index
information.

---------

Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
2024-09-02 14:19:03 +08:00
..
api test: refine restful testcases trace (#34066) 2024-06-24 10:36:25 +08:00
base test: refine restful testcases trace (#34066) 2024-06-24 10:36:25 +08:00
config test: add restful v2 test (#30984) 2024-03-02 11:03:03 +08:00
testcases feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
utils test: update the lib of bf16 (#34043) 2024-06-21 14:20:08 +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: update the lib of bf16 (#34043) 2024-06-21 14:20:08 +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