rmetzger commented on a change in pull request #14963: URL: https://github.com/apache/flink/pull/14963#discussion_r578980290
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/declarative/RestartingTest.java ########## @@ -209,6 +210,7 @@ public void close() throws Exception { NoOpExecutionDeploymentListener.get(), (execution, newState) -> {}, 0L); + setJsonPlan(""); Review comment: This will be removed again once the ExecutionGraph interface PR has been merged. If I don't set the JSON plan, creating an archived execution graph will fail. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org