You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2016/01/14 21:26:39 UTC

[jira] [Resolved] (FLINK-2020) Table API JoinITCase fails non-deterministically

     [ https://issues.apache.org/jira/browse/FLINK-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabian Hueske resolved FLINK-2020.
----------------------------------
    Resolution: Cannot Reproduce

Haven't seen this again.
Closing as non-reproduceable. 

> Table API JoinITCase fails non-deterministically
> ------------------------------------------------
>
>                 Key: FLINK-2020
>                 URL: https://issues.apache.org/jira/browse/FLINK-2020
>             Project: Flink
>          Issue Type: Bug
>          Components: Java API, Table API
>    Affects Versions: 0.9
>            Reporter: Fabian Hueske
>
> I observed the following failing test case in one of my Travis builds.
> {code}
> Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.526 sec <<< FAILURE! - in org.apache.flink.api.scala.table.test.JoinITCase
> testJoinWithMultipleKeys[Execution mode = CLUSTER](org.apache.flink.api.scala.table.test.JoinITCase)  Time elapsed: 0.265 sec  <<< FAILURE!
> java.lang.AssertionError: Different number of lines in expected and obtained result. expected:<6> but was:<5>
> 	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:258)
> 	at org.apache.flink.test.util.TestBaseUtils.compareResultsByLinesInMemory(TestBaseUtils.java:244)
> 	at org.apache.flink.api.scala.table.test.JoinITCase.after(JoinITCase.scala:49)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)