You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2020/06/18 09:28:58 UTC

[flink] branch release-1.11 updated: [FLINK-17768] Reenable UnalignedCheckpointITCase.

This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 414a7a1  [FLINK-17768] Reenable UnalignedCheckpointITCase.
414a7a1 is described below

commit 414a7a1a5ea5784e34568a0c7df94cb586aa83ae
Author: Arvid Heise <ar...@ververica.com>
AuthorDate: Thu Jun 18 09:08:25 2020 +0200

    [FLINK-17768] Reenable UnalignedCheckpointITCase.
    
    Could not observe any issues after FLINK-18238 and FLINK-18290 got merged.
---
 .../org/apache/flink/test/checkpointing/UnalignedCheckpointITCase.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointITCase.java b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointITCase.java
index 47e7007..6211077 100644
--- a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointITCase.java
+++ b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointITCase.java
@@ -44,7 +44,6 @@ import org.apache.flink.streaming.api.functions.source.RichParallelSourceFunctio
 import org.apache.flink.util.TestLogger;
 
 import org.apache.commons.lang3.ArrayUtils;
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.ErrorCollector;
@@ -102,7 +101,6 @@ import static org.hamcrest.Matchers.greaterThan;
  *     <li>The number of successful checkpoints is indeed {@code >=n}.</li>
  * </ul>
  */
-@Ignore
 public class UnalignedCheckpointITCase extends TestLogger {
 	public static final String NUM_INPUTS = "inputs";
 	public static final String NUM_OUTPUTS = "outputs";