Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4A74A200B71 for ; Wed, 31 Aug 2016 20:34:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 48D9B160AB4; Wed, 31 Aug 2016 18:34:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8DF82160AA7 for ; Wed, 31 Aug 2016 20:34:34 +0200 (CEST) Received: (qmail 92463 invoked by uid 500); 31 Aug 2016 18:34:33 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 92452 invoked by uid 99); 31 Aug 2016 18:34:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2016 18:34:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E8C8E0230; Wed, 31 Aug 2016 18:34:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: harisankar@apache.org To: commits@hive.apache.org Message-Id: <21b8560edf6641819cdb10e8652bc45f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hive git commit: HIVE-14670: org.apache.hadoop.hive.ql.TestMTQueries failure (Hari Subramaniyan, reviewed by Prasanth Jayachandran) Date: Wed, 31 Aug 2016 18:34:33 +0000 (UTC) archived-at: Wed, 31 Aug 2016 18:34:35 -0000 Repository: hive Updated Branches: refs/heads/master 1f6949f95 -> fa3a8b9bd HIVE-14670: org.apache.hadoop.hive.ql.TestMTQueries failure (Hari Subramaniyan, reviewed by Prasanth Jayachandran) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/fa3a8b9b Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/fa3a8b9b Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/fa3a8b9b Branch: refs/heads/master Commit: fa3a8b9bd16aad66b869ee30f6ddfa12f2fd5ad1 Parents: 1f6949f Author: Hari Subramaniyan Authored: Wed Aug 31 11:34:23 2016 -0700 Committer: Hari Subramaniyan Committed: Wed Aug 31 11:34:23 2016 -0700 ---------------------------------------------------------------------- .../src/test/java/org/apache/hadoop/hive/ql/TestMTQueries.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/fa3a8b9b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestMTQueries.java ---------------------------------------------------------------------- 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 c5337ff..198fe48 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 @@ -33,8 +33,7 @@ public class TestMTQueries extends BaseTestQueries { } public void testMTQueries1() throws Exception { - String[] testNames = new String[] {"join1.q", "join2.q", "groupby1.q", - "groupby2.q", "join3.q", "input1.q", "input19.q"}; + String[] testNames = new String[] {"join2.q", "groupby1.q", "input1.q", "input19.q"}; File[] qfiles = setupQFiles(testNames); QTestUtil[] qts = QTestUtil.queryListRunnerSetup(qfiles, resDir, logDir);