[
https://issues.apache.org/jira/browse/FLINK-4798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15683622#comment-15683622
]
ASF GitHub Bot commented on FLINK-4798:
---------------------------------------
GitHub user BorisOsipov opened a pull request:
https://github.com/apache/flink/pull/2843
FLINK-4798] CEPITCase.testSimpleKeyedPatternCEP test failure
I've reproduced this issue and found that it is a known issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BorisOsipov/flink FLINK-4798
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2843.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 #2843
----
commit 3bd8b68e432ac53dbb13ca0cf8fa8e9808a733dc
Author: Boris Osipov <[email protected]>
Date: 2016-11-21T13:49:10Z
FLINK-4798] CEPITCase.testSimpleKeyedPatternCEP test failure
- Use TestListResultSink instead of writing tests results on disk to avoid
IO issues
- Move TestListResultSink from flink-tests_2.10 to flink-test-utils_2.10 to
avoid IO issues unnecessary dependencies
----
> CEPITCase.testSimpleKeyedPatternCEP test failure
> ------------------------------------------------
>
> Key: FLINK-4798
> URL: https://issues.apache.org/jira/browse/FLINK-4798
> Project: Flink
> Issue Type: Bug
> Components: CEP
> Affects Versions: 1.2.0
> Reporter: Robert Metzger
> Labels: test-stability
>
> {code}
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.flink.cep.CEPITCase
> Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.627 sec <<<
> FAILURE! - in org.apache.flink.cep.CEPITCase
> testSimpleKeyedPatternCEP(org.apache.flink.cep.CEPITCase) Time elapsed:
> 0.312 sec <<< FAILURE!
> java.lang.AssertionError: Different number of lines in expected and obtained
> result. expected:<3> but was:<1>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at
> org.apache.flink.test.util.TestBaseUtils.compareResultsByLinesInMemory(TestBaseUtils.java:316)
> at
> org.apache.flink.test.util.TestBaseUtils.compareResultsByLinesInMemory(TestBaseUtils.java:302)
> at org.apache.flink.cep.CEPITCase.after(CEPITCase.java:61)
> {code}
> in https://api.travis-ci.org/jobs/166676733/log.txt?deansi=true
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)