yihua opened a new pull request, #10817: URL: https://github.com/apache/hudi/pull/10817
### Change Logs This PR fixes Azure publishing of JUnit results to avoid double counting the same test results. Only the last step in a job should have the `publishJUnitResults` enabled. Otherwise, the tests from the previous step are published again, making these tests double counted: <img width="911" alt="Screenshot 2024-03-04 at 22 40 45" src="https://github.com/apache/hudi/assets/2497195/f59f3131-3e20-4650-964c-daf3cbcfbadb"> <img width="939" alt="Screenshot 2024-03-04 at 22 40 53" src="https://github.com/apache/hudi/assets/2497195/16026c55-0baf-443a-ba67-33141b3564d1"> ### Impact Makes test count in Azure accurate. ### Risk level none ### Documentation Update N/A ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
