You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate flaky ITNestedQueryPushDownTest to embedded test (#18807)
* Add embedded test ForcePushdownNestedQuery (to replace the existing flaky IT).
The ITNestedQueryPushDownTest has recently been very flaky.
So this patch migrates it to the Embedded test framework and hopefully
should resolve any flakiness in this IT for good.
* Remove references to the old IT: ITNestedQueryPushDownTest
* Original native queries for completeness.
* Review suggestion: break down into native and sql queries each
0 commit comments