Re: Another way to write a DUnit Test

2017-02-16 Thread Anilkumar Gingade
Its used in LuceneClusterConfigurationDUnitTest -Anil. On Thu, Feb 16, 2017 at 4:40 PM, Jinmei Liao wrote: > It seems there is no usage of this LocatorServerConfigurationRule. It does > look like a duplicate. > > On Thu, Feb 16, 2017 at 4:37 PM, Anilkumar Gingade

Re: Another way to write a DUnit Test

2017-02-16 Thread Jinmei Liao
It seems there is no usage of this LocatorServerConfigurationRule. It does look like a duplicate. On Thu, Feb 16, 2017 at 4:37 PM, Anilkumar Gingade wrote: > I had similar rule added for locator startup...where you can start locator > by passing required properties. > Look

Re: Another way to write a DUnit Test

2017-02-16 Thread Anilkumar Gingade
I had similar rule added for locator startup...where you can start locator by passing required properties. Look for: LocatorServerConfigurationRule (we can remove this, instead of having duplicate rules) -Anil. On Thu, Feb 16, 2017 at 2:26 PM, Jinmei Liao wrote: > We've

Another way to write a DUnit Test

2017-02-16 Thread Jinmei Liao
We've created a few JUnit rules to ease the pain of starting up locator/servers in different vms. Please check these rules out: LocatorServerStartupRule: this rule will allow you to easily start up locator/server in a give VM with the properties you would like to configure them, and get the