Skip to content
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

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

finnegancarroll
Copy link
Contributor

@finnegancarroll finnegancarroll commented Sep 24, 2024

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

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

Copy link
Contributor

❌ 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?

Copy link
Contributor

❌ 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?

Copy link
Contributor

❌ 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 <carrofin@amazon.com>
Copy link
Contributor

✅ Gradle check result for e2e8b45: SUCCESS

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.01%. Comparing base (f1acc7a) to head (e2e8b45).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@mch2 mch2 added skip-changelog backport 2.x Backport to 2.x branch labels Sep 25, 2024
@mch2 mch2 merged commit a42e51d into opensearch-project:main Sep 25, 2024
64 of 66 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 25, 2024
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>
dblock pushed a commit that referenced this pull request Oct 1, 2024
(cherry picked from commit a42e51d)

Signed-off-by: Finn Carroll <carrofin@amazon.com>
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>
ruai0511 pushed a commit to ruai0511/OpenSearch that referenced this pull request Oct 4, 2024
Signed-off-by: Finn Carroll <carrofin@amazon.com>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 16, 2024
Signed-off-by: Finn Carroll <carrofin@amazon.com>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 17, 2024
Signed-off-by: Finn Carroll <carrofin@amazon.com>
dk2k pushed a commit to dk2k/OpenSearch that referenced this pull request Oct 21, 2024
Signed-off-by: Finn Carroll <carrofin@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants