You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "lining (Jira)" <ji...@apache.org> on 2019/12/20 08:47:00 UTC

[jira] [Created] (FLINK-15345) CurrentExecution and priorExecutions are inconsistent in the test case

lining created FLINK-15345:
------------------------------

             Summary: CurrentExecution and priorExecutions are inconsistent in the test case
                 Key: FLINK-15345
                 URL: https://issues.apache.org/jira/browse/FLINK-15345
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / REST, Tests
            Reporter: lining


When the length of priorExecutions does not exceed the value of the configuration item jobmanager.execution.attempts-history-size, the attempt should be equal to the length of priorExecutions. So [code in JobExceptionsHandlerTest|https://github.com/apache/flink/blob/master/flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/job/JobExceptionsHandlerTest.java#L104-L121] and [code in SubtaskCurrentAttemptDetailsHandlerTest|https://github.com/apache/flink/blob/master/flink-runtime/src/test/java/org/apache/flink/runtime/rest/handler/job/SubtaskCurrentAttemptDetailsHandlerTest.java#L94-L111] are wrong, we need to update the attempt to 0.



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