ijuma commented on code in PR #18267:
URL: https://github.com/apache/kafka/pull/18267#discussion_r1894658738


##########
core/src/test/scala/unit/kafka/server/KafkaApisTest.scala:
##########
@@ -3120,19 +3099,16 @@ class KafkaApisTest extends Logging {
   }
 
   @Test
-  def 
shouldRespondWithUnsupportedMessageFormatForBadPartitionAndNoErrorsForGoodPartition():
 Unit = {
-    val tp1 = new TopicPartition("t", 0)
+  def shouldRespondWithNoErrorsForGoodPartition(): Unit = {

Review Comment:
   I think we can delete this test. 
`shouldRespondWithUnknownTopicOrPartitionForBadPartitionAndNoErrorsForGoodPartition`
 seems to cover this path already.



-- 
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]

Reply via email to