ijuma commented on code in PR #18845: URL: https://github.com/apache/kafka/pull/18845#discussion_r1950199486
########## server-common/src/main/java/org/apache/kafka/server/common/UnitTestFeatureVersion.java: ########## @@ -321,7 +321,7 @@ public Map<String, Short> dependencies() { * The feature is used to test the default value has MV dependency that is behind the bootstrap MV. */ public enum FV7 implements FeatureVersion { - UT_FV7_0(0, MetadataVersion.MINIMUM_KRAFT_VERSION, Collections.singletonMap(MetadataVersion.FEATURE_NAME, MetadataVersion.IBP_3_7_IV0.featureLevel())), + UT_FV7_0(0, MetadataVersion.MINIMUM_VERSION, Collections.singletonMap(MetadataVersion.FEATURE_NAME, MetadataVersion.IBP_3_7_IV0.featureLevel())), Review Comment: Interesting - that test is passing, so I'll have to check why. -- 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