abhishekrb19 opened a new pull request, #18817: URL: https://github.com/apache/druid/pull/18817
Currently, we generate a single consolidated test-report across both JDK 17 and JDK 21. Some tests may fail or flake only on one JDK version, which makes it harder to identify the source of the error. This patch generates a separate test report per JDK version, which will allow us to identify the source of a failure by checking the corresponding JDK-specific job. An example of such a test report can be seen [here](https://github.com/abhishekrb19/incubator-druid/actions/runs/19975822372/job/57292839556?pr=302) on my fork. These test-report jobs typically take about a minute to complete, so splitting it per JDK version shouldn't add additional overhead. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
