zhuzhurk commented on a change in pull request #15153:
URL: https://github.com/apache/flink/pull/15153#discussion_r594027269
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/scheduling/PipelinedRegionSchedulingITCase.java
##########
@@ -204,4 +248,22 @@ public void invoke() throws Exception {
}
}
}
+
+ /** Invokable which fails exactly once with a {@link PartitionException}.
*/
+ public static class OneTimeFailingReceiverWithPartitionException extends
AbstractInvokable {
+
+ private static final AtomicBoolean hasFailed = new
AtomicBoolean(false);
Review comment:
You are right. I will change the case to reset this `AtomicBoolean` each
time on its execution.
----------------------------------------------------------------
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]