You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/06/05 20:33:01 UTC

[jira] [Commented] (TAJO-868) TestDateTimeFunctions unit test is occasionally failed

    [ https://issues.apache.org/jira/browse/TAJO-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019068#comment-14019068 ] 

ASF GitHub Bot commented on TAJO-868:
-------------------------------------

GitHub user hyunsik opened a pull request:

    https://github.com/apache/tajo/pull/34

    TAJO-868: TestDateTimeFunctions unit test is occasionally failed.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hyunsik/tajo TAJO-868

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/34.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #34
    
----
commit 53797b74f5a0b31425f3bb5a18d336a057f7d5ac
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-06-05T18:27:25Z

    TAJO-868: TestDateTimeFunctions unit test is occasionally failed.

----


> TestDateTimeFunctions unit test is occasionally failed
> ------------------------------------------------------
>
>                 Key: TAJO-868
>                 URL: https://issues.apache.org/jira/browse/TAJO-868
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.9.0
>
>
> This is some urgent issue.
> {noformat}
> 2014-06-05 02:25:57,942 INFO: org.apache.tajo.worker.TajoWorker (stop(334)) - TajoWorker main thread exiting
> Results :
> Failed tests:   testDateTimeNow(org.apache.tajo.engine.function.TestDateTimeFunctions): select cast(extract(hour from current_time()) as INT4); expected:<[0]3> but was:<[]3>
>  testTimeValueKeyword(org.apache.tajo.engine.function.TestDateTimeFunctions): select cast(extract(hour from current_time) as INT4); expected:<[0]3> but was:<[]3>
> Tests run: 772, Failures: 2, Errors: 0, Skipped: 0
> [INFO] ----------------------------------------------
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)