Closed
Description
Build Scans:
- elasticsearch-intake #24109 / part3
- elasticsearch-pull-request #75629 / part-3-fips
- elasticsearch-pull-request #75461 / part-3
- elasticsearch-pull-request #75061 / part-3
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.