Chesnay Schepler created FLINK-9872: ---------------------------------------
Summary: SavepointITCase#testSavepointForJobWithIteration does not properly cancell jobs Key: FLINK-9872 URL: https://issues.apache.org/jira/browse/FLINK-9872 Project: Flink Issue Type: Bug Components: Tests Affects Versions: 1.5.1, 1.6.0 Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.5.2, 1.6.0 The {{SavepointITCase}} attempts to cancel a job by calling {{cancel}} on a source instance. However this instance isn't actually executed on the cluster, since it is serialized during the submission process. Additionally we aren't waiting for the cancellation to finish, causing the test to log several exceptions when the cluster is shutdown. -- This message was sent by Atlassian JIRA (v7.6.3#76005)