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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1730b9d  disable flaky tests
1730b9d is described below

commit 1730b9da5ac22bed2951a9fddbd5f529694092e1
Author: Zoltan Haindrich <[email protected]>
AuthorDate: Wed Jun 17 07:36:08 2020 +0000

    disable flaky tests
---
 .../test/java/org/apache/hive/jdbc/TestNewGetSplitsFormatReturnPath.java | 1 +
 ql/src/test/queries/clientpositive/jdbc_handler.q                        | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestNewGetSplitsFormatReturnPath.java
 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestNewGetSplitsFormatReturnPath.java
index 83abffb..398362a 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestNewGetSplitsFormatReturnPath.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestNewGetSplitsFormatReturnPath.java
@@ -26,6 +26,7 @@ import org.junit.Test;
 /**
  * TestNewGetSplitsFormatReturnPath.
  */
+@Ignore("flaky HIVE-23524")
 public class TestNewGetSplitsFormatReturnPath extends TestNewGetSplitsFormat {
 
   @BeforeClass public static void beforeTest() throws Exception {
diff --git a/ql/src/test/queries/clientpositive/jdbc_handler.q 
b/ql/src/test/queries/clientpositive/jdbc_handler.q
index f2eba04..55de3bd 100644
--- a/ql/src/test/queries/clientpositive/jdbc_handler.q
+++ b/ql/src/test/queries/clientpositive/jdbc_handler.q
@@ -1,4 +1,5 @@
 --! qt:dataset:src
+--! qt:disabled:flaky HIVE-23709
 
 set hive.strict.checks.cartesian.product= false;
 

Reply via email to