Skip to content

[CI] MixedClusterEsqlSpecIT test {union_types.MultiIndexSortIpStringEval ASYNC} failing #127537

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

Closed
elasticsearchmachine opened this issue Apr 29, 2025 · 3 comments · Fixed by #127596
Assignees
Labels
:Analytics/ES|QL AKA ESQL low-risk An open issue or test failure that is a low risk to future releases 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:mixed-cluster:v8.19.0#javaRestTest" -Dtests.class="org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT" -Dtests.method="test {union_types.MultiIndexSortIpStringEval ASYNC}" -Dtests.seed=C7CEC9DEFEB0EEC1 -Dtests.bwc=true -Dtests.locale=mt-MT -Dtests.timezone=Israel -Druntime.java=23

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: expected:<[{name=@timestamp, type=date}, {name=client_ip, type=unsupported, original_types=[ip, keyword], suggested_cast=keyword}, {name=event_duration, type=long}, {name=message, type=keyword}, {name=client_ip_as_ip, type=ip}]> but was:<[{name=@timestamp, type=date}, {name=client_ip, type=unsupported}, {name=event_duration, type=long}, {name=message, type=keyword}, {name=client_ip_as_ip, type=ip}]>

Issue Reasons:

  • [main] 2 failures in test test {union_types.MultiIndexSortIpStringEval ASYNC} (0.7% fail rate in 306 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 labels Apr 29, 2025
elasticsearchmachine added a commit that referenced this issue Apr 29, 2025
…t {union_types.MultiIndexSortIpStringEval ASYNC} #127537
@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch main

Mute Reasons:

  • [main] 2 failures in test test {union_types.MultiIndexSortIpStringEval ASYNC} (0.7% fail rate in 306 executions)

Build Scans:

@elasticsearchmachine elasticsearchmachine added Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) needs:risk Requires assignment of a risk label (low, medium, blocker) labels Apr 29, 2025
@elasticsearchmachine
Copy link
Collaborator Author

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

@alex-spies alex-spies added low-risk An open issue or test failure that is a low risk to future releases and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels Apr 30, 2025
@alex-spies
Copy link
Contributor

The query result JSON is somehow missing the suggested cast (from #127139) in the 8.19 bwc tests; maybe we need to update the test assertion to not expect the suggested cast when the capability for it is missing.

@limotova , do you think you could take a look at this one?

limotova added a commit that referenced this issue May 1, 2025
This commit fixes a bug with the async rest tests where some nodes don't
support reporting original types + suggested cast and some do causing a
mismatch in resulting column info.

Fixes #127537
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL low-risk An open issue or test failure that is a low risk to future releases Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants