OpenSearch/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
..
cli Build: Run assemble automatically before running cli from gradle (elastic/x-pack-elasticsearch#2918) 2017-11-07 20:51:07 +01:00
cli-proto Fix error handling in SQL's CLI (elastic/x-pack-elasticsearch#2730) 2017-10-12 16:32:15 +00:00
jdbc 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
jdbc-proto Eliminate NOCOMMITS per discussion 2017-10-13 00:33:16 +03:00
server Improve grammar so keywords have priority over identifiers 2017-11-09 21:40:09 +02:00
shared-client Fix import 2017-10-30 19:01:15 -04:00
shared-proto Rename SQL's net-client project to shared-client (elastic/x-pack-elasticsearch#2756) 2017-10-30 22:59:01 +00:00
test-utils Add versioned DataInput and DataOutput to SQL (elastic/x-pack-elasticsearch#2600) 2017-09-25 11:01:57 -04:00
build.gradle SQL: Trivial gradle files cleanups (elastic/x-pack-elasticsearch#2447) 2017-09-08 09:43:18 -04:00