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

[jira] [Closed] (FLINK-17739) ResultPartitionTest.testInitializeMoreStateThanBuffer is unstable

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

Zhijiang closed FLINK-17739.
----------------------------
    Resolution: Fixed

Merged in master: 7796f6e9601cdec3e1377acbfa212e6cfb36f793

> ResultPartitionTest.testInitializeMoreStateThanBuffer is unstable
> -----------------------------------------------------------------
>
>                 Key: FLINK-17739
>                 URL: https://issues.apache.org/jira/browse/FLINK-17739
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Network
>            Reporter: Piotr Nowojski
>            Assignee: Zhijiang
>            Priority: Major
>              Labels: pull-request-available, test-stability
>             Fix For: 1.11.0
>
>
> When run in loop, after ~50-100 runs it throws:
> {noformat}
> java.lang.AssertionError: 
> Expected :2
> Actual   :1
> <Click to see difference>
> 	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.junit.Assert.assertEquals(Assert.java:631)
> 	at org.apache.flink.runtime.io.network.partition.ResultPartitionTest.testInitializeMoreStateThanBuffer(ResultPartitionTest.java:525)
> {noformat}



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