./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 another sort order SYNC}" -Dtests.seed=158FF6085345BBBA -Dtests.locale=af-Latn-ZA -Dtests.timezone=IET -Druntime.java=24
java.lang.AssertionError:
Data mismatch:
row 0 column 3:a list containing
row 0 column 3:0: expected <0.02222> but was <0.02273>
row 1 column 3:a list containing
row 1 column 3:0: expected <0.01515> but was <0.01493>
Actual:
book_no:keyword | title:text | author:text | _score:double
4536 | War and Peace (Signet Classics) | [John Hockenberry, Leo Tolstoy, Pat Conroy] | 0.02273
2776 | The Devil and Other Stories (Oxford World's Classics) | Leo Tolstoy | 0.01493
5327 | War and Peace | Leo Tolstoy | 0.03846
Expected:
book_no:keyword | title:text | author:text | _score:double
4536 | War and Peace (Signet Classics) | [John Hockenberry,
[truncated]
Build Scans:
Reproduction Line:
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.