abhishekrb19 opened a new pull request, #18807: URL: https://github.com/apache/druid/pull/18807
Migrate `ITNestedQueryPushDownTest` to the embedded test framework. This specific test has particularly been very flaky on PRs often requiring multiple reruns . A few recent failed runs: https://github.com/apache/druid/actions/runs/19917476737/job/57101420884 and https://github.com/apache/druid/actions/runs/19696360296/job/56424984581 Kudos to @kfaraz for leading the efforts on the embedded test framework. The migration itself was quite straightforward. While porting the test, I noticed a SQL bug related to `forcePushDownNestedQuery`, please see the related disabled test. This PR has: - [x] been self-reviewed. - [x] added integration tests. -- 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]
