Piotr Nowojski created FLINK-17739:
--------------------------------------
Summary: 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
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)