Re: Test failure on build

2017-10-24 Thread Michael Zhuravlev
Yes, I've read it. It seems strange build with skiptTest. Well, let it be. 2017-10-24 16:46 GMT+03:00 Николай Ижиков : > Hello, Michael. > > Yes, it OK for local build. > Do you have a chance to read a link from my previous mail? > > > 2017-10-24 16:39 GMT+03:00 Michael Zhuravlev : > > > I ran "m

Re: Test failure on build

2017-10-24 Thread Николай Ижиков
Hello, Michael. Yes, it OK for local build. Do you have a chance to read a link from my previous mail? 2017-10-24 16:39 GMT+03:00 Michael Zhuravlev : > I ran "mvn package", without -DskiptTests. Is it ok to build project > without test? > > 2017-10-24 16:03 GMT+03:00 Николай Ижиков : > > > Hell

Re: Test failure on build

2017-10-24 Thread Michael Zhuravlev
I ran "mvn package", without -DskiptTests. Is it ok to build project without test? 2017-10-24 16:03 GMT+03:00 Николай Ижиков : > Hello, Michael. > > Did you run commands described in docs? > > https://ignite.apache.org/community/contribute.html > > ``` > # Build project. > $ mvn clean package -Ds

Re: Test failure on build

2017-10-24 Thread Николай Ижиков
Hello, Michael. Did you run commands described in docs? https://ignite.apache.org/community/contribute.html ``` # Build project. $ mvn clean package -DskipTests # Run Apache RAT $ mvn clean validate -Pcheck-licenses ``` Can you provide command you run and detailed stack trace you got? 2017-