Fabian Hueske created FLINK-1841:
------------------------------------
Summary: WindowJoinITCase fails
Key: FLINK-1841
URL:
https://issues.apache.org/jira/browse/FLINK-1841 Project: Flink
Issue Type: Bug
Components: Streaming
Affects Versions: 0.9
Reporter: Fabian Hueske
The WindowJoinITCase failed in a Travis build:
https://travis-ci.org/fhueske/flink/jobs/57547875{code}
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.54 sec <<< FAILURE! - in org.apache.flink.streaming.examples.test.join.WindowJoinITCase
testJobWithoutObjectReuse(org.apache.flink.streaming.examples.test.join.WindowJoinITCase) Time elapsed: 4.638 sec <<< FAILURE!
java.lang.AssertionError: Different number of lines in expected and obtained result. expected:<17> but was:<24>
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.join.WindowJoinITCase.postSubmit(WindowJoinITCase.java:41)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)