Stephan Ewen created FLINK-1839:
-----------------------------------
Summary: Failures in TwitterStreamITCase
Key: FLINK-1839
URL:
https://issues.apache.org/jira/browse/FLINK-1839 Project: Flink
Issue Type: Bug
Components: Streaming
Affects Versions: 0.9
Reporter: Stephan Ewen
The test seems unstable and fails occasionally with the error below
{code}
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.508 sec <<< FAILURE! - in org.apache.flink.streaming.examples.test.twitter.TwitterStreamITCase
testJobWithoutObjectReuse(org.apache.flink.streaming.examples.test.twitter.TwitterStreamITCase) Time elapsed: 3.739 sec <<< FAILURE!
java.lang.AssertionError: Different number of lines in expected and obtained result. expected:<146> but was:<144>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.apache.flink.test.util.TestBaseUtils.compareResultsByLinesInMemory(TestBaseUtils.java:256)
at org.apache.flink.test.util.TestBaseUtils.compareResultsByLinesInMemory(TestBaseUtils.java:242)
at org.apache.flink.streaming.examples.test.twitter.TwitterStreamITCase.postSubmit(TwitterStreamITCase.java:34)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)