kgyrtkirk opened a new pull request, #18847: URL: https://github.com/apache/druid/pull/18847
The changes of #18722 have triggered a bug in surefire which in turn started to write invalid report files. It also passed thru the CI as surefire was failing incorrectly - but as a sideeffet it started causing interesting [annotations](https://github.com/implydata/druid/actions/runs/20258072960) which I've noticed today. The test should have failed in that PR - however it hit this bug and hidden the problem... With surefire 4.5.2 the issue happens "less" ; but it still fails to execute the `NestedDataScanQueryTest`...most likely the `JUnitParamsRunner` doesn't work well with recent surefire and/or junit5... This PR upgraded surefire to 4.5.2 and disables the problematic testcases of `NestedDataScanQueryTest`. -- 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]
