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:27:28 UTC

[flink] branch master 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 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 05880a9  [FLINK-13294][sql client] disable LocalExecutorITCase.testUseCatalogAndUseDatabase
05880a9 is described below

commit 05880a96c2221af0d82af0e58992f6e189ad8cf8
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();