Re: Testing Ignite Applications Locally

2017-08-28 Thread Sergey Kozlov
Yakov, ok. I'll do that On Mon, Aug 28, 2017 at 6:19 PM, Yakov Zhdanov wrote: > >As far as Maven archetype, Yakov, is the only purpose of it to load a > project, so users can add tests to it? > > Yes, but not just add. We will also be providing test examples, data > loading

Re: Testing Ignite Applications Locally

2017-08-28 Thread Yakov Zhdanov
>As far as Maven archetype, Yakov, is the only purpose of it to load a project, so users can add tests to it? Yes, but not just add. We will also be providing test examples, data loading application sample, shell scripts, etc. This can be pretty handy thing to create project with all dependencies

Re: Testing Ignite Applications Locally

2017-08-28 Thread Yakov Zhdanov
Sergey, can you please elaborate? --Yakov 2017-08-26 23:51 GMT+03:00 Sergey Kozlov : > The idea is great! > > Also I would suggest an ability to run new (modified) tests 100 times in > loop on the CI server to make sure that they don't cause no sporadic > failures (we can

Re: Testing Ignite Applications Locally

2017-08-26 Thread Sergey Kozlov
The idea is great! Also I would suggest an ability to run new (modified) tests 100 times in loop on the CI server to make sure that they don't cause no sporadic failures (we can include that as part of the requirements before review) On Sat, Aug 26, 2017 at 6:16 PM, Dmitriy Setrakyan

Re: Testing Ignite Applications Locally

2017-08-26 Thread Dmitriy Setrakyan
Love the idea. Let's add Testing Ignite Apps page on Readme. Denis, I don't think we need many snippets, just a few. As far as Maven archetype, Yakov, is the only purpose of it to load a project, so users can add tests to it? D. On Fri, Aug 25, 2017 at 8:51 AM, Denis Magda

Re: Testing Ignite Applications Locally

2017-08-25 Thread Denis Magda
Yasha, Sure, I’ll help from the documentation point but will need raw material from you, guys - test snippets, essential configuration parameters, etc. — Denis > On Aug 25, 2017, at 8:30 AM, Yakov Zhdanov wrote: > > Guys, > > I want to discuss the subject again. It is

Testing Ignite Applications Locally

2017-08-25 Thread Yakov Zhdanov
Guys, I want to discuss the subject again. It is pretty vivid that having wide set of local unit and simple integration tests most likely help to avoid many failures and bugs when going to server environment. I participated in many POC and I can say for sure - if developers are not implementing