OpenSearch/qa/sql
Igor Motov 3c444c4719 SQL: Fix test when random JDK TZ doesn't exist in Joda (elastic/x-pack-elasticsearch#2903)
JodaTime timezone db can be out of date compared to that of the JDK which causes the JDBC Connection to fail when the randomized tests pick a timezone that's available in the JDK but not in Joda, like SystemV/PST8. This is happening because JdbcConnection configuration is using system default timezone and tries to pass it to Elasticsearch that is using joda. This commit, explicitly sets the time zone on JdbcConnection to a time zone randomly selected from a list of timezones that are known to both JDK and Joda.

relates elastic/x-pack-elasticsearch#2812

Original commit: elastic/x-pack-elasticsearch@b02e9794a8
2017-11-10 14:16:11 -05:00
..
multinode JDBC metadata integration with security (elastic/x-pack-elasticsearch#2806) 2017-10-30 23:22:12 +00:00
no-security JDBC metadata integration with security (elastic/x-pack-elasticsearch#2806) 2017-10-30 23:22:12 +00:00
security SQL: fix the security index name in audit tests 2017-11-08 12:12:16 -05:00
src/main SQL: Fix test when random JDK TZ doesn't exist in Joda (elastic/x-pack-elasticsearch#2903) 2017-11-10 14:16:11 -05:00
build.gradle SQL: Upgrade JDBC CSV library (elastic/x-pack-elasticsearch#2907) 2017-11-07 11:11:43 -05:00