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

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

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)