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


##########
core/src/test/scala/unit/kafka/server/StreamsGroupHeartbeatRequestTest.scala:
##########
@@ -111,31 +110,6 @@ class StreamsGroupHeartbeatRequestTest(cluster: 
ClusterInstance) extends GroupCo
     assertEquals(expectedResponse, streamsGroupHeartbeatResponse)
   }
 
-  @ClusterTest(
-    serverProperties = Array(
-      new ClusterConfigProperty(key = 
GroupCoordinatorConfig.GROUP_COORDINATOR_REBALANCE_PROTOCOLS_CONFIG, value = 
"classic,consumer,streams"),
-    )
-  )
-  def 
testStreamsGroupHeartbeatIsInaccessibleWhenUnstableLatestVersionNotEnabled(): 
Unit = {
-    val topology = new StreamsGroupHeartbeatRequestData.Topology()
-      .setEpoch(1)
-      .setSubtopologies(List().asJava)
-    
-    val streamsGroupHeartbeatResponse = streamsGroupHeartbeat(
-      groupId = "test-group",
-      memberId = "test-member",
-      rebalanceTimeoutMs = 1000,
-      activeTasks = List.empty,
-      standbyTasks = List.empty,
-      warmupTasks = List.empty,
-      topology = topology,
-      expectedError = Errors.NOT_COORDINATOR

Review Comment:
   This error appears to be caused by the non-existence of the offset topic. 
Perhaps we can keep the test, but rename it to reflect this specific scenario



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