Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9BEE42007D0 for ; Tue, 10 May 2016 15:18:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9AAF81607AA; Tue, 10 May 2016 13:18:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 65197160A18 for ; Tue, 10 May 2016 15:18:14 +0200 (CEST) Received: (qmail 80119 invoked by uid 500); 10 May 2016 13:18:13 -0000 Mailing-List: contact issues-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 issues@ambari.apache.org Received: (qmail 79890 invoked by uid 99); 10 May 2016 13:18:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2016 13:18:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5A4E12C1F73 for ; Tue, 10 May 2016 13:18:13 +0000 (UTC) Date: Tue, 10 May 2016 13:18:13 +0000 (UTC) From: "Hudson (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-16276) Ambari build sometime fails on hudson (Python test issue) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 10 May 2016 13:18:15 -0000 [ https://issues.apache.org/jira/browse/AMBARI-16276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15278080#comment-15278080 ] Hudson commented on AMBARI-16276: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #4814 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4814/]) AMBARI-16276. Ambari build sometime fails on hudson (Python test (vbrodetskyi: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c77b2c6a6296fd1fc71decd89dc762164a98e65e]) * ambari-server/src/main/python/ambari_server/ambariPath.py > Ambari build sometime fails on hudson (Python test issue) > --------------------------------------------------------- > > Key: AMBARI-16276 > URL: https://issues.apache.org/jira/browse/AMBARI-16276 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.4.0 > Reporter: Vitaly Brodetskyi > Assignee: Vitaly Brodetskyi > Priority: Critical > Fix For: 2.4.0 > > Attachments: AMBARI-16276.patch > > > {code} > Running tests for ambari-server > Traceback (most recent call last): > File "unitTests.py", line 298, in > sys.exit(main()) > File "unitTests.py", line 250, in main > suites = [unittest.defaultTestLoader.loadTestsFromName(name) for name in modules] > File "/usr/lib/python2.7/unittest/loader.py", line 91, in loadTestsFromName > module = __import__('.'.join(parts_copy)) > File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/test/python/TestMpacks.py", line 21, in > from ambari_server.setupMpacks import install_mpack, upgrade_mpack, replay_mpack_logs, purge_stacks_and_mpacks, \ > File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/main/python/ambari_server/setupMpacks.py", line 31, in > from ambari_server.serverConfiguration import get_ambari_properties, get_ambari_version, get_stack_location, \ > File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/main/python/ambari_server/serverConfiguration.py", line 42, in > from ambari_server.ambariPath import AmbariPath > File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/main/python/ambari_server/ambariPath.py", line 28, in > class AmbariPath(): > File "/home/jenkins/jenkins-slave/workspace/Ambari-trunk-Commit/ambari-server/src/main/python/ambari_server/ambariPath.py", line 29, in AmbariPath > root_directory = os.environ[AMBARI_SERVER_ROOT_ENV_VARIABLE] > File "/usr/lib/python2.7/UserDict.py", line 23, in __getitem__ > raise KeyError(key) > KeyError: 'ROOT' > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)