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] MixedClusterEsqlSpecIT test {string.NegatedNotEqualsToUpperFolded SYNC} failing #119437

Closed
elasticsearchmachine opened this issue Jan 1, 2025 · 2 comments
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

elasticsearchmachine commented Jan 1, 2025

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:qa:server:mixed-cluster:v8.12.2#javaRestTest" -Dtests.class="org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT" -Dtests.method="test {string.EqualsToUpperFolded SYNC}" -Dtests.seed=577487F03FEF300C -Dtests.bwc=true -Dtests.locale=yrl-Latn-BR -Dtests.timezone=Africa/Bangui -Druntime.java=23

Applicable branches:
8.x

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

org.elasticsearch.client.ResponseException: method [POST], host [http://[::1]:36217], URI [/_query?format=cbor&pretty=true&error_trace=true], status line [HTTP/1.1 400 Bad Request]
Warnings: [No limit defined, adding default limit of [500]]
¿eerror¿jroot_cause�¿dtypevverification_exceptionfreasonx�Found 1 problem
line 2:9: Unknown function [to_upper], did you mean any of [to_ver, to_integer, to_ip, to_str, to_ulong, to_ul]?kstack_tracey
�org.elasticsearch.xpack.esql.analysis.VerificationException: Found 1 problem
line 2:9: Unknown function [to_upper], did you mean any of [to_ver, to_integer, to_ip, to_str, to_ulong, to_ul]?
	at org.elasticsearch.xpack.esql.analysis.Analyzer.verify(Analyzer.java:120)
	at org.elasticsearch.xpack.esql.analysis.Analyzer.analyze(Analyzer.java:114)
	at org.elasticsearch.xpack.esql.session.EsqlSession.lambda$analyzedPlan$2(EsqlSession.java:145)
	at org.elasticsearch.xpack.esql.session.EsqlSession.lambda$preAnalyze$5(EsqlSession.java:170)
	at [email protected]/org.elasticsearch.action.ActionListenerImplementations$ResponseWrappingActionListener.onResponse(ActionListenerImplementations.java:236)
	at org.elasticsearch.xpack.ql.index.IndexResolver.lambda$resolveAsMergedMapping$8(IndexResolver.java:382)
	at [email protected]/org.elasticsearch.action.ActionListenerImplementations$ResponseWrappingActionListener.onResponse(ActionListenerImplementations.java:236)
	at [email protected]/org.elasticsearch.action.ActionListener$4.onResponse(ActionListener.java:344)
	at [email protected]/org.elasticsearch.tasks.TaskManager$1.onResponse(TaskManager.java:202)
	at [email protected]/org.elasticsearch.tasks.TaskManager$1.onResponse(TaskManager.java:196)
	at [email protected]/org.elasticsearch.action.ActionListener.completeWith(ActionListener.java:306)
	at [email protected]/org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction.mergeIndexResponses(TransportFieldCapabilitiesAction.java:256)
	at [email protected]/org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction.lambda$doExecuteForked$5(TransportFieldCapabilitiesAction.java:189)
	at [email protected]/org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
	at [email protected]/org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
	at [email protected]/org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
	at [email protected]/org.elasticsearch.core.Releasables$3.close(Releasables.java:142)
	at [email protected]/org.elasticsearch.common.util.concurrent.RunOnce.run(RunOnce.java:40)
	at [email protected]/org.elasticsearch.action.fieldcaps.RequestDispatcher.innerExecute(RequestDispatcher.java:153)
	at [email protected]/org.elasticsearch.action.fieldcaps.RequestDispatcher$1.doRun(RequestDispatcher.java:122)
	at [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at [email protected]/org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)
	at [email protected]/org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:983)
	at [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
ÿÿdtypevverification_exceptionfreasonx�Found 1 problem
line 2:9: Unknown function [to_upper], did you mean any of [to_ver, to_integer, to_ip, to_str, to_ulong, to_ul]?kstack_tracey
�org.elasticsearch.xpack.esql.analysis.VerificationException: Found 1 problem
line 2:9: Unknown function [to_upper], did you mean any of [to_ver, to_integer, to_ip, to_str, to_ulong, to_ul]?
	at org.elasticsearch.xpack.esql.analysis.Analyzer.verify(Analyzer.java:120)
	at org.elasticsearch.xpack.esql.analysis.Analyzer.analyze(Analyzer.java:114)
	at org.elasticsearch.xpack.esql.session.EsqlSession.lambda$analyzedPlan$2(EsqlSession.java:145)
	at org.elasticsearch.xpack.esql.session.EsqlSession.lambda$preAnalyze$5(EsqlSession.java:170)
	at [email protected]/org.elasticsearch.action.ActionListenerImplementations$ResponseWrappingActionListener.onResponse(ActionListenerImplementations.java:236)
	at org.elasticsearch.xpack.ql.index.IndexResolver.lambda$resolveAsMergedMapping$8(IndexResolver.java:382)
	at [email protected]/org.elasticsearch.action.ActionListenerImplementations$ResponseWrappingActionListener.onResponse(ActionListenerImplementations.java:236)
	at [email protected]/org.elasticsearch.action.ActionListener$4.onResponse(ActionListener.java:344)
	at [email protected]/org.elasticsearch.tasks.TaskManager$1.onResponse(TaskManager.java:202)
	at [email protected]/org.elasticsearch.tasks.TaskManager$1.onResponse(TaskManager.java:196)
	at [email protected]/org.elasticsearch.action.ActionListener.completeWith(ActionListener.java:306)
	at [email protected]/org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction.mergeIndexResponses(TransportFieldCapabilitiesAction.java:256)
	at [email protected]/org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction.lambda$doExecuteForked$5(TransportFieldCapabilitiesAction.java:189)
	at [email protected]/org.elasticsearch.core.AbstractRefCounted$1.closeInternal(AbstractRefCounted.java:118)
	at [email protected]/org.elasticsearch.core.AbstractRefCounted.decRef(AbstractRefCounted.java:70)
	at [email protected]/org.elasticsearch.action.support.RefCountingRunnable.close(RefCountingRunnable.java:112)
	at [email protected]/org.elasticsearch.core.Releasables$3.close(Releasables.java:142)
	at [email protected]/org.elasticsearch.common.util.concurrent.RunOnce.run(RunOnce.java:40)
	at [email protected]/org.elasticsearch.action.fieldcaps.RequestDispatcher.innerExecute(RequestDispatcher.java:153)
	at [email protected]/org.elasticsearch.action.fieldcaps.RequestDispatcher$1.doRun(RequestDispatcher.java:122)
	at [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at [email protected]/org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33)
	at [email protected]/org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:983)
	at [email protected]/org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
ÿfstatus���ÿ

Issue Reasons:

  • [8.x] 5 consecutive failures in step 8.12.2_bwc
  • [8.x] 9 failures in test test {string.NegatedNotEqualsToUpperFolded SYNC} (8.6% fail rate in 105 executions)
  • [8.x] 5 failures in step 8.12.2_bwc (100.0% fail rate in 5 executions)
  • [8.x] 4 failures in step 8.11.4_bwc (80.0% fail rate in 5 executions)
  • [8.x] 6 failures in pipeline elasticsearch-periodic (100.0% fail rate in 6 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 Jan 1, 2025
@elasticsearchmachine
Copy link
Collaborator Author

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

@luigidellaquila luigidellaquila 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 Jan 2, 2025
@luigidellaquila luigidellaquila self-assigned this Jan 2, 2025
@luigidellaquila
Copy link
Contributor

Fixed by #119448

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

No branches or pull requests

2 participants