Skip to content

[CI] GenerativeForkIT test {csv-spec:string.Url_encode_component tests with table reads} failing #140809

@elasticsearchmachine

Description

@elasticsearchmachine

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:qa:server:single-node:javaRestTest" --tests "org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT" -Dtests.method="test {csv-spec:string.Url_encode_component tests with table reads}" -Dtests.seed=D98C1FA883AFA19B -Dtests.locale=naq-NA -Dtests.timezone=Europe/Jersey -Druntime.java=25

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: 
Data mismatch:
row 0 column 1:a list containing
row 0 column 1:0: expected "Fyodor%20Dostoevsky" but was "J.%20R.%20R.%20Tolkien"
row 0 column 2:a list containing
row 0 column 2:0: expected "The%20brothers%20Karamazov" but was "Realms%20of%20Tolkien%3A%20Images%20of%20Middle-earth"
Actual:
book_no:keyword | author_encoded:keyword | title_encoded:keyword
1211            | J.%20R.%20R.%20Tolkien | Realms%20of%20Tolkien%3A%20Images%20of%20Middle-earth
1463            | J.%20R.%20R.%20Tolkien | Realms%20of%20Tolkien%3A%20Images%20of%20Middle-earth

Expected:
book_no:keyword | author_encoded:keyword | title_encoded:keyword
1211            | Fyodor%20Dostoevsky    | The%20brothers%20Karamazov
1463            | J.%20R.%20R.%20Tolkien | Realms%20of%20Tolkien%3A%20Images%20of%20Middle-earth

Issue Reasons:

  • [main] 12 failures in test test {csv-spec:string.Url_encode_component tests with table reads} (1.8% fail rate in 662 executions)
  • [main] 10 failures in step part-3 (2.3% fail rate in 431 executions)
  • [main] 11 failures in pipeline elasticsearch-pull-request (2.6% fail rate in 426 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)medium-riskAn open issue or test failure that is a medium risk to future releases

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions