Matthias created FLINK-20076: -------------------------------- Summary: DispatcherTest.testOnRemovedJobGraphDoesNotCleanUpHAFiles does not test the desired functionality Key: FLINK-20076 URL: https://issues.apache.org/jira/browse/FLINK-20076 Project: Flink Issue Type: Bug Components: Runtime / Coordination Affects Versions: 1.11.2, 1.10.2 Reporter: Matthias Assignee: Matthias Fix For: 1.12.0
{{DispatcherTest.testOnRemovedJobGraphDoesNotCleanUpHAFiles}} succeeds but due to different reasons: The used {{TestingJobGraphStore}} is not started. An {{IllegalStateException}} prevents the code from reaching the set `removeJobGraphFuture` to get triggered. Hence, the test succeeds but not for the reason the test was implemented for. -- This message was sent by Atlassian Jira (v8.3.4#803005)