mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
* update java sdk test because of new pr Signed-off-by: ThreadDao <zongyufen@foxmail.com> * delete and compact, and fix exception case Signed-off-by: ThreadDao <zongyufen@foxmail.com> * TestSearchEntities Signed-off-by: sahuang <xiaohai.xu@zilliz.com> * TestPartition Signed-off-by: sahuang <xiaohai.xu@zilliz.com> * java test delete, getEntity and index, insert Signed-off-by: ThreadDao <zongyufen@foxmail.com> * fix binary case Signed-off-by: ThreadDao <zongyufen@foxmail.com> Co-authored-by: sahuang <xiaohai.xu@zilliz.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