mhansonp commented on a change in pull request #7124:
URL: https://github.com/apache/geode/pull/7124#discussion_r782497976
##########
File path:
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/control/RebalanceOperationComplexDistributedTest.java
##########
@@ -204,9 +201,14 @@ public void testThreeZonesHaveTwoCopiesAfterRebalance()
throws Exception {
int zoneABucketCount = getBucketCount(1);
int zoneBBucketCount = getBucketCount(2);
int zoneCBucketCount = getBucketCount(3);
-
assertThat(zoneABucketCount).isGreaterThanOrEqualTo(75).isLessThanOrEqualTo(76);
-
assertThat(zoneBBucketCount).isGreaterThanOrEqualTo(75).isLessThanOrEqualTo(76);
-
assertThat(zoneCBucketCount).isGreaterThanOrEqualTo(75).isLessThanOrEqualTo(76);
+ final int LOWER_BOUND = 75;
+ final int UPPER_BOUND = 76;
Review comment:
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]