-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Analytics/SQLSQL queryingSQL querying>test-failureTriaged test failures from CITriaged test failures from CI
Description
Able to reproduce reliably:
./gradlew ':x-pack:plugin:sql:qa:single-node:integTestRunner' \
-Dtests.seed=2261437312AC94BD \
-Dtests.class=org.elasticsearch.xpack.sql.qa.single_node.JdbcResultSetIT \
-Dtests.method="testGettingDateWithoutCalendar" \
-Dtests.security.manager=true \
-Dtests.locale=id \
-Dtests.timezone=Indian/Antananarivo \
-Dcompiler.java=12 \
-Druntime.java=13
Failure:
FAILURE 1.91s | JdbcResultSetIT.testGettingDateWithoutCalendar <<< FAILURES!
> Throwable #1: java.lang.AssertionError: expected:<7167-11-30> but was:<7167-12-01>
> at __randomizedtesting.SeedInfo.seed([2261437312AC94BD:1B08EC485054097C]:0)
> at org.elasticsearch.xpack.sql.qa.jdbc.ResultSetTestCase.lambda$testGettingDateWithoutCalendar$134(ResultSetTestCase.java:886)
> at org.elasticsearch.xpack.sql.qa.jdbc.ResultSetTestCase.doWithQuery(ResultSetTestCase.java:1402)
> at org.elasticsearch.xpack.sql.qa.jdbc.ResultSetTestCase.doWithQuery(ResultSetTestCase.java:1390)
> at org.elasticsearch.xpack.sql.qa.jdbc.ResultSetTestCase.testGettingDateWithoutCalendar(ResultSetTestCase.java:881)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:567)
> at java.base/java.lang.Thread.run(Thread.java:830)
Seems specifically related to Java13. I tried without Java 13 and it passed.
Metadata
Metadata
Assignees
Labels
:Analytics/SQLSQL queryingSQL querying>test-failureTriaged test failures from CITriaged test failures from CI