dajac commented on code in PR #12972: URL: https://github.com/apache/kafka/pull/12972#discussion_r1099087860
########## core/src/test/scala/unit/kafka/server/ApiVersionsRequestTest.scala: ########## @@ -44,6 +44,13 @@ class ApiVersionsRequestTest(cluster: ClusterInstance) extends AbstractApiVersio validateApiVersionsResponse(apiVersionsResponse) } + @ClusterTest(serverProperties = Array(new ClusterConfigProperty(key = "unstable.api.versions.enable", value = "true"))) Review Comment: Yes, we need both. `enableUnstableLastVersion = true` is to actually validate that the unstable is correctly exposed. -- 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