You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2015/09/11 16:05:26 UTC

ambari git commit: AMBARI-13071 Unit test failure test_recommendAmsConfigurations (dsen)

Repository: ambari
Updated Branches:
  refs/heads/trunk b3eacea90 -> 544f96e85


AMBARI-13071 Unit test failure test_recommendAmsConfigurations (dsen)


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

Branch: refs/heads/trunk
Commit: 544f96e85e1c755032f75f7615dae8c574f1ceed
Parents: b3eacea
Author: Dmytro Sen <ds...@apache.org>
Authored: Fri Sep 11 17:05:17 2015 +0300
Committer: Dmytro Sen <ds...@apache.org>
Committed: Fri Sep 11 17:05:17 2015 +0300

----------------------------------------------------------------------
 .../src/test/python/stacks/2.2/common/test_stack_advisor.py      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/544f96e8/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py b/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
index 6ce40ea..c5abb95 100644
--- a/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
+++ b/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
@@ -1989,8 +1989,8 @@ class TestHDP22StackAdvisor(TestCase):
       },
       "ams-site": {
         "properties": {
-          "timeline.metrics.cluster.aggregate.splitpoints": "",
-          "timeline.metrics.host.aggregate.splitpoints": "",
+          "timeline.metrics.cluster.aggregate.splitpoints": " ",
+          "timeline.metrics.host.aggregate.splitpoints": " ",
           "timeline.metrics.host.aggregator.ttl": "86400"
         }
       }