You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Udo Kohlmeyer <uk...@pivotal.io> on 2018/04/24 18:10:10 UTC

Changes to DistributedTestRule

Hi there Apache Devs,

I've committed changes to the DistributedTestRule, which would allow a 
DUnit test to create less than the default 4 VM's.

So if you use the DistributedTestRule in tests that don't require the 
default 4 vm's you can now change those tests to not spin up the unused 
VM's.

--Udo