This is an automated email from the ASF dual-hosted git repository.
mhanson pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from b2417ca GEODE-9942: Include JUnit 5 tests in stress tests (#7256)
add 83ce65f GEODE-9815: Prefer to remove a redundant copy in the same
zone (#7124)
No new revisions were added by this update.
Summary of changes:
.../RebalanceOperationComplexDistributedTest.java | 125 ++-
...alanceOperationComplexPart2DistributedTest.java | 223 +++++
.../cache/partitioned/rebalance/model/Member.java | 6 +-
.../model/PartitionedRegionLoadModel.java | 119 ++-
.../PartitionedRegionLoadModelJUnitTest.java | 1057 +++++++++++++++-----
5 files changed, 1261 insertions(+), 269 deletions(-)
create mode 100644
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/control/RebalanceOperationComplexPart2DistributedTest.java