You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2020/05/29 10:09:00 UTC

[jira] [Closed] (FLINK-17990) ArrowSourceFunctionTestBase.testParallelProcessing is instable

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

Dian Fu closed FLINK-17990.
---------------------------
    Resolution: Fixed

Merged to master via 95793258bc9603d8c16c51615408514c9e57b20d and release-1.11 via c5194d1c913b6e536347a8a1049deb3ec701e168.

> ArrowSourceFunctionTestBase.testParallelProcessing is instable
> --------------------------------------------------------------
>
>                 Key: FLINK-17990
>                 URL: https://issues.apache.org/jira/browse/FLINK-17990
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python
>    Affects Versions: 1.11.0
>            Reporter: Dian Fu
>            Assignee: Dian Fu
>            Priority: Major
>              Labels: pull-request-available, test-stability
>             Fix For: 1.11.0
>
>
> It failed on cron JDK 11 tests with following error:
> {code}
> 2020-05-27T21:37:21.2840832Z [ERROR] testParallelProcessing(org.apache.flink.table.runtime.arrow.sources.ArrowSourceFunctionTest)  Time elapsed: 0.433 s  <<< FAILURE!
> 2020-05-27T21:37:21.2841551Z java.lang.AssertionError: expected:<4> but was:<5>
> 2020-05-27T21:37:21.2842025Z 	at org.junit.Assert.fail(Assert.java:88)
> 2020-05-27T21:37:21.2842470Z 	at org.junit.Assert.failNotEquals(Assert.java:834)
> 2020-05-27T21:37:21.2842994Z 	at org.junit.Assert.assertEquals(Assert.java:645)
> 2020-05-27T21:37:21.2843484Z 	at org.junit.Assert.assertEquals(Assert.java:631)
> 2020-05-27T21:37:21.2844779Z 	at org.apache.flink.table.runtime.arrow.sources.ArrowSourceFunctionTestBase.checkElementsEquals(ArrowSourceFunctionTestBase.java:243)
> 2020-05-27T21:37:21.2845873Z 	at org.apache.flink.table.runtime.arrow.sources.ArrowSourceFunctionTestBase.testParallelProcessing(ArrowSourceFunctionTestBase.java:233)
> {code}
> instance: [https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_apis/build/builds/2304/logs/535]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)