Skip to content

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

@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.EsqlSpecIT" -Dtests.method="test {csv-spec:string.Url_encode_component tests with table reads}" -Dtests.seed=7B21F0F6F13DC72A -Dtests.locale=az-AZ -Dtests.timezone=Canada/Atlantic -Druntime.java=25

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

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

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] 9 failures in test test {csv-spec:string.Url_encode_component tests with table reads} (3.9% fail rate in 228 executions)
  • [main] 2 failures in step part3 (7.1% fail rate in 28 executions)
  • [main] 6 failures in step part-3 (3.8% fail rate in 158 executions)
  • [main] 2 failures in pipeline elasticsearch-intake (7.1% fail rate in 28 executions)
  • [main] 4 failures in pipeline elasticsearch-pull-request (2.6% fail rate in 153 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
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions