Re: Query regarding Ignite unit tests

2018-12-04 Thread Ilya Kasnacheev
> > Regards, > > Namrata > > > > *From:* Ilya Kasnacheev > *Sent:* Tuesday, December 04, 2018 6:21 PM > *To:* Namrata Bhave > *Cc:* user@ignite.apache.org > *Subject:* Re: Query regarding Ignite unit tests > > > > Hello! > > > > 1. Why woul

RE: Query regarding Ignite unit tests

2018-12-04 Thread Namrata Bhave
configurations do you feel would suffice to do some basic testing? Thanks for your help! Regards, Namrata From: Ilya Kasnacheev Sent: Tuesday, December 04, 2018 6:21 PM To: Namrata Bhave Cc: user@ignite.apache.org Subject: Re: Query regarding Ignite unit tests Hello! 1. Why would you want to run

Re: Query regarding Ignite unit tests

2018-12-04 Thread Ilya Kasnacheev
egards, > > Namrata > > > > *From:* Ilya Kasnacheev > *Sent:* Monday, December 03, 2018 8:39 PM > *To:* user@ignite.apache.org > *Subject:* Re: Query regarding Ignite unit tests > > > > Hello! > > > > There is no scenario where you would run all tests dur

RE: Query regarding Ignite unit tests

2018-12-04 Thread Namrata Bhave
: Query regarding Ignite unit tests Hello! There is no scenario where you would run all tests during mvn clean install. Normally, tests are run on per test suite basis with specific suite settings. It will make more than a day to run all tests and they might interfere each other. The proper way

Re: Query regarding Ignite unit tests

2018-12-03 Thread Ilya Kasnacheev
Hello! There is no scenario where you would run all tests during mvn clean install. Normally, tests are run on per test suite basis with specific suite settings. It will make more than a day to run all tests and they might interfere each other. The proper way of running tests is

RE: Query regarding Ignite unit tests

2018-12-03 Thread Stanislav Lukyanov
Hi, This is better to be asked on the dev-list – added that to the To, and Bcc’ed user-list. I actually don’t think you can run tests for a specific module – either a single test, or a single test suite, or all of them. I would usually either run a single test from IDEA or run all tests via