yunfengzhou-hub commented on code in PR #23927:
URL: https://github.com/apache/flink/pull/23927#discussion_r1435935387


##########
flink-runtime/src/test/java/org/apache/flink/runtime/io/network/partition/consumer/RemoteInputChannelTest.java:
##########
@@ -1736,7 +1738,8 @@ private RemoteInputChannel 
createRemoteInputChannel(SingleInputGate inputGate) {
     private RemoteInputChannel createRemoteInputChannel(
             SingleInputGate inputGate, int consumedSubpartitionIndex, int 
initialCredits) {
         return InputChannelBuilder.newBuilder()
-                .setConsumedSubpartitionIndex(consumedSubpartitionIndex)
+                .setSubpartitionIndexSet(

Review Comment:
   Tests have been migrated to JUnit5 according to the following ticket.
   https://issues.apache.org/jira/browse/FLINK-32850



-- 
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

Reply via email to