kfaraz commented on code in PR #13114:
URL: https://github.com/apache/druid/pull/13114#discussion_r976032416
##########
server/src/test/java/org/apache/druid/server/coordinator/simulate/SegmentLoadingNegativeTest.java:
##########
@@ -217,44 +217,4 @@ public void
testLoadOfFullyReplicatedSegmentIsNotCancelled()
);
}
- /**
- * Correct behaviour: Balancing should never cause over-replication, even
when
- * the inventory view is not updated.
- * <p>
- * Fix Apache #12881 to fix this test.
- */
- @Test
- public void testBalancingWithStaleInventoryCausesOverReplication()
Review Comment:
Moved this test to
`SegmentLoadingTest.testBalancingWithStaleInventoryDoesNotOverReplicate()`
--
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]