Page 1 of 1

Build from source:OK - but tests fail

PostPosted:Fri Oct 18, 2019 4:31 pm
by brinkema
Build 3.6.7 from source works fine, but when running tests I get 1 failure and 6 errors. Should I care (e.g., it's the tests, not the code).

Re: Build from source:OK - but tests fail

PostPosted:Sat Oct 19, 2019 10:27 am
by jllort
Yes, the unit test is currently not well solved for being executed from maven, you should compile as:
Code: Select all
mvn clean package -Dmaven.test.skip=true