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-

Test failure on build

2017-10-24 Thread Michael Zhuravlev
Hello, everybody! I'm new to Ignite and have just try to build it from master brunch. And I've got test failure on test NetworkFailureTest. I've got some questions about this test: 1. Why there are hardcoded ip addresses like 192.168.0.100? I have no such network on my network card. I thing it's w