Hi Ilya, Thank you for your reply.
I still have some queries about the execution. 1. I want to run tests for tag 2.6.0 , but could not find any existing builds for same. Can you please help me in running tests for tag 2.6.0? 2. Secondly how to run test suite with specific suite settings? Any documentation which can list down what all the test suites are present? 3. How to locally run the tests on our agent/VMs without adding agents to TeamCity? Thanks and Regards, Namrata From: Ilya Kasnacheev <[email protected]> Sent: Monday, December 03, 2018 8:39 PM To: [email protected] Subject: Re: 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 of running tests is ci.ignite.apache.org<http://ci.ignite.apache.org> which should be available to all contributors (I think). You should ask to be a contributor on developers list. So the realistic way to build Ignite is -DskipTests. OR, -DfailIfNoTests=false -Dtest=SpecificClassTest. Regards, -- Ilya Kasnacheev пн, 3 дек. 2018 г. в 14:54, Namrata Bhave <[email protected]<mailto:[email protected]>>: 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 in ignite-indexing, ignite-clients and ignite-ml modules as well. I have tried setting JAVA heap settings, running on a system with 32GB RAM. Is there a way to avoid this and get complete test results? Also, is there any CI or such environment where I can get results of unit tests? Would appreciate any help provided. Thanks and Regards, Namrata DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
