frankvicky opened a new pull request, #17996: URL: https://github.com/apache/kafka/pull/17996
JIRA: KAFKA-18128 > There are two issues in MetadataSchemaCheckerToolTest it assumes the root folder name is `kafka` it assumes the root folder has ref "refs/heads/trunk" but it is not existent in PR. see the fetch command used by CI ``` git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +e2aee931410fe32dd62ac8b832b437f058c1f43e:refs/remotes/pull/17980/merge ``` >That means the refs in PR repo are only "HEAD" and "refs/remotes/pull/17980/merge" ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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