-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 2.x] Add a flag in QueryShardContext to differentiate inner hit query #16620
Conversation
…ry and an inner hit query (#16600) Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit c9edb48) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Gradle check result for 19d012e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 19d012e: Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Flaky test failed. |
❌ Gradle check result for 19d012e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
@msfroh could you re-trigger the test? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16620 +/- ##
============================================
+ Coverage 71.72% 71.86% +0.14%
- Complexity 65300 65389 +89
============================================
Files 5314 5314
Lines 305140 305171 +31
Branches 44458 44464 +6
============================================
+ Hits 218859 219314 +455
+ Misses 68025 67504 -521
- Partials 18256 18353 +97 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Michael Froh <[email protected]>
❌ Gradle check result for c83a191: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Backport c9edb48 from #16600.