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


##########
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:
   Yeah, upon rebasing this does need to be 4.0-IV0, I suspect my workspace was 
confused when I ran the test locally. Reverted!



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