milvus/tests/milvus-java-test
zhenwu d9590bb4fe update java-tests and classified python-tests by opensource and internal case
Former-commit-id: 0d217668b4d6425c0d9625febab0e9424b27cd00
2019-10-19 17:12:59 +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
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