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

[flink] branch master updated: [hotfix][FLINK-18071] Temporarily ignore CoordinatorEventsExactlyOnceITCase

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

sewen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new c241667  [hotfix][FLINK-18071] Temporarily ignore CoordinatorEventsExactlyOnceITCase
c241667 is described below

commit c241667f22716ada7d77c6d2a188646076b4ede2
Author: Stephan Ewen <se...@apache.org>
AuthorDate: Thu Jun 18 14:26:19 2020 +0200

    [hotfix][FLINK-18071] Temporarily ignore CoordinatorEventsExactlyOnceITCase
    
    This @Ignore must be un-done after the proper fix is implemented.
---
 .../operators/coordination/CoordinatorEventsExactlyOnceITCase.java      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/CoordinatorEventsExactlyOnceITCase.java b/flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/CoordinatorEventsExactlyOnceITCase.java
index dacf5fd..be6f07c 100644
--- a/flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/CoordinatorEventsExactlyOnceITCase.java
+++ b/flink-runtime/src/test/java/org/apache/flink/runtime/operators/coordination/CoordinatorEventsExactlyOnceITCase.java
@@ -55,6 +55,7 @@ import org.apache.flink.shaded.guava18.com.google.common.collect.Iterators;
 
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import javax.annotation.Nullable;
@@ -126,6 +127,7 @@ public class CoordinatorEventsExactlyOnceITCase extends TestLogger {
 	// ------------------------------------------------------------------------
 
 	@Test
+	@Ignore
 	public void test() throws Exception {
 		final int numEvents1 = 200;
 		final int numEvents2 = 5;