chia7712 commented on code in PR #23125:
URL: https://github.com/apache/kafka/pull/23125#discussion_r3838319636


##########
server-common/src/test/java/org/apache/kafka/server/common/MetadataVersionTest.java:
##########
@@ -205,10 +207,10 @@ public void 
testRegisterBrokerRecordVersion(MetadataVersion metadataVersion) {
     }
 
     @Test
-    public void assertLatestProductionIsLessThanLatest() {
-        assertTrue(LATEST_PRODUCTION.ordinal() < 
MetadataVersion.latestTesting().ordinal(),
+    public void assertLatestProductionIsNotAfterLatestTesting() {

Review Comment:
   Sorry for my oversight. We should not change those tests at all. The correct 
way is to add `IBP_4_5_IV0`
   
   Would you mind opening a follow-up to address this?



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