Skip to content

[CI] EsqlSpecIT test {knn-function.KnnSearchWithKOption SYNC} failing #129512

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 SYNC}" -Dtests.seed=AC53DC6C83FAC8A9 -Dtests.locale=nnh-CM -Dtests.timezone=Africa/Porto-Novo -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] 4 failures in test test {knn-function.KnnSearchWithKOption SYNC} (0.5% fail rate in 828 executions)
  • [main] 2 failures in step part-3 (0.6% fail rate in 317 executions)
  • [main] 3 failures in pipeline elasticsearch-pull-request (0.9% fail rate in 319 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)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