-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Fix flaky date histo rest test #16083
Conversation
Signed-off-by: Finn Carroll <carrofin@amazon.com> (cherry picked from commit a42e51d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Gradle check result for 9290076: 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? |
rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/360_date_histogram.yml
Show resolved
Hide resolved
❌ Gradle check result for 9290076: 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 9290076: 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 9290076: 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? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16083 +/- ##
============================================
- Coverage 71.75% 71.66% -0.09%
+ Complexity 64708 64675 -33
============================================
Files 5278 5278
Lines 302570 302615 +45
Branches 44013 44020 +7
============================================
- Hits 217098 216870 -228
- Misses 67315 67589 +274
+ Partials 18157 18156 -1 ☔ View full report in Codecov by Sentry. |
Backport a42e51d from #16067.