zentol opened a new pull request #14993: URL: https://github.com/apache/flink/pull/14993
Based on #14992. The testRequestNextInputSplitWithLocalFailover and testRequestNextInputSplitWithGlobalFailover tests fail because they request input splits right after starting the JobMaster, assuming splits to already be queryable. The test should ensure that the job can actually be deployed, because only at that point would splits be requested in production, and there is no practical need for splits to exist earlier than that. Note that the local failover variant will continue to fail due to FLINK-21450. ---------------------------------------------------------------- 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