Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/4509#discussion_r152972315 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/io/network/partition/consumer/RemoteInputChannelTest.java --- @@ -729,6 +804,12 @@ public Void call() throws Exception { }; } + /** + * Submits all the callable tasks to the executor and waits the results. --- End diff -- `waits for the results`
---