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