milvus/tests/milvus-java-test
del-zhenwu fae67ee49a
Rename methods (#2312)
* rename interfaces in cases

Signed-off-by: zw <zw@zilliz.com>

* rename search_by_id

Signed-off-by: zw <zw@zilliz.com>

* remove test search_by_id

Signed-off-by: zw <zw@zilliz.com>

* [skip ci] Update CHANGELOG

Signed-off-by: JinHai-CN <hai.jin@zilliz.com>

* rename methods

Signed-off-by: zw <zw@zilliz.com>

* rename methods

Signed-off-by: zw <zw@milvus.io>

* fix rename issue

Signed-off-by: zw <zw@zilliz.com>

* update hnsw default index param

Signed-off-by: zw <zw@zilliz.com>

* Update CHANGELOG.md

Co-authored-by: JinHai-CN <hai.jin@zilliz.com>
Co-authored-by: zw <zw@milvus.io>
2020-05-12 18:13:05 +08:00
..
bin #18 Add all test cases 2019-10-16 18:40:31 +08:00
ci #18 Add all test cases 2019-10-16 18:40:31 +08:00
src/main/java/com Rename methods (#2312) 2020-05-12 18:13:05 +08:00
.gitignore #18 Add all test cases 2019-10-16 18:40:31 +08:00
milvus-java-test.iml #18 Add all test cases 2019-10-16 18:40:31 +08:00
MilvusSDkJavaTest.iml Rename methods (#2312) 2020-05-12 18:13:05 +08:00
pom.xml fix: upgrade com.alibaba:fastjson from 1.2.47 to 1.2.68 (#2253) 2020-05-08 14:19:26 +08:00
README.md Update README.md #27 2019-10-17 16:55:46 +08:00
testng.xml #18 Add all test cases 2019-10-16 18:40:31 +08:00

Requirements

  • jdk-1.8
  • testng

How to use this Test Project

  1. package and install
mvn clean install
  1. start or deploy your milvus server
  2. run tests
java -cp \"target/MilvusSDkJavaTest-1.0-SNAPSHOT.jar:lib/*\" com.MainClass -h 127.0.0.1
  1. get test report
firefox test-output/index.html

Contribution getting started

Add test cases under testng framework