-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Description
Test reproducibly fails on elasticsearch 6.3, 6.x, and master on my local Mac laptop:
Last CLI failure on
Reproduce:
./gradlew :x-pack:plugin:sql:test -Dtests.seed=56E62F320F1CC3E3 -Dtests.class=org.elasticsearch.xpack.sql.execution.search.extractor.CompositeKeyExtractorTests -Dtests.method="testExtractDate" -Dtests.security.manager=true -Dtests.locale=he -Dtests.timezone=Atlantic/Faeroe
with an error message:
17:16:06 ERROR 0.06s J2 | CompositeKeyExtractorTests.testExtractDate <<< FAILURES!
17:16:06 > Throwable #1: java.lang.IllegalArgumentException: The datetime zone id 'SystemV/YST9' is not recognised
...
17:16:06 > at org.joda.time.DateTimeZone.forTimeZone(DateTimeZone.java:380)
17:16:06 > at org.elasticsearch.xpack.sql.execution.search.extractor.CompositeKeyExtractorTests.testExtractDate(CompositeKeyExtractorTests.java:65)
Or another time zone reproduction line:
/gradlew :x-pack:plugin:sql:test -Dtests.seed=A303E5CA896B87E9 -Dtests.class=org.elasticsearch.xpack.sql.execution.search.extractor.CompositeKeyExtractorTests -Dtests.method="testExtractDate" -Dtests.security.manager=true -Dtests.locale=id-ID -Dtests.timezone=Asia/Dhaka
with an error:
Throwable #1: java.lang.IllegalArgumentException: The datetime zone id 'SystemV/AST4' is not recognised