Open
Description
Build Scans:
- elasticsearch-periodic #9314 / release-tests
- elasticsearch-pull-request #79353 / part-3
- elasticsearch-pull-request #79353 / part-3
- elasticsearch-periodic #9209 / release-tests
- elasticsearch-pull-request #79259 / part-3
Reproduction Line:
./gradlew ":x-pack:plugin:esql:qa:server:multi-node:javaRestTest" --tests "org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT.test" -Dtests.seed=EB6A8592FB4FF1D5 -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dlicense.key=x-pack/license-tools/src/test/resources/public.key -Dtests.locale=el-GR -Dtests.timezone=Indian/Cocos -Druntime.java=24
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
java.lang.AssertionError: query: from * | limit 14381 | rename language.id AS vXncocGoC, vector AS `salary`
exception: method [POST], host [http://[::1]:41567], URI [/_query?format=yaml&pretty=true&error_trace=true], status line [HTTP/1.1 400 Bad Request]
---
error:
root_cause:
- type: "verification_exception"
reason: "Found 1 problem\nline 1:57: Cannot use field [vector] with unsupported\
\ type [dense_vector]"
stack_trace: "org.elasticsearch.xpack.esql.VerificationException: Found 1 problem\n\
line 1:57: Cannot use field [vector] with unsupported type [dense_vector]\n\t\
at org.elasticsearch.xpack.esql.analysis.Analyzer.verify(Analyzer.java:205)\n\
\tat org.elasticsearch.xpack.esql.analysis.Analyzer.analyze(Analyzer.java:199)\n\
\tat org.elasticsearch.xpack.esql.session.EsqlSession.lambda$analyzedPlan$4(EsqlSession.java:350)\n\
\tat org.elasticsearch.xpack.esql.session.EsqlSession.analyzeAndMaybeRetry(EsqlSession.java:729)\n\
\tat
[truncated]
Issue Reasons:
- [main] 2 consecutive failures in step release-tests
- [main] 5 failures in test test (2.0% fail rate in 253 executions)
- [main] 2 failures in step release-tests (100.0% fail rate in 2 executions)
- [main] 3 failures in step part-3 (2.9% fail rate in 104 executions)
- [main] 2 failures in pipeline elasticsearch-periodic (40.0% fail rate in 5 executions)
- [main] 2 failures in pipeline elasticsearch-pull-request (1.9% fail rate in 103 executions)
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.