SinBex commented on code in PR #24887: URL: https://github.com/apache/flink/pull/24887#discussion_r1627570106
########## flink-tests/src/test/java/org/apache/flink/test/scheduling/SpeculativeExecutionITCase.java: ########## @@ -524,30 +542,66 @@ public void open(GenericInputSplit split) throws IOException { } private static class TestingNumberSequenceSource extends NumberSequenceSource { - private TestingNumberSequenceSource() { + + private final boolean forceFailureFlag; Review Comment: I have fixed it according to the comments. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org