You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2017/10/10 14:40:31 UTC

[GitHub] flink pull request #4792: [FLINK-7792] [tests][client] Only suppress stdout ...

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/4792

    [FLINK-7792] [tests][client] Only suppress stdout for CLI tests

    ## What is the purpose of the change
    
    This PR modifies the CliFrontendTestUtils to only suppress stdout. Previously we were also suppressing stderr, which also disabled logging.
    
    ## Verifying this change
    
    To verify that this does not cause noise tests, run all tests under `org.apache.flink.client` in `flink-clients` which are the sole users of this method.

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

    $ git pull https://github.com/zentol/flink 7792

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

    https://github.com/apache/flink/pull/4792.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 #4792
    
----
commit 57c8293435de3e2c42fa6e37a95a3c62f69f710c
Author: zentol <ch...@apache.org>
Date:   2017-10-10T14:38:08Z

    [FLINK-7792] [tests][client] Only suppress stdout for CLI tests

----


---

[GitHub] flink pull request #4792: [FLINK-7792] [tests][client] Only suppress stdout ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/4792


---