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
TeamCity https://ci.ignite.apache.org. Igniters, please help Namrata here with the best practices of working with tests. Stan From: Namrata Bhave Sent: 3 декабря 2018 г. 14:54 To: user@ignite.apache.org Subject: Query regarding Ignite unit tests Hi, I have recently started working with Apache

Query regarding Ignite unit tests

2018-12-03 Thread Namrata Bhave
Hi, I have recently started working with Apache Ignite. Build on x86 Ubuntu 16.04 is complete. However, while running tests using `mvn test` command, the execution gets stuck while running `ignite-core` module. Hence started running tests on individual modules, where similar behavior was seen