GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5736
[FLINK-9042][tests] Port ResumeCheckpointManuallyITCase to flip6
## What is the purpose of the change
Ports the `ResumeCheckpointManuallyITCase` to use `MiniClusterResource`.
This port was much more involved as others and effectively required a full
rewrite.
Previously, a job was started without checkpointing enabled, and we used
internal APIs to trigger an externalized checkpoint, cancel the job, and resume
from the created checkpoint.
Now, checkpointing is enabled (with RETAIN_ON_CANCELLATION), we poll the
checkpoint directory for finished checkpoints, cancel the job, scan again for a
finished checkpoint and resume from it.
## Verifying this change
Run `ResumeCheckpointManuallyITCase` with `flip6` profile enabled/disabled.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 9042
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5736.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5736
----
commit 2ce5353d879bc93dc644f34adaa4fc69dec90263
Author: zentol <chesnay@...>
Date: 2018-03-21T12:31:56Z
[FLINK-9042][tests] Port ResumeCheckpointManuallyITCase to flip6
----
---