Skip to content

Many ESQL tests failing with java.lang.UnsupportedOperationException: name for [GEOTILE] #134072

@benwtrent

Description

@benwtrent

CI Link

https://gradle-enterprise.elastic.co/s/pdifuuwutb4be

Repro line

./gradlew ":x-pack:plugin:esql:test" --tests "org.elasticsearch.xpack.esql.expression.function.aggregate.ValuesTests.testFold {TestCase=<s> null in 0}" -Dtests.seed=D66EDB9759C9396D -Dtests.locale=es-SV -Dtests.timezone=Europe/Belfast -Druntime.java=24

Does it reproduce?

Yes

Applicable branches

main

Failure history

No response

Failure excerpt

Intuition says its due to this:

6759036 - ESQL: Add names to aggregator tests (#133760) (3 hours ago)

ValuesTests > testFold {TestCase=<<geotile>s> null in 0} FAILED
    java.lang.UnsupportedOperationException: name for [GEOTILE]
        at __randomizedtesting.SeedInfo.seed([D66EDB9759C9396D:5A1212032EAFC0F4]:0)
        at org.elasticsearch.xpack.esql.expression.function.AbstractAggregationTestCase.standardAggregatorName(AbstractAggregationTestCase.java:540)
        at org.elasticsearch.xpack.esql.expression.function.AbstractAggregationTestCase.standardAggregatorNameAllBytesTheSame(AbstractAggregationTestCase.java:546)
        at org.elasticsearch.xpack.esql.expression.function.aggregate.ValuesTests.lambda$makeSupplier$1(ValuesTests.java:82)
        at org.elasticsearch.xpack.esql.expression.function.AbstractFunctionTestCase.lambda$randomizeBytesRefsOffset$24(AbstractFunctionTestCase.java:682)
        at org.elasticsearch.xpack.esql.expression.function.TestCaseSupplier.get(TestCaseSupplier.java:128)
        at org.elasticsearch.xpack.esql.expression.function.AbstractFunctionTestCase.lambda$anyNullIsNull$3(AbstractFunctionTestCase.java:171)
        at org.elasticsearch.xpack.esql.expression.function.TestCaseSupplier.get(TestCaseSupplier.java:128)
        at org.elasticsearch.xpack.esql.expression.function.TestCaseSupplier.get(TestCaseSupplier.java:65)
        at org.elasticsearch.xpack.esql.expression.function.aggregate.ValuesTests.<init>(ValuesTests.java:38)

Metadata

Metadata

Assignees

Labels

:Analytics/ES|QLAKA ESQL>test-failureTriaged test failures from CITeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)needs:riskRequires assignment of a risk label (low, medium, blocker)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions