[
https://issues.apache.org/jira/browse/FLINK-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14514117#comment-14514117
]
Chesnay Schepler commented on FLINK-1945:
-----------------------------------------
There are no print statements, all output is either
a) job progression: 04/26/2015 15:07:09 MapPartition (PythonMapPartition)(1/1)
switched to SCHEDULED
b) job output: String successful! (yes, this is actually the output of the job)
I'll still try to get rid of the logging though, there was recently a similar
issue so it shouldn't be too hard to fix.
> Make python tests less verbose
> ------------------------------
>
> Key: FLINK-1945
> URL: https://issues.apache.org/jira/browse/FLINK-1945
> Project: Flink
> Issue Type: Improvement
> 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)