frankmu commented on code in PR #2944:
URL: https://github.com/apache/helix/pull/2944#discussion_r1811124742
##########
helix-core/src/test/java/org/apache/helix/integration/rebalancer/TestStickyRebalanceStrategy.java:
##########
@@ -147,9 +140,27 @@ public void afterTest() throws InterruptedException {
_clusterVerifier.verifyByPolling();
}
+ @Test
+ public void testNoSameZoneAssignment() throws Exception {
+
setTopologyAwareAndGlobalMaxPartitionAllowedPerInstanceInCluster(CLUSTER_NAME,
1);
+ Map<String, ExternalView> externalViews = createTestDBs();
Review Comment:
Do you mean by following?
```
Assert.assertTrue(_clusterVerifier.verifyByPolling());
```
If yes, then yes and here is the code pointer:
https://github.com/apache/helix/blob/helix-gateway-service/helix-core/src/test/java/org/apache/helix/integration/rebalancer/TestStickyRebalanceStrategy.java#L332
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]