-
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
[BUG] org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=search.aggregation/230_composite/composite aggregation date_histogram profile shows filter rewrite info} is flaky #13971
Comments
@bowenlan-amzn it seems to be caused by #13317, please take a look so we could revert before the release |
@reta will fix this before the 2.15 release. |
@bowenlan-amzn any update on this flaky? I'd prefer we know whats going on here before extending the optimization to range aggs with #13865 |
@mch2 the problem this seems to me is the indexing logic not deterministic. We are indexing like 5 documents here, but in the end there are more than 1 segment. |
Hmm i suspect a scheduled refresh is occurring that would result in two segments. You can disable this by setting |
Describe the bug
The test case
org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=search.aggregation/230_composite/composite aggregation date_histogram profile shows filter rewrite info}
is flaky:Related component
Search:Aggregations
To Reproduce
Expected behavior
The test must always pass
Additional Details
Plugins
Standard
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: