You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmytro Sen (JIRA)" <ji...@apache.org> on 2015/09/11 11:49:46 UTC

[jira] [Created] (AMBARI-13071) Unit test failure test_recommendAmsConfigurations

Dmytro Sen created AMBARI-13071:
-----------------------------------

             Summary: Unit test failure test_recommendAmsConfigurations
                 Key: AMBARI-13071
                 URL: https://issues.apache.org/jira/browse/AMBARI-13071
             Project: Ambari
          Issue Type: Bug
          Components: stacks, test
    Affects Versions: 2.1.2
            Reporter: Dmytro Sen
            Assignee: Dmytro Sen
            Priority: Critical
             Fix For: 2.1.2


{code}
ailed tests:
FAIL: test_recommendAmsConfigurations (test_stack_advisor.TestHDP22StackAdvisor)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py", line 1999, in test_recommendAmsConfigurations
    self.assertEquals(configurations, expected)
AssertionError: {'ams-env': {'properties': {'metrics_collector_heapsize': '512m'}}, 'ams-hbase-e [truncated]... != {'ams-env': {'properties': {'metrics_collector_heapsize': '512m'}}, 'ams-hbase-e [truncated]...
  {'ams-env': {'properties': {'metrics_collector_heapsize': '512m'}},
   'ams-hbase-env': {'properties': {'hbase_master_heapsize': '540m'}},
   'ams-hbase-site': {'properties': {'hbase.hregion.memstore.flush.size': '134217728',
                                     'hbase.regionserver.global.memstore.lowerLimit': '0.3',
                                     'hbase.regionserver.global.memstore.upperLimit': '0.35',
                                     'hbase.rootdir': 'file:///var/lib/ambari-metrics-collector/hbase',
                                     'hbase.tmp.dir': '/var/lib/ambari-metrics-collector/hbase-tmp',
                                     'hbase_master_xmn_size': '128m',
                                     'hfile.block.cache.size': '0.3'}},
-  'ams-site': {'properties': {'timeline.metrics.cluster.aggregate.splitpoints': ' ',
?                                                                                 -

+  'ams-site': {'properties': {'timeline.metrics.cluster.aggregate.splitpoints': '',
-                              'timeline.metrics.host.aggregate.splitpoints': ' ',
?                                                                              -

+                              'timeline.metrics.host.aggregate.splitpoints': '',
                               'timeline.metrics.host.aggregator.ttl': '86400'}}}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)