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/25 04:39:24 UTC

[jira] [Commented] (TAJO-890) Redirect stdout of maven test to /dev/null in Travis CI script

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

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

GitHub user hyunsik opened a pull request:

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

    TAJO-890: Redirect stdout of maven test to /dev/null in Travis CI script...

    ....

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

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

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

    https://github.com/apache/tajo/pull/47.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 #47
    
----
commit 7d4f2507308794ece46bed41a339e1bcbbe55367
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-06-25T02:37:32Z

    TAJO-890: Redirect stdout of maven test to /dev/null in Travis CI script.

----


> Redirect stdout of maven test to /dev/null in Travis CI script
> --------------------------------------------------------------
>
>                 Key: TAJO-890
>                 URL: https://issues.apache.org/jira/browse/TAJO-890
>             Project: Tajo
>          Issue Type: Task
>          Components: build
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Trivial
>             Fix For: 0.9.0
>
>
> As I mentioned in TAJO-887, Travis CI has some limitation where output log size < 4MB. Recently, output size is likely to exceed 4MB. This patch redirects stdout to /dev/null in order to reduce the log size. Because the stderr will be kept, we can still find the error causes from the message.



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