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 {date.EvalDateParseWithTimezone SYNC} failing #119163

Closed
elasticsearchmachine opened this issue Dec 19, 2024 · 1 comment · Fixed by #119216
Closed
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

elasticsearchmachine commented Dec 19, 2024

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:esql:qa:server:mixed-cluster:v8.16.3#javaRestTest" -Dtests.class="org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT" -Dtests.method="test {date.EvalDateParseWithOtherTimezoneSpecifiers SYNC}" -Dtests.seed=6F3243308FC73065 -Dtests.bwc=true -Dtests.locale=mfe-MU -Dtests.timezone=America/Chicago -Druntime.java=17 -Dtests.fips.enabled=true

Applicable branches:
8.17

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

java.lang.AssertionError: Expected an empty list
0: <unexpected> but was "Date format [yyyy/dd/MM HH:mm:ss O] contains textual field specifiers that could change in JDK 23. See [https://www.elastic.co/guide/en/elasticsearch/reference/8.17/mapping-date-format.html#custom-date-format-locales] for more information."

Issue Reasons:

  • [8.17] 2 consecutive failures in step openjdk17_8.16.3_java-fips-matrix-bwc
  • [8.17] 4 consecutive failures in step openjdk17_8.16.3_java-matrix-bwc
  • [8.17] 3 consecutive failures in step openjdk21_8.16.3_java-matrix-bwc
  • [8.17] 35 failures in test test {date.EvalDateParseWithTimezone SYNC} (34.0% fail rate in 103 executions)
  • [8.17] 6 failures in step openjdk17_8.16.3_java-fips-matrix-bwc (50.0% fail rate in 12 executions)
  • [8.17] 8 failures in step openjdk22_8.16.3_java-matrix-bwc (66.7% fail rate in 12 executions)
  • [8.17] 6 failures in step graalvm-ce17_8.16.3_java-matrix-bwc (54.5% fail rate in 11 executions)
  • [8.17] 8 failures in step openjdk17_8.16.3_java-matrix-bwc (80.0% fail rate in 10 executions)
  • [8.17] 7 failures in step openjdk21_8.16.3_java-matrix-bwc (58.3% fail rate in 12 executions)
  • [8.17] 11 failures in pipeline elasticsearch-periodic (91.7% fail rate in 12 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 19, 2024
@elasticsearchmachine
Copy link
Collaborator Author

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

bpintea added a commit to bpintea/elasticsearch that referenced this issue Dec 23, 2024
Allow warning header for date specifiers that could change in JDK23.
Relevant for 8.x BWC tests.

Related: elastic#118603

Fixes elastic#119148 Fixes elastic#119151 Fixes elastic#119152 Fixes elastic#119153 Fixes elastic#119154
Fixes elastic#119160 Fixes elastic#119161 Fixes elastic#119162 Fixes elastic#119163 Fixes elastic#119164
Fixes elastic#119165 Fixes elastic#119166 Fixes elastic#119167
bpintea added a commit to bpintea/elasticsearch that referenced this issue Dec 23, 2024
Allow warning header for date specifiers that could change in JDK23.
Relevant for 8.x BWC tests.

Related: elastic#118603

Fixes elastic#119148 Fixes elastic#119151 Fixes elastic#119152 Fixes elastic#119153 Fixes elastic#119154
Fixes elastic#119160 Fixes elastic#119161 Fixes elastic#119162 Fixes elastic#119163 Fixes elastic#119164
Fixes elastic#119165 Fixes elastic#119166 Fixes elastic#119167
bpintea added a commit to bpintea/elasticsearch that referenced this issue Dec 23, 2024
Allow warning header for date specifiers that could change in JDK23.
Relevant for 8.x BWC tests.

Related: elastic#118603

Fixes elastic#119148 Fixes elastic#119151 Fixes elastic#119152 Fixes elastic#119153 Fixes elastic#119154
Fixes elastic#119160 Fixes elastic#119161 Fixes elastic#119162 Fixes elastic#119163 Fixes elastic#119164
Fixes elastic#119165 Fixes elastic#119166 Fixes elastic#119167
elasticsearchmachine pushed a commit that referenced this issue Dec 23, 2024
Allow warning header for date specifiers that could change in JDK23.
Relevant for 8.x BWC tests.

Related: #118603

Fixes #119148 Fixes #119151 Fixes #119152 Fixes #119153 Fixes #119154
Fixes #119160 Fixes #119161 Fixes #119162 Fixes #119163 Fixes #119164
Fixes #119165 Fixes #119166 Fixes #119167
elasticsearchmachine pushed a commit that referenced this issue Dec 23, 2024
Allow warning header for date specifiers that could change in JDK23.
Relevant for 8.x BWC tests.

Related: #118603

Fixes #119148 Fixes #119151 Fixes #119152 Fixes #119153 Fixes #119154
Fixes #119160 Fixes #119161 Fixes #119162 Fixes #119163 Fixes #119164
Fixes #119165 Fixes #119166 Fixes #119167
elasticsearchmachine pushed a commit that referenced this issue Dec 23, 2024
Allow warning header for date specifiers that could change in JDK23.
Relevant for 8.x BWC tests.

Related: #118603

Fixes #119148 Fixes #119151 Fixes #119152 Fixes #119153 Fixes #119154
Fixes #119160 Fixes #119161 Fixes #119162 Fixes #119163 Fixes #119164
Fixes #119165 Fixes #119166 Fixes #119167
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

Successfully merging a pull request may close this issue.

1 participant