cmccabe commented on code in PR #16347:
URL: https://github.com/apache/kafka/pull/16347#discussion_r1644940428


##########
server-common/src/test/java/org/apache/kafka/server/common/FeaturesTest.java:
##########
@@ -110,7 +110,7 @@ public void 
testLatestProductionMapsToLatestMetadataVersion(Features features) {
     @EnumSource(MetadataVersion.class)
     public void testDefaultTestVersion(MetadataVersion metadataVersion) {
         short expectedVersion;
-        if (!metadataVersion.isLessThan(MetadataVersion.IBP_3_8_IV0)) {
+        if (!metadataVersion.isLessThan(MetadataVersion.IBP_3_9_IV0)) {

Review Comment:
   Is the one you're talking about 
`testDescribeWithKRaftAndBootstrapControllers` in `FeatureCommandTest.java`? I 
think it would be OK to leave that test case on 3.7-IV4, just to provide some 
variety.



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