-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[AUTOCUT] Gradle Check Flaky Test Report for MetricAggregatorTests #18110
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
Comments
This is easily reproducible:
|
FYI @expani @sandeshkr419 |
I can look into this. |
@andrross I ran Were you able to reproduce it on your end? I notice that the distribution my computer uses is different since the Linux distribution is used in the build where the test failed. Is there any documentation on the possible "-Dtests" configurations I can use, or how I can run the tests on a linux distribution? |
@ajleong623 Yeah I can reproduce it with that seed. Did you remove the AwaitsFix tag on the test that disables it? Line 140 in ae78944
|
@andrross I see what happened. I was running it in an outdated repository originally before the issue showed up, but I just cloned a new repository, and I removed the tag then ran the test. It was reproduced. Thank you so much for the suggestion. |
Just as a quick update, I am still working on this. At the moment, I noticed that the should boolean query is where the error is happening, so maybe that filter is not being applied in the star tree filter. I am diving into how the star tree index processes the documents and trying to see why more docs are being returned. I hope to have the pr out by the end of this week. This is one of the few issues I am working on currently. |
Uh oh!
There was an error while loading. Please reload this page.
Flaky Test Report for
MetricAggregatorTests
Noticed the
MetricAggregatorTests
has some flaky, failing tests that failed during post-merge actions.Details
org.opensearch.search.aggregations.startree.MetricAggregatorTests.testStarTreeDocValues
org.opensearch.search.aggregations.startree.MetricAggregatorTests.testStarTreeDocValues
org.opensearch.search.aggregations.startree.MetricAggregatorTests.testStarTreeDocValues
org.opensearch.search.aggregations.startree.MetricAggregatorTests.testStarTreeDocValues
The other pull requests, besides those involved in post-merge actions, that contain failing tests with the
MetricAggregatorTests
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: