You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2022/02/01 05:20:57 UTC

[flink] branch master updated (fb14d4d -> e54c59e)

This is an automated email from the ASF dual-hosted git repository.

gaoyunhaii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from fb14d4d  [FLINK-25855] Allow JobMaster to accept excess slots when restarting the job
     add e54c59e  [FLINK-24270][checkpoint] Refactor the tests related to the VertexFinishedStateChecker.

No new revisions were added by this update.

Summary of changes:
 .../runtime/checkpoint/CheckpointCoordinator.java  |  21 +-
 .../CheckpointCoordinatorRestoringTest.java        | 353 +++++----------------
 .../CheckpointCoordinatorTestingUtils.java         |  23 +-
 .../checkpoint/VertexFinishedStateCheckerTest.java | 309 ++++++++++++++++++
 4 files changed, 423 insertions(+), 283 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/VertexFinishedStateCheckerTest.java