rkhachatryan commented on a change in pull request #13351:
URL: https://github.com/apache/flink/pull/13351#discussion_r499823224



##########
File path: 
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskMultipleInputSelectiveReadingTest.java
##########
@@ -183,6 +183,9 @@ public void testInputStarvation() throws Exception {
                                        
.setupOutputForSingletonOperatorChain(new 
TestInputStarvationMultipleInputOperatorFactory())
                                        .build()) {
 
+                       for (int i = 0; i < testHarness.inputGates.length; i++) 
{
+                               testHarness.processSingleStep();
+                       }

Review comment:
       Yes! :smile: 




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


Reply via email to