You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2021/09/06 03:04:00 UTC

[jira] [Created] (FLINK-24162) PartiallyFinishedSourcesITCase fails due to assertion error in DrainingValidator.validateOperatorLifecycle

Xintong Song created FLINK-24162:
------------------------------------

             Summary: PartiallyFinishedSourcesITCase fails due to assertion error in DrainingValidator.validateOperatorLifecycle
                 Key: FLINK-24162
                 URL: https://issues.apache.org/jira/browse/FLINK-24162
             Project: Flink
          Issue Type: Bug
          Components: API / DataStream
    Affects Versions: 1.14.0, 1.15.0
            Reporter: Xintong Song
             Fix For: 1.14.0, 1.15.0


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=23526&view=logs&j=8fd9202e-fd17-5b26-353c-ac1ff76c8f28&t=ea7cf968-e585-52cb-e0fc-f48de023a7ca&l=4639

{code}
Sep 03 23:17:11 [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 19.233 s <<< FAILURE! - in org.apache.flink.runtime.operators.lifecycle.PartiallyFinishedSourcesITCase
Sep 03 23:17:11 [ERROR] test[simple graph SINGLE_SUBTASK, failover: true]  Time elapsed: 2.27 s  <<< FAILURE!
Sep 03 23:17:11 java.lang.AssertionError
Sep 03 23:17:11 	at org.junit.Assert.fail(Assert.java:87)
Sep 03 23:17:11 	at org.junit.Assert.assertTrue(Assert.java:42)
Sep 03 23:17:11 	at org.junit.Assert.assertFalse(Assert.java:65)
Sep 03 23:17:11 	at org.junit.Assert.assertFalse(Assert.java:75)
Sep 03 23:17:11 	at org.apache.flink.runtime.operators.lifecycle.validation.DrainingValidator.validateOperatorLifecycle(DrainingValidator.java:56)
Sep 03 23:17:11 	at org.apache.flink.runtime.operators.lifecycle.validation.TestOperatorLifecycleValidator.lambda$checkOperatorsLifecycle$1(TestOperatorLifecycleValidator.java:52)
Sep 03 23:17:11 	at java.util.HashMap.forEach(HashMap.java:1289)
Sep 03 23:17:11 	at org.apache.flink.runtime.operators.lifecycle.validation.TestOperatorLifecycleValidator.checkOperatorsLifecycle(TestOperatorLifecycleValidator.java:47)
Sep 03 23:17:11 	at org.apache.flink.runtime.operators.lifecycle.PartiallyFinishedSourcesITCase.test(PartiallyFinishedSourcesITCase.java:94)
{code}



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