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

ASF GitHub Bot commented on FLINK-9622:
---------------------------------------

Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6244#discussion_r200073559
  
    --- Diff: 
flink-fs-tests/src/test/java/org/apache/flink/hdfstests/DistributedCacheDfsTest.java
 ---
    @@ -128,7 +130,7 @@ public void testDistributeFileViaDFS() throws Exception 
{
     
                env.fromElements(1)
                        .map(new TestMapFunction())
    -                   .print();
    +                   .addSink(new DiscardingSink<>());
    --- End diff --
    
    True, will change the PR accordingly.


> DistributedCacheDfsTest failed on travis
> ----------------------------------------
>
>                 Key: FLINK-9622
>                 URL: https://issues.apache.org/jira/browse/FLINK-9622
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.6.0
>            Reporter: Sihua Zhou
>            Assignee: Till Rohrmann
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.6.0
>
>
> DistributedCacheDfsTest#testDistributeFileViaDFS() failed flakey on travis.
> instance: https://api.travis-ci.org/v3/job/394399700/log.txt



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to