You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by bl...@apache.org on 2019/07/16 17:30:55 UTC

[flink] branch release-1.9 updated: [FLINK-13294][sql client] disable LocalExecutorITCase.testUseCatalogAndUseDatabase

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

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


The following commit(s) were added to refs/heads/release-1.9 by this push:
     new e8ea123  [FLINK-13294][sql client] disable LocalExecutorITCase.testUseCatalogAndUseDatabase
e8ea123 is described below

commit e8ea123a07d3de8391080cc319d7c55c3b2f66d5
Author: bowen.li <bo...@gmail.com>
AuthorDate: Tue Jul 16 10:25:27 2019 -0700

    [FLINK-13294][sql client] disable LocalExecutorITCase.testUseCatalogAndUseDatabase
---
 .../apache/flink/table/client/gateway/local/LocalExecutorITCase.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/LocalExecutorITCase.java b/flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/LocalExecutorITCase.java
index ac1a7ae..18d794c 100644
--- a/flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/LocalExecutorITCase.java
+++ b/flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/LocalExecutorITCase.java
@@ -49,6 +49,7 @@ import org.apache.flink.util.TestLogger;
 
 import org.junit.BeforeClass;
 import org.junit.ClassRule;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.rules.TemporaryFolder;
 
@@ -429,6 +430,7 @@ public class LocalExecutorITCase extends TestLogger {
 		}
 	}
 
+	@Ignore
 	@Test
 	public void testUseCatalogAndUseDatabase() throws Exception {
 		final String csvOutputPath = new File(tempFolder.newFolder().getAbsolutePath(), "test-out.csv").toURI().toString();