[
https://issues.apache.org/jira/browse/FLINK-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14576758#comment-14576758
]
ASF GitHub Bot commented on FLINK-2180:
---------------------------------------
GitHub user gaborhermann opened a pull request:
https://github.com/apache/flink/pull/802
[wip] [FLINK-2180] [streaming] Iteration test fix
* Fixed the iteration test at DataStreamTest
* Will add more tests for DataStream
* Will fix IterateTest
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaborhermann/flink FLINK-2180
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/802.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 #802
----
commit bf612f4e4133712fc454ab0417aa563e08a526b4
Author: Gábor Hermann <[email protected]>
Date: 2015-06-08T07:37:40Z
[streaming] Added iteration test for DataStream
----
> Streaming iterate test fails spuriously
> ---------------------------------------
>
> Key: FLINK-2180
> URL: https://issues.apache.org/jira/browse/FLINK-2180
> Project: Flink
> Issue Type: Bug
> Components: Streaming
> Affects Versions: 0.9
> Reporter: Márton Balassi
> Assignee: Gábor Hermann
>
> Following output seen occasionally:
> Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.667 sec <<<
> FAILURE! - in org.apache.flink.streaming.api.IterateTest
> test(org.apache.flink.streaming.api.IterateTest) Time elapsed: 3.662 sec
> <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at org.apache.flink.streaming.api.IterateTest.test(IterateTest.java:154)
> See: https://travis-ci.org/mbalassi/flink/jobs/65803465
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)