mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 15:35:33 +08:00
* add new http api Signed-off-by: Yhz <yinghao.zou@zilliz.com> * [DOC] modify comments Signed-off-by: Yhz <yinghao.zou@zilliz.com> * allow get whole tables & partitions Signed-off-by: Yhz <yinghao.zou@zilliz.com> * add test case Signed-off-by: Yhz <yinghao.zou@zilliz.com> * update changlog (fix #1461) Signed-off-by: Yhz <yinghao.zou@zilliz.com> * format Signed-off-by: Yhz <yinghao.zou@zilliz.com> * fix cpu build issue Signed-off-by: Yhz <yinghao.zou@zilliz.com> * fix unittest fail on cpu version Signed-off-by: Yhz <yinghao.zou@zilliz.com> * fix get system config bug Signed-off-by: Yhz <yinghao.zou@zilliz.com> * fix crash when show tables Signed-off-by: Yhz <yinghao.zou@zilliz.com> * fix check server restart fail Signed-off-by: Yhz <yinghao.zou@zilliz.com> * remove some comments Signed-off-by: Yhz <yinghao.zou@zilliz.com> * add count field into segment ids Signed-off-by: Yhz <yinghao.zou@zilliz.com> * optimize code fixing codegacy Signed-off-by: Yhz <yinghao.zou@zilliz.com> * add default response string value Signed-off-by: Yhz <yinghao.zou@zilliz.com>
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.