milvus/tests/milvus_python_test
del-zhenwu 8f88529fc1 Add nightly test notification && improve test case stability (#1056)
* Update framework

* remove files

* Remove files

* Remove ann-acc cases && Update java-sdk cases

* change cn to en

* [skip ci] remove doc test

* [skip ci] change cn to en

* Case stability

* Add mail notification when test failed

* Add main notification

* Add main notification

* gen milvus instance from utils

* Distable case with multiprocess

* Add mail notification when nightly test failed

* add milvus handler param

* add http handler

Co-authored-by: quicksilver <zhifeng.zhang@zilliz.com>
2020-01-17 09:59:49 +08:00
..
.dockerignore #18 Add all test cases 2019-10-16 18:40:31 +08:00
.gitignore #18 Add all test cases 2019-10-16 18:40:31 +08:00
conftest.py Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
docker-entrypoint.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
Dockerfile run hadolint with reviewdog (#1060) 2020-01-16 19:59:26 +08:00
MilvusCases.md #18 Add all test cases 2019-10-16 18:40:31 +08:00
pytest.ini Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
README.md Update README.md #27 2019-10-17 16:55:46 +08:00
requirements_cluster.txt #18 Add all test cases 2019-10-16 18:40:31 +08:00
requirements_no_pymilvus.txt Add partition case 2019-11-21 17:23:06 +08:00
requirements.txt Update pip source (#822) 2019-12-26 14:19:52 +08:00
run.sh #18 Add all test cases 2019-10-16 18:40:31 +08:00
test_add_vectors.py Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
test_connect.py Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
test_index.py Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
test_mix.py Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
test_partition.py Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
test_ping.py Update server_version 2019-11-15 09:47:22 +08:00
test_search_vectors.py Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
test_table_count.py Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
test_table.py Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00
test.template #18 Add all test cases 2019-10-16 18:40:31 +08:00
utils.py Add nightly test notification && improve test case stability (#1056) 2020-01-17 09:59:49 +08:00

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.