You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jc...@apache.org on 2019/12/11 02:18:45 UTC

[hive] branch master updated: HIVE-22616: Disable PreCommit test org.apache.hadoop.hive.ql.TestMTQueries.testMTQueries1 (Oliver Draese via Jesus Camacho Rodriguez)

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

jcamacho 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 8b18c3c  HIVE-22616: Disable PreCommit test org.apache.hadoop.hive.ql.TestMTQueries.testMTQueries1 (Oliver Draese via Jesus Camacho Rodriguez)
8b18c3c is described below

commit 8b18c3c70d5ec2a4549d9ab7e610d92ee8506d55
Author: Oliver Draese <od...@cloudera.com>
AuthorDate: Tue Dec 10 18:18:26 2019 -0800

    HIVE-22616: Disable PreCommit test org.apache.hadoop.hive.ql.TestMTQueries.testMTQueries1 (Oliver Draese via Jesus Camacho Rodriguez)
---
 .../src/test/java/org/apache/hadoop/hive/ql/TestMTQueries.java         | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestMTQueries.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestMTQueries.java
index d72c14a..4130a03 100644
--- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestMTQueries.java
+++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestMTQueries.java
@@ -19,6 +19,8 @@
 package org.apache.hadoop.hive.ql;
 
 import java.io.File;
+
+import org.junit.Ignore;
 import org.junit.Test;
 import static org.junit.Assert.fail;
 
@@ -34,6 +36,7 @@ public class TestMTQueries extends BaseTestQueries {
     }
   }
 
+  @Ignore("Disabled due to intermittent failures (HIVE-22616)")
   @Test
   public void testMTQueries1() throws Exception {
     String[] testNames = new String[] {"join2.q", "groupby1.q", "input1.q", "input19.q"};