-
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
[AUTOCUT] Gradle Check Flaky Test Report for MinDocCountIT #14313
Comments
Looks like the |
A quick scan through the other not post-merge related failures indicates that most of the other |
The failure for It's possible that this is due to concurrent search and |
My hunch was that this could be similar to the issue in #9085 for terms aggregations, however based on Lines 335 to 337 in e354201
minDocCount is only applied during the coordinator reduce which makes it unlikely that the this is due to concurrent search as the shard search requests should be identical in both cases.
Will defer to @bowenlan-amzn for any insights related to the recent histogram optimizations. |
Closing this as this might have been fixed in 2.13 |
Flaky Test Report for
MinDocCountIT
Noticed the
MinDocCountIT
has some flaky, failing tests that failed during post-merge actions.Details
org.opensearch.search.aggregations.bucket.MinDocCountIT.testDoubleCountDesc {p0={"search.concurrent_segment_search.enabled":"true"}}
org.opensearch.search.aggregations.bucket.MinDocCountIT.testHistogramKeyDesc {p0={"search.concurrent_segment_search.enabled":"true"}}
The other pull requests, besides those involved in post-merge actions, that contain failing tests with the
MinDocCountIT
class are:For more details on the failed tests refer to OpenSearch Gradle Check Metrics dashboard.
The text was updated successfully, but these errors were encountered: