-
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] org.opensearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregatorTests.testQueryFiltering test failure #4789
Comments
A quick investigation suggests that when this random call generates a value less than 21 for the random double, then the test will fail. |
Hey @andrross, I would like to work on this issue. Can you assign it to me? |
Done! Thanks for looking into this! |
Can anyone guide me in short as to what I have to do to solve this issue? |
@SohamRatnaparkhi So changing the |
Okay, I will try and find out the reason too along with changing 20 to a 21. |
Hi, tried searching in the code base as to why code breaks at value = 20. Anyways, So I am making a PR by changing 20 to 21. |
I can get it to fail with 21 and 22. Any progress on this? Can I take this on? |
@andrross @SohamRatnaparkhi can you assign this one to me? |
@austintlee For some reason GitHub does not allow me to add you in the assignee field, but please feel free to take this on. Thanks! |
…oject#4789) Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
Closed via #7317 |
Describe the bug
A test failure, possibly flakey - Noticed with #4786
To Reproduce
Expected behavior
Plugins
Screenshots
Host/Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: