This is an automated email from the ASF dual-hosted git repository.
klund pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from dae8323 GEODE-6033: Update how ClusterStartupRule uses
DistributedRestoreSystemProperties
new 8a782b0 GEODE-6033: Support dynamic VMs in DistributedDiskDirRule
new c29a100 GEODE-6033: Remove unused method from TestRunner
The 7374 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../DistributedDiskDirRuleDistributedTest.java | 96 +++++++++++++
.../junit/rules/DiskDirRuleIntegrationTest.java | 91 ++++++++++++
.../test/dunit/rules/DistributedDiskDirRule.java | 154 +++++++++------------
.../apache/geode/test/junit/rules/DiskDirRule.java | 140 ++++++-------------
.../geode/test/junit/runners/TestRunner.java | 10 --
5 files changed, 294 insertions(+), 197 deletions(-)
create mode 100644
geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/rules/tests/DistributedDiskDirRuleDistributedTest.java
create mode 100644
geode-dunit/src/integrationTest/java/org/apache/geode/test/junit/rules/DiskDirRuleIntegrationTest.java