tillrohrmann commented on a change in pull request #14553:
URL: https://github.com/apache/flink/pull/14553#discussion_r551836428
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphDeploymentTest.java
##########
@@ -742,25 +731,11 @@ private ExecutionGraph createExecutionGraph(Configuration
configuration) throws
0),
null));
- final Time timeout = Time.seconds(10L);
- return ExecutionGraphBuilder.buildGraph(
- null,
- jobGraph,
- configuration,
- executor,
- executor,
- new ProgrammedSlotProvider(1),
Review comment:
Oh yes, good catch. I'll remove it :-)
----------------------------------------------------------------
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:
[email protected]