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


##########
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:
   We made some janky changes in #23125, and I left come comments there. Please 
take a look and apply the changes :)



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