chia7712 commented on code in PR #17996: URL: https://github.com/apache/kafka/pull/17996#discussion_r1864984925
########## generator/src/test/java/org/apache/kafka/message/checker/MetadataSchemaCheckerToolTest.java: ########## @@ -29,7 +29,10 @@ public class MetadataSchemaCheckerToolTest { @Test public void testVerifyEvolutionGit() throws Exception { try (ByteArrayOutputStream stream = new ByteArrayOutputStream()) { - MetadataSchemaCheckerTool.run(new String[]{"verify-evolution-git", "--file", "AbortTransactionRecord.json"}, new PrintStream(stream)); + MetadataSchemaCheckerTool.run( + new String[]{"verify-evolution-git", "--file", "AbortTransactionRecord.json", "--ref", "HEAD"}, Review Comment: Please add comment for the `HEAD` -- 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