capistrant commented on a change in pull request #10739:
URL: https://github.com/apache/druid/pull/10739#discussion_r583995594
##########
File path:
server/src/test/java/org/apache/druid/server/coordinator/rules/LoadRuleTest.java
##########
@@ -661,6 +907,101 @@ public void
testRedundantReplicaDropDuringDecommissioning()
EasyMock.verify(throttler);
}
+ /**
+ * 4 servers serving 1 segment. 2 servers on default guild. 1 server on
guild_2. 1 server on guild_3.
+ * Load Rule specifies 2 replicas expected.
+ * Drop will always happen on default guild to retain guild distribution.
+ */
+ @Test
+ public void testDropMultipleGuilds()
Review comment:
This test fails in CI despite never failing locally. Needs to be looked
into
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]