gaoyunhaii commented on a change in pull request #15055:
URL: https://github.com/apache/flink/pull/15055#discussion_r658442395
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/partition/consumer/TestInputChannel.java
##########
@@ -190,6 +190,9 @@ public void resumeConsumption() {
isBlocked = false;
}
+ @Override
+ public void acknowledgeAllRecordsProcessed() throws IOException {}
Review comment:
Currently we should be able to throw `UnsupportedOperationException` and
not affect the existing tests. I modified all the related testing
`InputChannel` and `InputGate` to throw `UnsupportedOperationException` for now.
--
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]