mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
* add annoy source code Signed-off-by: shengjun.li <shengjun.li@zilliz.com> * add annoy knowhere Signed-off-by: shengjun.li <shengjun.li@zilliz.com> * annoy local gtest passed Signed-off-by: lichengming <chengming.li@zilliz.com> * fix lint error and update changelog Signed-off-by: lichengming <chengming.li@zilliz.com> * fix compile error Signed-off-by: cmli <chengming.li@zilliz.com> * Update connect timeout in test cases Signed-off-by: zw <zw@milvus.io> * fix some potential bugs Signed-off-by: cmli <chengming.li@zilliz.com> * retry ci Signed-off-by: cmli <chengming.li@zilliz.com> * rerun ci! Signed-off-by: cmli <chengming.li@zilliz.com> * fix errors tested by c++ sdk Signed-off-by: cmli <chengming.li@zilliz.com> * fix lint error Signed-off-by: cmli <chengming.li@zilliz.com> Co-authored-by: shengjun.li <shengjun.li@zilliz.com> Co-authored-by: lichengming <chengming.li@zilliz.com> Co-authored-by: zw <zw@milvus.io>
Requirements
- python 3.6.8+
- pip install -r requirements.txt
How to use this Test Project
pytest . --level=1
or test connect function only
pytest test_connect.py --level=1
with allure test report
pytest --alluredir=test_out . -q -v
allure serve test_out
Contribution getting started
- Follow PEP-8 for naming and black for formatting.