You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/01/20 15:14:08 UTC

[GitHub] jixuan1989 opened a new pull request #8: fix issue IOTDB-2, separate UTs and ITs

jixuan1989 opened a new pull request #8: fix issue IOTDB-2, separate UTs and ITs
URL: https://github.com/apache/incubator-iotdb/pull/8
 
 
   Fix https://issues.apache.org/jira/browse/IOTDB-2
   Now we can use :
   * `mvn test` to run all UTs.
   * `mvn package -DskipTests` to skip all UTs.
   * `mvn package -Dtsfile.test.skip` to skip all UTs in Tsfile Module.
   ** `-Diotdb.test.skip`, `-Djdbc.test.skip`, `-Drpc.test.skip`, `-Dgrafana.test.skip` and  `-Dcli.test.skip` are similar.
   * `mvn verify` to run all ITs.
   * `mvn verify -Dtsfile.it.skip` to skip all ITs.
   ** similarly, you can use`-Diotdb.it.skip`, `-Djdbc.it.skip`, `-Drpc.it.skip`, `-Dgrafana.it.skip` and  `-Dcli.it.skip`
   * `mvn install` to run all Tests (both UTs and ITs).
   
   What are UTs: java files which are in `src/test/java/` and have suffix with `Test.java` 
   What are ITs: java files which are in `src/test/java/` and have suffix with `IT.java` 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services