pnowojski commented on a change in pull request #8361: [FLINK-12434][network]
Replace listeners with CompletableFuture in InputGates
URL: https://github.com/apache/flink/pull/8361#discussion_r282878814
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/partition/consumer/TestSingleInputGate.java
##########
@@ -48,34 +40,6 @@ public TestSingleInputGate(int numberOfInputChannels,
boolean initialize) {
this.inputGate = spy(realGate);
Review comment:
Ok, travis is green with this extra fix. Merging. Thanks for the review
@StefanRRichter
----------------------------------------------------------------
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]
With regards,
Apache Git Services