Hi Xiangdong,

thanks for your hint... I also found the "skipITs" by now so my last mail is 
basically useless.
Locally the mvn clean install fails on my machine, both tests fail in 
IoTDBDeletionIT.
In some document (I'm not able to find it right now) I read that local missing 
libs in some folder can lead to fail the test.

Is this the case here?

Julian



Am 27.02.19, 01:40 schrieb "Xiangdong Huang" <saint...@gmail.com>:

    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 <j.feina...@pragmaticminds.de> 于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
    >
    

Reply via email to