milvus/tests/milvus-java-test
ThreadDao f4236d4c53
[skip ci] update case for get entity by with invalid ids (#3665)
* update case get entity by deleted id

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

* [skip ci] delete unuse fun

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

* [skip ci] fix case for get entity invalid id

Signed-off-by: zongyufen <zongyufen@foxmail.com>
2020-09-09 14:48:27 +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
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