Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <[email protected]>
  • Loading branch information
see-quick committed Oct 21, 2024
1 parent 5ccc96a commit d225b72
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,6 @@ void testAutoKafkaRebalanceScaleUpScaleDown() {
KafkaResource.replaceKafkaResourceInSpecificNamespace(testStorage.getNamespaceName(), testStorage.getClusterName(), kafka -> kafka.getSpec().getKafka().setReplicas(initialReplicas));
}

// TODO: ScaleDownPreventionCheck here is also preventionCheck (because no re-balance has happen) and there are still hosted partitions

KafkaUtils.waitUntilKafkaHasExpectedAutoRebalanceModeAndBrokers(testStorage.getNamespaceName(), testStorage.getClusterName(),
KafkaRebalanceMode.REMOVE_BROKERS,
// brokers with [6, 7]
Expand Down

0 comments on commit d225b72

Please sign in to comment.