Test the java native api of iotdb. This project is developed by java, maven and TestNG.
jdk: >= 1.8 maven: >= 3.8.1
- The iotdb connection(default is localhost):
common/src/resources/config.properties
- The iotdb-session dependency: the pom.xml of project
- Configure running test cases:
details/src/resources/testng.xml
(Note: Running in Linux and Windows environments requires modifying the corresponding configuration in org/Apache/iotdb/API/test/utls/Customs Data Provider. java)
# compile jar
mvn clean package -DskipTests
# run tests and generate html report
mvn surefire-report:report
Running time is approximately 20 minutes
After running, here is the reports:
details/target/site/surefire-report.html