lucasbru commented on code in PR #21132:
URL: https://github.com/apache/kafka/pull/21132#discussion_r2619909698
##########
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:
We could do that as well I guess
--
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]