gaoyunhaii commented on a change in pull request #17303:
URL: https://github.com/apache/flink/pull/17303#discussion_r710767054



##########
File path: 
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/SourceNAryInputChainingITCase.java
##########
@@ -142,6 +153,26 @@ public void testMixedInputsWithMultipleUnionsExecution() 
throws Exception {
         verifySequence(result, 1L, 60L);
     }
 
+    // This tests FLINK-24300. The timeout is put here on purpose. Without the 
fix
+    // the tests take very long, but still finishes, so it would not hit the 
global timeout
+    @Test(timeout = 3_000)

Review comment:
       Then perhaps in this PR we could only a simple UT to check multiple call 
to `SourceOperator#getAvailableFuture()` returns the same object? 




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to