milvus/tests/milvus-java-test
ThreadDao e587444fe9
[skip ci] Add some binary search case and update index builder (#3591)
* [skip ci] add case for index with builder

Signed-off-by: zongyufen <zongyufen@foxmail.com>

* [skip ci] add search case with multi must

Signed-off-by: zongyufen <zongyufen@foxmail.com>

* [skip ci] add search case

Signed-off-by: zongyufen <zongyufen@foxmail.com>

* [skip ci] update create_index2 and binary search

Signed-off-by: zongyufen <zongyufen@foxmail.com>
2020-09-04 07:10:57 +00:00
..
2019-10-16 18:40:31 +08:00
2019-10-16 18:40:31 +08:00
2019-10-16 18:40:31 +08:00
2019-10-16 18:40:31 +08:00
2020-05-15 20:44:43 +08:00
2019-10-17 16:55:46 +08:00
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