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 CF993200C5B for ; Tue, 14 Mar 2017 19:41:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CE5E6160B91; Tue, 14 Mar 2017 18:41:50 +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 1D515160B7E for ; Tue, 14 Mar 2017 19:41:48 +0100 (CET) Received: (qmail 15032 invoked by uid 500); 14 Mar 2017 18:41:47 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 14107 invoked by uid 99); 14 Mar 2017 18:41:46 -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; Tue, 14 Mar 2017 18:41:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D183FF4B6E; Tue, 14 Mar 2017 18:41:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ncole@apache.org To: commits@ambari.apache.org Date: Tue, 14 Mar 2017 18:42:11 -0000 Message-Id: <25f8c676cd144b76b63e723baa6946af@git.apache.org> In-Reply-To: <203926ce69a94dd697e2f18598a229f4@git.apache.org> References: <203926ce69a94dd697e2f18598a229f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [27/50] ambari git commit: AMBARI-20422. python UT fail (aonishuk) archived-at: Tue, 14 Mar 2017 18:41:51 -0000 AMBARI-20422. python UT fail (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1cffdcdc Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1cffdcdc Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1cffdcdc Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 1cffdcdce072a23303c56fb3c830a04ab386441f Parents: 0c010b3 Author: Andrew Onishuk Authored: Mon Mar 13 17:31:02 2017 +0200 Committer: Andrew Onishuk Committed: Mon Mar 13 17:31:02 2017 +0200 ---------------------------------------------------------------------- .../src/test/python/stacks/2.5/HIVE/test_hive_server_int.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1cffdcdc/ambari-server/src/test/python/stacks/2.5/HIVE/test_hive_server_int.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/2.5/HIVE/test_hive_server_int.py b/ambari-server/src/test/python/stacks/2.5/HIVE/test_hive_server_int.py index d76ffaa..3dc78ab 100644 --- a/ambari-server/src/test/python/stacks/2.5/HIVE/test_hive_server_int.py +++ b/ambari-server/src/test/python/stacks/2.5/HIVE/test_hive_server_int.py @@ -517,6 +517,8 @@ class TestHiveServerInteractive(RMFTestCase): # from there. hive_site_conf_for_client = hive_site_conf.copy() del hive_site_conf_for_client['javax.jdo.option.ConnectionPassword'] + if 'hadoop.security.credential.provider.path' in hive_site_conf_for_client: + del hive_site_conf_for_client['hadoop.security.credential.provider.path'] for conf_dir in hive_conf_dirs_list: # if 'conf_dir' is '/usr/hdp/current/hive-server2-hive2/conf', we don't expect 'javax.jdo.option.ConnectionPassword' config