Closed
Description
Build Scans:
- elasticsearch-periodic-platform-support #8838 / ubuntu-2004_platform-support-unix
- elasticsearch-pull-request #76287 / part-3
- elasticsearch-intake #24214 / part3
- elasticsearch-periodic-platform-support #8784 / amazonlinux-2023_platform-support-aws
- elasticsearch-periodic #8769 / openjdk23_checkpart3_java-matrix
- elasticsearch-pull-request #75524 / part-3
- elasticsearch-pull-request #75225 / part-3
- elasticsearch-pull-request #75200 / part-3
Reproduction Line:
./gradlew ":x-pack:plugin:esql:qa:server:single-node:javaRestTest" --tests "org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT.test" -Dtests.seed=BE7A51AF09F454D0 -Dtests.locale=lo-Laoo-LA -Dtests.timezone=Asia/Ho_Chi_Minh -Druntime.java=24
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
java.lang.AssertionError: query: from airport* | sort city DESC NULLS LAST, name DESC NULLS FIRST, abbrev DESC NULLS LAST, type | keep `location`, `city_boundary`, `type` | FORK ( WHERE true ) ( WHERE true ) ( WHERE true ) ( WHERE true ) | WHERE _fork == "fork2" | DROP _fork | stats JRMiDenh = count_distinct(`type`), OvBKCHIX = count_distinct(city_boundary), city_boundary = count(*), BYbspSJFjq = count_distinct(`type`), OymeVOOOGy = count(*) by type
exception: method [POST], host [http://[::1]:40853], URI [/_query?format=cbor&pretty=true&error_trace=true], status line [HTTP/1.1 500 Internal Server Error]
Warnings: [No limit defined, adding default limit of [1000]]
¿eerror¿jroot_cause�¿dtypex�esql_illegal_argument_exceptionfreasonx�illegal data type [geo_shape]kstack_trace�y��org.elasticsearch.xpack.esql.EsqlIllegalArgumentException: illegal data type [geo_shape]
at org.elasticsearch.xpack.esql.EsqlIllegalArgumentException.illegalDataType(EsqlIllegalArgumentException.java:43)
at org
[truncated]
Issue Reasons:
- [main] 8 failures in test test (1.3% fail rate in 628 executions)
- [main] 4 failures in step part-3 (1.7% fail rate in 239 executions)
- [main] 2 failures in pipeline elasticsearch-periodic-platform-support (15.4% fail rate in 13 executions)
- [main] 4 failures in pipeline elasticsearch-pull-request (1.7% fail rate in 239 executions)
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.