-
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
Fix flaky date histo rest test #16067
Conversation
❌ Gradle check result for 719a67f: 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 719a67f: 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 719a67f: 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? |
Signed-off-by: Finn Carroll <[email protected]>
719a67f
to
e2e8b45
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16067 +/- ##
============================================
+ Coverage 71.99% 72.01% +0.02%
- Complexity 64377 64425 +48
============================================
Files 5281 5281
Lines 301068 301068
Branches 43493 43493
============================================
+ Hits 216740 216808 +68
+ Misses 66504 66474 -30
+ Partials 17824 17786 -38 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Finn Carroll <[email protected]> (cherry picked from commit a42e51d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit a42e51d) Signed-off-by: Finn Carroll <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
Signed-off-by: Finn Carroll <[email protected]>
Description
yaml=search.aggregation/360_date_histogram/Date histogram aggregation w/ shared field range test
is flaky because it assumes there will only be a single segment created for the test index.Previously fixed for other similar tests but this test is missing changes which guarantee a single segment:
#14486
Related Issues
#14408
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.