milvus/tests/milvus-java-test
ThreadDao e89a707d6c
[skip ci] Test get entity by id (#3417)
* [skip ci] update for Contasts

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

* [skip ci] test get entity by id

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

* [skip ci] test get entity by id

Signed-off-by: zongyufen <zongyufen@foxmail.com>
2020-08-24 10:04:10 +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