Re: Plugins in tests

2019-03-04 Thread Maxim Muzafarov
Igniters, It seems that our pre-configured list of plugins a bit grow up. The full list of them for now: TestReconnectPlugin 1.0 StanByClusterTestProvider 1.0 PageMemory tracker plugin 1.0 TestDistibutedConfigurationPlugin 1.0 NodeValidationPluginProvider 1.0 I think we should move them to

Re: Plugins in tests

2018-09-07 Thread Maxim Muzafarov
Alex, Thank you. I've added an additional comment in IGNITE-7679 about PageMemory tracker plugin, so we can move all plugins within a single ticket and do not miss anything. [1] https://issues.apache.org/jira/browse/IGNITE-7679 On Fri, 7 Sep 2018 at 09:39 Alex Plehanov wrote: > Hello Maxim,

Re: Plugins in tests

2018-09-07 Thread Alex Plehanov
Hello Maxim, I miss this conversation and ticket when implementing PageMemory tracker plugin. By default, it's disabled (every method do nothing), but plugin instance created anyway. If we want to get clear Ignite instances in the testing framework in the core module, PageMemory tracker plugin

Re: Plugins in tests

2018-09-06 Thread Maxim Muzafarov
Folks, I've found another plugin - `PageMemory tracker plugin 1.0`. It contains `IGNITE_ENABLE_PAGE_MEMORY_TRACKER` which is `false` by default, so it doesn't participate in current tests. But I think we should also move it to `extdata` module too. Am I right? Should we update JIRA [1]

Re: Plugins in tests

2018-02-12 Thread Dmitriy Govorukhin
Yakov, Agree, I created the issue for this. I will try to do it in the near future. IGNITE-7679 On Tue, Jan 30, 2018 at 8:40 AM, Yakov Zhdanov wrote: > Guys, > > When running tests from core module I see that Ignite

Re: Plugins in tests

2017-08-29 Thread Pavel Tupitsyn
I've replied in JIRA. Yakov, please have a look as well. On Wed, Aug 23, 2017 at 6:44 PM, Vyacheslav Daradur wrote: > Hi, > > >> ticket filed: https://issues.apache.org/jira/browse/IGNITE-5879 > I've done it, could someone review it? > > 2017-07-31 11:13 GMT+03:00 Pavel

Re: Plugins in tests

2017-08-23 Thread Vyacheslav Daradur
Hi, >> ticket filed: https://issues.apache.org/jira/browse/IGNITE-5879 I've done it, could someone review it? 2017-07-31 11:13 GMT+03:00 Pavel Tupitsyn : > Got it, ticket filed: https://issues.apache.org/jira/browse/IGNITE-5879 > > On Fri, Jul 28, 2017 at 5:58 PM, Yakov

Re: Plugins in tests

2017-07-31 Thread Pavel Tupitsyn
Got it, ticket filed: https://issues.apache.org/jira/browse/IGNITE-5879 On Fri, Jul 28, 2017 at 5:58 PM, Yakov Zhdanov wrote: > Pavel, I would create a new module just like "modules/extdata/p2p". > > --Yakov >

Re: Plugins in tests

2017-07-28 Thread Yakov Zhdanov
Pavel, I would create a new module just like "modules/extdata/p2p". --Yakov

Re: Plugins in tests

2017-07-28 Thread Pavel Tupitsyn
TestPlatformPlugin is only needed for .NET tests. I would gladly move it somewhere else, just not sure how to do this properly, because .NET uses ignite-core only. Any advice? Create a new module? Pavel On Fri, Jul 28, 2017 at 2:57 PM, Yakov Zhdanov wrote: > Hello! > > I