You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/11/17 13:02:36 UTC

ambari git commit: AMBARI-13921. Python UT fails on branch-2.1 for python stack tests (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 14fa00d02 -> e1c4a39c6


AMBARI-13921. Python UT fails on branch-2.1 for python stack tests  (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e1c4a39c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e1c4a39c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e1c4a39c

Branch: refs/heads/branch-2.1
Commit: e1c4a39c68e91c48b597039c57843a04b2d86676
Parents: 14fa00d
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Tue Nov 17 14:02:20 2015 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Tue Nov 17 14:02:20 2015 +0200

----------------------------------------------------------------------
 .../src/test/python/stacks/2.0.6/YARN/test_historyserver.py        | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e1c4a39c/ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py b/ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py
index a35fcca..f345cf6 100644
--- a/ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py
+++ b/ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py
@@ -212,7 +212,6 @@ class TestHistoryServer(RMFTestCase):
         principal_name = UnknownConfigurationMock(),
         user = 'hdfs',
         owner = 'yarn',
-        dfs_type = '',
         group = 'hadoop',
         hadoop_conf_dir = '/etc/hadoop/conf',
         type = 'directory',
@@ -452,7 +451,6 @@ class TestHistoryServer(RMFTestCase):
         hdfs_site = self.getConfig()['configurations']['hdfs-site'],
         kinit_path_local = '/usr/bin/kinit',
         principal_name = 'hdfs',
-        dfs_type = '',
         user = 'hdfs',
         owner = 'yarn',
         group = 'hadoop',