Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7C5A17F31 for ; Fri, 26 Sep 2014 00:28:33 +0000 (UTC) Received: (qmail 15399 invoked by uid 500); 26 Sep 2014 00:28:33 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 15368 invoked by uid 500); 26 Sep 2014 00:28:33 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 15356 invoked by uid 99); 26 Sep 2014 00:28:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Sep 2014 00:28:33 +0000 Date: Fri, 26 Sep 2014 00:28:33 +0000 (UTC) From: "Srimanth Gunturi (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (AMBARI-7505) Unit test failures for stack advisor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-7505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srimanth Gunturi reassigned AMBARI-7505: ---------------------------------------- Assignee: Srimanth Gunturi > Unit test failures for stack advisor > ------------------------------------ > > Key: AMBARI-7505 > URL: https://issues.apache.org/jira/browse/AMBARI-7505 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 1.7.0 > Reporter: Yusaku Sako > Assignee: Srimanth Gunturi > Fix For: 1.7.0 > > > Unit tests for ambari-server are failing: > ---------------------------------------------------------------------- > Failed tests: > ERROR: test_getClusterData_noHostsWithoutHBase (test_stack_advisor.TestHDP206StackAdvisor) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py", line 373, in test_getClusterData_noHostsWithoutHBase > result = self.stackAdvisor.getClusterData(servicesList, hosts, components) > AttributeError: 'HDP206StackAdvisor' object has no attribute 'getClusterData' > ERROR: test_getClusterData_withHBaseAnd48gbRam (test_stack_advisor.TestHDP206StackAdvisor) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py", line 320, in test_getClusterData_withHBaseAnd48gbRam > result = self.stackAdvisor.getClusterData(servicesList, hosts, components) > AttributeError: 'HDP206StackAdvisor' object has no attribute 'getClusterData' > ERROR: test_getClusterData_withHBaseAnd6gbRam (test_stack_advisor.TestHDP206StackAdvisor) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py", line 278, in test_getClusterData_withHBaseAnd6gbRam > result = self.stackAdvisor.getClusterData(servicesList, hosts, components) > AttributeError: 'HDP206StackAdvisor' object has no attribute 'getClusterData' > ---------------------------------------------------------------------- > Total run:620 > Total errors:3 > Total failures:0 -- This message was sent by Atlassian JIRA (v6.3.4#6332)