tillrohrmann commented on a change in pull request #16766: URL: https://github.com/apache/flink/pull/16766#discussion_r686122798
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/JobMasterTester.java ########## @@ -239,21 +235,23 @@ private TaskExecutorGateway createTaskExecutorGateway() { private CompletableFuture<Acknowledge> onSubmitTaskConsumer( TaskDeploymentDescriptor taskDeploymentDescriptor, JobMasterId jobMasterId) { - return executionGraphInfoFuture.thenCompose( Review comment: True, I overlooked this part. Sorry. -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org