Hi, Now all *ITs are in the integration-test phase. `mvn test` does not trigger the *ITs. How do you think that?
We can skip all ITs by adding `-DskipITs`, e.g., `mvn install -DskipITs`. There are some parameters to control which part of Tests are enable, there is a doc at: https://cwiki.apache.org/confluence/display/IOTDB/How+To+Compile+and+Test+IoTDB+Using+Maven By the way, does `mvn clean install` fail when you compile current Master branch of IoTDB? Best, ---------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Julian Feinauer <[email protected]> 于2019年2月26日周二 下午10:31写道: > Hi all, > > I just noticed that the regular `mvn clean install` fails during the test > phase due to IT’s (as stated in the README). > We usually move all ITs to the verify phase (also mvn clean test is a bit > faster then). > And we usually have a separate switch to skip ITs. > > What do you think? > > Best > Julian >
