pnowojski commented on a change in pull request #9252: [FLINK-13051][runtime] 
Replace the non-selectable stream task with the input-selectable one
URL: https://github.com/apache/flink/pull/9252#discussion_r312903521
 
 

 ##########
 File path: 
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/TwoInputStreamTaskTest.java
 ##########
 @@ -623,36 +597,19 @@ public void testHandlingEndOfInput() throws Exception {
                testHarness.invoke();
                testHarness.waitForTaskRunning();
 
-               TestBoundedTwoInputOperator headOperator = 
(TestBoundedTwoInputOperator) testHarness.getTask().headOperator;
-
 
 Review comment:
   Is this test simplification related to the rest of the commit? Was this test 
failing in the original form?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to