Hyunsik Choi created TAJO-2186:
----------------------------------
Summary: TestResultSet.testDateTimeType fails in UTC timezone
Key: TAJO-2186
URL: https://issues.apache.org/jira/browse/TAJO-2186
Project: Tajo
Issue Type: Bug
Environment: export TZ=UTC
Reporter: Hyunsik Choi
Fix For: 0.12.0
Please see this travis log. TestResultSet.testDateTimeType failed. I looked
into this issue. I found that this test fails if the timezone is UTC. You can
reproduce as follows:
{noformat}
$ cd tajo-jdbc
$ export TZ=UTC
$ mvn test
...
2017-12-03 10:05:09,386 INFO: org.apache.tajo.catalog.store.DerbyStore
(shutdown(75)) - Shutdown database
Results :
Failed tests:
TestResultSet.testDateTimeType:243 expected: java.sql.Time<23:00:00> but was:
java.sql.Time<23:00:00>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)