Could someone provide context on how integration & dunit tests are run in CI?
I remember geode had dockerized test plugin that isolates test execution. But looking at this PR[1] it seems we removed usage of that plugin and have a customized mechanism to allocate ports so that we don't need to run tests in docker containers. But the CI source (execute_tests.sh) seems to still pass docker image -PdunitDockerUser=geode -PdunitDockerImage=\$(docker images. So do we need to run these tests in docker containers? 1. https://github.com/apache/geode/pull/6720 Sai