rkhachatryan opened a new pull request #16845: URL: https://github.com/apache/flink/pull/16845
``` CommonTestUtils.waitForAllTaskRunning returns when all the subtasks are running AND the job is running and not finished. However, with FLIP-147, subtasks may finish and the job will still be running. So the method won't return and instead timeout. This commit adds a flag to indicate whether to fail or proceed when a finished sub-task is encountered. ``` -- 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]
