[ https://issues.apache.org/jira/browse/FLINK-9622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16532526#comment-16532526
]
ASF GitHub Bot commented on FLINK-9622:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/6244#discussion_r200065001
--- 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 --
probably cleaner to address this issue in a separate commit as the relation isn't obvious.
> 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)
|