Skip to content

[CI] EsqlSpecIT test {knn-function.KnnSearchWithKOption ASYNC} failing #129447

Closed
@elasticsearchmachine

Description

@elasticsearchmachine

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:qa:server:multi-node:javaRestTest" --tests "org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT" -Dtests.method="test {knn-function.KnnSearchWithKOption ASYNC}" -Dtests.seed=9576B00F2DA73CA5 -Dtests.locale=id -Dtests.timezone=Atlantic/Azores -Druntime.java=24

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: 
Data mismatch:
row 3 column 0:a list containing
row 3 column 0:0: expected "teal" but was "silver"
row 3 column 1:a list containing
row 3 column 1:0: expected "[0.0, 128.0, 128.0]" but was "[192.0, 192.0, 192.0]"
Actual:
color:text  | rgb_vector:dense_vector
cyan        | [0.0, 255.0, 255.0]
turquoise   | [64.0, 224.0, 208.0]
aqua marine | [127.0, 255.0, 212.0]
silver      | [192.0, 192.0, 192.0]

Expected:
color:text  | rgb_vector:dense_vector
cyan        | [0.0, 255.0, 255.0]
turquoise   | [64.0, 224.0, 208.0]
aqua marine | [127.0, 255.0, 212.0]
teal        | [0.0, 128.0, 128.0]

Issue Reasons:

  • [main] 3 failures in test test {knn-function.KnnSearchWithKOption ASYNC} (1.2% fail rate in 244 executions)
  • [main] 2 failures in pipeline elasticsearch-pull-request (2.3% fail rate in 88 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

Metadata

Metadata

Assignees

Labels

:Analytics/ES|QLAKA ESQL>test-failureTriaged test failures from CITeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)low-riskAn open issue or test failure that is a low risk to future releases

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions