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