Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 87017F960 for ; Sat, 5 Oct 2013 02:07:42 +0000 (UTC) Received: (qmail 30911 invoked by uid 500); 5 Oct 2013 02:07:42 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 30844 invoked by uid 500); 5 Oct 2013 02:07:42 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 30781 invoked by uid 99); 5 Oct 2013 02:07:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Oct 2013 02:07:42 +0000 Date: Sat, 5 Oct 2013 02:07:42 +0000 (UTC) From: "Siddharth Wagle (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-3465) unit test failure - test_check_web_ui 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-3465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Wagle updated AMBARI-3465: ------------------------------------ Attachment: AMBARI-3465.patch > unit test failure - test_check_web_ui > ------------------------------------- > > Key: AMBARI-3465 > URL: https://issues.apache.org/jira/browse/AMBARI-3465 > Project: Ambari > Issue Type: Task > Components: agent > Affects Versions: 1.4.1 > Reporter: Siddharth Wagle > Assignee: Siddharth Wagle > Fix For: 1.4.1 > > Attachments: AMBARI-3465.patch > > > Unit test failure: > {code} > ====================================================================== > ERROR: test_check_web_ui (TestCheckWebUI.TestMain) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/Users/smohanty/enlistments/asf-ambari/ambari-common/src/test/python/mock/mock.py", line 1199, in patched > return func(*args, **keywargs) > File "/Users/smohanty/enlistments/asf-ambari/ambari-agent/src/test/python/TestCheckWebUI.py", line 54, in test_check_web_ui > checkWebUI.main() > File "/Users/smohanty/enlistments/asf-ambari/ambari-agent/src/main/puppet/modules/hdp-hadoop/files/checkWebUI.py", line 48, in main > print "Cannot access WEB UI on: " + url > NameError: global name 'url' is not defined > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)