sunhaibotb 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_r319390830
##########
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:
> Was this test failing in the original form?
No.
For the reason that can be simplified, please see [comments of the previous
PR#8731](https://github.com/apache/flink/pull/8731#discussion_r293729829).
----------------------------------------------------------------
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