You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/28 11:50:00 UTC

[jira] [Commented] (FLUME-3155) Use batch mode in mvn to fix Travis CI error

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

ASF GitHub Bot commented on FLUME-3155:
---------------------------------------

GitHub user mcsanady opened a pull request:

    https://github.com/apache/flume/pull/161

    FLUME-3155: Use batch mode in mvn to fix Travis CI error

    Reduce log verbosity with mvn batch mode to avoid this error:
    The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over).
    The job has been terminated

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

    $ git pull https://github.com/mcsanady/flume FLUME-3155

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

    https://github.com/apache/flume/pull/161.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 #161
    
----
commit 5c7f5a9111f492226bc8d4315a0a0dc66e616d5e
Author: Miklos Csanady <mi...@cloudera.com>
Date:   2017-08-28T11:46:49Z

    FLUME-3155: Use batch mode in mvn to fix Travis CI error

----


> Use batch mode in mvn to fix Travis CI error
> --------------------------------------------
>
>                 Key: FLUME-3155
>                 URL: https://issues.apache.org/jira/browse/FLUME-3155
>             Project: Flume
>          Issue Type: Bug
>            Reporter: Miklos Csanady
>
> The Travis test failing with this error:
> The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over).
> The job has been terminated
> The mvn -B switch should be used to reduce output verbosity.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)