guozhangwang commented on code in PR #12972:
URL: https://github.com/apache/kafka/pull/12972#discussion_r1099085546


##########
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:
   Just curious: do we need the serverProperties given that we call the 
validate func below with specific `enableUnstableLastVersion` set 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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to