mumrah commented on PR #16966: URL: https://github.com/apache/kafka/pull/16966#issuecomment-2305832381
@chia7712 here is the junit parser PR. It parses all the JUnit reports and gathers the failures and skipped tests. These are printed into a Markdown table that becomes part of the job summary. https://github.com/apache/kafka/actions/runs/10514796991?pr=16966#summary-29133975884 Screenshot: <img width="949" alt="image" src="https://github.com/user-attachments/assets/ed43ab7d-be4b-4fb0-b880-e969f9b62be5"> The script also exits with 1 if any failures are found, which gives us the failing status check in the PR. -- 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]
