All of the WAN dunit tests use more than 5 VMS, but I'm not sure you want
those. Those are anything extending WANTestBase. I also see
LocatorDUnitTest testMultipleLocatorsRestartingAtSameTime does as well.

Thanks,
Barry Oglesby


On Thu, Oct 5, 2017 at 10:05 AM, Kirk Lund <kl...@apache.org> wrote:

> I need help looking for a geode-core dunit test that is using 5 dunit VMs
> instead of 4. I want to review that test and then decide what to do with
> the DistributedTest framework tests that might run after it (the tests that
> verify that dunit itself is ok).
>
> This test is doing something like this:
>
> Host.getHost(0).getVM(4) <-- this is zero-based so it would cause dunit to
> create a 5th VM
>
> Thanks,
> Kirk
>

Reply via email to