Closed
Description
Build Scans:
- elasticsearch-periodic #8745 / encryption-at-rest
- elasticsearch-pull-request #75629 / part-3-fips
- elasticsearch-pull-request #75461 / 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 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.