[
https://issues.apache.org/jira/browse/FLINK-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010917#comment-15010917
]
ASF GitHub Bot commented on FLINK-1945:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/1376
[FLINK-1945][py] Python Tests less verbose
Tests now extend from JavaProgramTestBase, were consolidated into less
files to reduce build time, and restructured to not be utterly chaotic.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 1945_pytest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1376.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 #1376
----
commit 2132e0e82c86be1a7a1090fb7af5ba4388a20e62
Author: zentol <[email protected]>
Date: 2015-11-18T11:52:42Z
[FLINK-1945][py] Python Tests less verbose
Tests now extend from JavaProgramTestBase, and were consolidated into less
files to reduce build time.
----
> Make python tests less verbose
> ------------------------------
>
> Key: FLINK-1945
> URL: https://issues.apache.org/jira/browse/FLINK-1945
> Project: Flink
> Issue Type: Improvement
> Components: Python API, Tests
> Reporter: Till Rohrmann
> Assignee: Chesnay Schepler
> Priority: Minor
>
> Currently, the python tests print a lot of log messages to stdout.
> Furthermore there seems to be some println statements which clutter the
> console output. I think that these log messages are not required for the
> tests and thus should be suppressed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)