Closed
Description
Build Scans:
- elasticsearch-periodic-platform-support #7483 / oraclelinux-8_platform-support-unix
- elasticsearch-periodic #7447 / single-processor-node-tests
- elasticsearch-periodic #7447 / openjdk21_checkpart3_java-fips-matrix
- elasticsearch-periodic #7447 / openjdk24_entitlements_true_checkpart3_java-matrix
- elasticsearch-periodic #7440 / concurrent-search-tests
- elasticsearch-pull-request #66516 / part-3
- elasticsearch-intake #21362 / part3
Reproduction Line:
./gradlew ":x-pack:plugin:esql:qa:server:multi-node:javaRestTest" --tests "org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT" -Dtests.method="test {rerank.Reranker using a single field ASYNC}" -Dtests.seed=4E64DA54DF558CBB -Dtests.locale=mzn-Arab-IR -Dtests.timezone=America/Noronha -Druntime.java=24
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
java.lang.AssertionError:
Data mismatch:
row 1 column 3:a list containing
row 1 column 3:0: expected <0.02222> but was <0.02273>
row 3 column 3:a list containing
row 3 column 3:0: expected <0.01515> but was <0.01493>
Actual:
book_no:keyword | title:text | author:text | _score:double
5327 | War and Peace | Leo Tolstoy | 0.03846
4536 | War and Peace (Signet Classics) | [John Hockenberry, Leo Tolstoy, Pat Conroy] | 0.02273
9032 | War and Peace: A Novel (6 Volumes) | Tolstoy Leo | 0.02083
2776 | The Devil and Other Stories (Oxford World's Classics) | Leo Tolstoy | 0.01493
Expected:
book_no:keyword | title:text | author:text
[truncated]
Issue Reasons:
- [main] 7 failures in test test {rerank.Reranker using multiple fields ASYNC} (4.3% fail rate in 161 executions)
- [main] 2 failures in pipeline elasticsearch-periodic (50.0% fail rate in 4 executions)
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.