clolov commented on code in PR #15673:
URL: https://github.com/apache/kafka/pull/15673#discussion_r1626433087


##########
tools/src/test/java/org/apache/kafka/tools/FeatureCommandTest.java:
##########
@@ -69,10 +69,10 @@ public void testDescribeWithKRaft(ClusterInstance cluster) {
 
         // Change expected message to reflect latest MetadataVersion 
(SupportedMaxVersion increases when adding a new version)
         assertEquals("Feature: metadata.version\tSupportedMinVersion: 
3.0-IV1\t" +
-                "SupportedMaxVersion: 4.0-IV0\tFinalizedVersionLevel: 
3.3-IV1\t", outputWithoutEpoch(features.get(1)));
+                "SupportedMaxVersion: 3.8-IV1\tFinalizedVersionLevel: 
3.3-IV1\t", outputWithoutEpoch(features.get(1)));

Review Comment:
   I haven't had the time to fully check why this had to change from 4.0-IV0 to 
3.8-IV1, but I will circle back tomorrow to confirm should you think it is a 
problem



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