[ https://issues.apache.org/jira/browse/FLINK-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15011324#comment-15011324 ]
ASF GitHub Bot commented on FLINK-1945: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1376#discussion_r45222496 --- Diff: flink-libraries/flink-python/pom.xml --- @@ -48,6 +48,14 @@ under the License. </archive> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.17</version><!--$NO-MVN-MAN-VER$--> + <configuration> + <forkCount>1</forkCount> --- End diff -- scratch that, works without it as well. gonna remove it. > 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)