-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[CI] MedianAbsoluteDeviationAggregatorTests.testSomeMatchesSortedNumericDocValues fails (seed-specific) #38937
Copy link
Copy link
Closed
Labels
:Analytics/AggregationsAggregationsAggregations>test-failureTriaged test failures from CITriaged test failures from CI
Description
My PR build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request-1/8268/console got the following error:
FAILURE 0.06s J4 | MedianAbsoluteDeviationAggregatorTests.testSomeMatchesSortedNumericDocValues <<< FAILURES!
> Throwable #1: java.lang.AssertionError:
> Expected: within <10.0> percent of <447718.0>
> but: was <501660.0>
> at __randomizedtesting.SeedInfo.seed([9BA06947D4BA0876:29F621FB9B5A78F0]:0)
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregatorTests.lambda$testSomeMatchesSortedNumericDocValues$6(MedianAbsoluteDeviationAggregatorTests.java:105)
> at org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregatorTests.testCase(MedianAbsoluteDeviationAggregatorTests.java:184)
> at org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregatorTests.testSomeMatchesSortedNumericDocValues(MedianAbsoluteDeviationAggregatorTests.java:98)
> at java.lang.Thread.run(Thread.java:748)
This reproduces locally using:
FAILURE 0.06s J4 | MedianAbsoluteDeviationAggregatorTests.testSomeMatchesSortedNumericDocValues <<< FAILURES!
> Throwable #1: java.lang.AssertionError:
> Expected: within <10.0> percent of <447718.0>
> but: was <501660.0>
> at __randomizedtesting.SeedInfo.seed([9BA06947D4BA0876:29F621FB9B5A78F0]:0)
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregatorTests.lambda$testSomeMatchesSortedNumericDocValues$6(MedianAbsoluteDeviationAggregatorTests.java:105)
> at org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregatorTests.testCase(MedianAbsoluteDeviationAggregatorTests.java:184)
> at org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregatorTests.testSomeMatchesSortedNumericDocValues(MedianAbsoluteDeviationAggregatorTests.java:98)
> at java.lang.Thread.run(Thread.java:748)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Analytics/AggregationsAggregationsAggregations>test-failureTriaged test failures from CITriaged test failures from CI
Type
Fields
Give feedbackNo fields configured for issues without a type.