chia7712 commented on code in PR #16933:
URL: https://github.com/apache/kafka/pull/16933#discussion_r1726443955


##########
core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala:
##########
@@ -720,10 +720,9 @@ class PlaintextConsumerTest extends BaseConsumerTest {
     assertThrows(classOf[InvalidGroupIdException], () => 
consumer1.commitSync())
   }
 
-  // Empty group ID only supported for classic group protocol
   @ParameterizedTest(name = 
TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames)
   
@MethodSource(Array("getTestQuorumAndGroupProtocolParametersClassicGroupProtocolOnly"))
-  def testConsumingWithEmptyGroupId(quorum: String, groupProtocol: String): 
Unit = {
+  def testConsumingWithoutGroupId(quorum: String, groupProtocol: String): Unit 
= {

Review Comment:
   We can just remove this test case as it is duplicate to 
`testConsumingWithNullGroupId`



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

Reply via email to