GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/6349
[FLINK-6997][tests] Properly cancel test job
## What is the purpose of the change
With this PR the jobs started in
`SavepointITCase#testSavepointForJobWithIteration` are properly canceled.
Previously they remained in a running state until the cluster was shut down,
causing several exceptions to be logged.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 9872
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6349.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 #6349
----
commit 434d52a4efaa31da59b04ede010b6a7757ebbcbc
Author: zentol <chesnay@...>
Date: 2018-07-17T09:34:29Z
[FLINK-6997][tests] Properly cancel test job
----
---