rajinisivaram commented on code in PR #12990: URL: https://github.com/apache/kafka/pull/12990#discussion_r1121733442
########## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ########## @@ -1951,20 +1954,47 @@ class PlaintextConsumerTest extends BaseConsumerTest { } @Test - def testConsumerRackIdPropagatedToPartitionAssignor(): Unit = { - consumerConfig.setProperty(ConsumerConfig.CLIENT_RACK_CONFIG, "rack-a") - consumerConfig.setProperty(ConsumerConfig.PARTITION_ASSIGNMENT_STRATEGY_CONFIG, classOf[RackAwareAssignor].getName) - val consumer = createConsumer() - consumer.subscribe(Set(topic).asJava) - awaitAssignment(consumer, Set(tp, tp2)) - } -} + def testRackAwareRangeAssignor(): Unit = { Review Comment: Ah, I missed that one, I think it is one of the new tests that was added when fixing FFF issues. I moved this test to that class. It uses 2 brokers instead of 3, but that seems ok for this test. Thanks. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org