abbccdda commented on a change in pull request #8295: URL: https://github.com/apache/kafka/pull/8295#discussion_r490506434
########## File path: clients/src/test/java/org/apache/kafka/clients/admin/KafkaAdminClientTest.java ########## @@ -3732,41 +3734,43 @@ public void testListOffsets() throws Exception { Collections.<String>emptySet(), node0); - final TopicPartition tp1 = new TopicPartition("foo", 0); - final TopicPartition tp2 = new TopicPartition("bar", 0); - final TopicPartition tp3 = new TopicPartition("baz", 0); + final TopicPartition tp0 = new TopicPartition("foo", 0); Review comment: I will leave it up to you, as long as you ensure the tests itself are mutated correctly, it's not easy to eyeball such a change for no-op. ---------------------------------------------------------------- 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: us...@infra.apache.org