mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
* [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>
Requirements
- jdk-1.8
- testng
How to use this Test Project
- package and install
mvn clean install
- start or deploy your milvus server
- run tests
java -cp \"target/MilvusSDkJavaTest-1.0-SNAPSHOT.jar:lib/*\" com.MainClass -h 127.0.0.1
- get test report
firefox test-output/index.html
Contribution getting started
Add test cases under testng framework