提交 5aa70f70 编写于 作者: S Stephan Ewen

[FLINK-2468] [tests] Make sure StateCheckpoinedITCase tolerates errors before first checkpoint

上级 9c7f7693
......@@ -95,8 +95,9 @@ public class StateCheckpoinedITCase extends StreamFaultToleranceTestBase {
@Override
public void postSubmit() {
assertTrue("Test inconclusive: failure occurred before first checkpoint",
OnceFailingAggregator.wasCheckpointedBeforeFailure);
if (!OnceFailingAggregator.wasCheckpointedBeforeFailure) {
System.err.println("Test inconclusive: failure occurred before first checkpoint");
}
long filterSum = 0;
for (long l : StringRichFilterFunction.counts) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册