Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] EsqlSpecIT test {lookup-join.MvJoinKeyOnTheDataNode ASYNC} failing #119179

Open
elasticsearchmachine opened this issue Dec 20, 2024 · 1 comment
Labels
:Analytics/ES|QL AKA ESQL needs:risk Requires assignment of a risk label (low, medium, blocker) Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:qa:server:multi-node:javaRestTest" --tests "org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT" -Dtests.method="test {lookup-join.MvJoinKeyOnTheDataNode ASYNC}" -Dtests.seed=9A6807D01B175C1B -Dtests.locale=kn -Dtests.timezone=Europe/Zurich -Druntime.java=23

Applicable branches:
8.x

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: 
Data mismatch:
row 3 column 2:a list containing
row 3 column 2:0: expected "[Mv-Lang, Mv-Lang2]" but was "[Mv-Lang2, Mv-Lang]"
Actual:
emp_no:integer | language_code:integer | language_name:keyword
10004          | 4                     | Quenya               
10005          | 5                     | null                 
10006          | 6                     | Mv-Lang              
10007          | 7                     | [Mv-Lang2, Mv-Lang]  

Expected:
emp_no:integer | language_code:integer | language_name:keyword
10004          | 4                     | Quenya               
10005          | 5                     | null                 
10006          | 6                     | Mv-Lang              
10007          | 7                     | [Mv-Lang, Mv-Lang2]  

Issue Reasons:

  • [8.x] 2 consecutive failures in test test {lookup-join.MvJoinKeyOnTheDataNode ASYNC}
  • [8.x] 2 failures in test test {lookup-join.MvJoinKeyOnTheDataNode ASYNC} (1.1% fail rate in 188 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

@elasticsearchmachine elasticsearchmachine added :Analytics/ES|QL AKA ESQL >test-failure Triaged test failures from CI Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) needs:risk Requires assignment of a risk label (low, medium, blocker) labels Dec 20, 2024
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-analytical-engine (Team:Analytics)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL needs:risk Requires assignment of a risk label (low, medium, blocker) Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

1 participant