milvus/tests/milvus-java-test
Snyk bot 0f8d3e8e01
fix: upgrade com.alibaba:fastjson from 1.2.73 to 1.2.74 (#4179)
Snyk has created this PR to upgrade com.alibaba:fastjson from 1.2.73 to 1.2.74.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.alibaba/fastjson/

See this project in Snyk:
https://app.snyk.io/org/cxie/project/2f701ce6-b421-4bbf-aaad-9d2bdb8569e4?utm_source=github&utm_medium=upgrade-pr
2020-11-09 10:36:54 +08:00
..
bin #18 Add all test cases 2019-10-16 18:40:31 +08:00
ci #18 Add all test cases 2019-10-16 18:40:31 +08:00
src/main/java/com cp test from 0.11.0 2020-10-16 16:21:08 +08:00
.gitignore #18 Add all test cases 2019-10-16 18:40:31 +08:00
MilvusSDkJavaTest.iml cp test from 0.11.0 2020-10-16 16:21:08 +08:00
README.md Update README.md #27 2019-10-17 16:55:46 +08:00
milvus-java-test.iml #18 Add all test cases 2019-10-16 18:40:31 +08:00
pom.xml fix: upgrade com.alibaba:fastjson from 1.2.73 to 1.2.74 (#4179) 2020-11-09 10:36:54 +08:00
testng.xml #18 Add all test cases 2019-10-16 18:40:31 +08:00

README.md

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