slfan1989 commented on PR #6001: URL: https://github.com/apache/hive/pull/6001#issuecomment-3172479670
@ayushtkn Thank you for helping review this PR and pointing out the issue. I compared the unit test results across different PRs and am recording the differences here for follow-up resolution. In #6001, the number of successful unit tests was 106,860, whereas in #2635 / #6017 it was 107,274, resulting in a difference of 414 tests. The difference comes from the following six test classes: ``` org.apache.iceberg.rest.TestRESTCatalogJwtAuth Tests run: 103, Skipped: 7 → Passed: 96 org.apache.iceberg.rest.TestRESTCatalogNoneAuth Tests run: 101, Skipped: 7 → Passed: 94 org.apache.iceberg.rest.TestRESTCatalogSimpleAuth Tests run: 102, Skipped: 7 → Passed: 95 org.apache.iceberg.rest.TestRESTViewCatalogJwtAuth Tests run: 44, Skipped: 1 → Passed: 43 org.apache.iceberg.rest.TestRESTViewCatalogNoneAuth Tests run: 44, Skipped: 1 → Passed: 43 org.apache.iceberg.rest.TestRESTViewCatalogSimpleAuth Tests run: 44, Skipped: 1 → Passed: 43 ``` These six test classes contain a total of 438 tests, with 24 skipped and 414 successfully executed. Therefore, the missing tests in #6001 are exactly from the list above. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org