Skip to content

[CI] InternalGeoCentroidTests#testReduceRandom fails on 6.x #29480

@dnhatn

Description

@dnhatn

InternalGeoCentroidTests#testReduceRandom fails on 6.x branch.

InternalGeoCentroidTests.testReduceRandom <<< FAILURES!
   > Throwable #1: java.lang.NullPointerException
   >    at __randomizedtesting.SeedInfo.seed([6447FA9D630D8B60:A47A568C45501236]:0)
   >    at org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroidTests.assertReduced(InternalGeoCentroidTests.java:71)
   >    at org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroidTests.assertReduced(InternalGeoCentroidTests.java:34)
   >    at org.elasticsearch.test.InternalAggregationTestCase.testReduceRandom(InternalAggregationTestCase.java:262)
   >    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   >    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   >    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   >    at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   >    at java.base/java.lang.Thread.run(Thread.java:844)

I can reproduce this locally on 6.x branch.

./gradlew :server:test -Dtests.seed=6447FA9D630D8B60 -Dtests.class=org.elasticsearch.search.aggregations.metrics.geocentroid.InternalGeoCentroidTests -Dtests.method="testReduceRandom" -Dtests.security.manager=true -Dtests.locale=sv -Dtests.timezone=America/Eirunepe

CI: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+ccr-6.x+feature-branch/50/console

Metadata

Metadata

Assignees

Labels

:Analytics/AggregationsAggregations>testIssues or PRs that are addressing/adding tests>test-failureTriaged test failures from CI

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions