-
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
[BUG] The org.opensearch.search.aggregations.EquivalenceIT.testDuelDepthBreadthFirst {p0={"search.concurrent_segment_search.enabled":"true"}} is flaky #12228
Comments
Thanks @reta, will look into this today |
The NPE is coming from the test itself here: OpenSearch/server/src/internalClusterTest/java/org/opensearch/search/aggregations/EquivalenceIT.java Lines 559 to 562 in 6ed7565
Where the terms agg is not returning an expected bucket. My first thought is that this could be related to the Also it seems the failure is from |
Thanks @jed326 , yeah the NPEs are from tests but apparently the expectations are not met anymore |
Yeah from the shared logs it looks like basically we got a different result from the I've run this test locally 1000+ times with the test seed provided and 1000+ times on random test seeds and haven't seen any failures yet. |
Looking at the results from the given test seed:
The 10th bucket only has 8 docs and the |
Added additional logging to the test and running it on repeat...no reproduced failure yet after 3000 iterations though. |
Thanks @jed326 , I was trying to reproduce it locally and no luck so far as well, let's keep the issue open for some time, in case it pops up again, thank you |
Ran this 10k times over the weekend and still didn't see any reproduction, agree with leaving this open for now. If we do see re-occurrence I think we can consider increasing the |
Closing this issue since we haven't been seeing this test as flaky for a while and if it happens again then |
Describe the bug
The test case
org.opensearch.search.aggregations.EquivalenceIT.testDuelDepthBreadthFirst {p0={"search.concurrent_segment_search.enabled":"true"}}
is flaky:Related component
Search
To Reproduce
Expected behavior
The test should always pass
Additional Details
Plugins
Please list all plugins currently enabled.
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: