Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/16#issuecomment-44211915
In my machine, the newly included unit tests are failed as following. Could
you check this?
My machine information is as follows:
* Mac 10.8.5
* SUN JDK 1.7.0_51
* There is no TZ shell environment variable by default.
```
2014-05-27 04:08:55,294 INFO: org.apache.tajo.master.TajoAsyncDispatcher
(stop(122)) - AsyncDispatcher stopped:querymaster_1401131062215
2014-05-27 04:08:55,294 INFO:
org.apache.tajo.master.querymaster.QueryMaster (stop(159)) - QueryMaster stop
2014-05-27 04:08:55,294 INFO:
org.apache.tajo.worker.TajoWorkerClientService (stop(109)) -
TajoWorkerClientService stopping
2014-05-27 04:08:55,295 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(128)) - Rpc (QueryMasterClientProtocol) listened on
0:0:0:0:0:0:0:0:33396) shutdown
2014-05-27 04:08:55,295 INFO:
org.apache.tajo.worker.TajoWorkerClientService (stop(113)) -
TajoWorkerClientService stopped
2014-05-27 04:08:55,296 INFO: org.apache.tajo.worker.TajoWorker (stop(334))
- TajoWorker main thread exiting
Results :
Failed tests:
testDateTimeNow(org.apache.tajo.engine.function.TestDateTimeFunctions): select
current_date(); expected:<2014-05-2[7]> but was:<2014-05-2[6]>
testTimeValueKeyword(org.apache.tajo.engine.function.TestDateTimeFunctions):
select current_date; expected:<2014-05-2[7]> but was:<2014-05-2[6]>
Tests run: 754, Failures: 2, Errors: 0, Skipped: 0
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---