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 EBFC4187AB for ; Wed, 17 Feb 2016 23:18:16 +0000 (UTC) Received: (qmail 74933 invoked by uid 500); 17 Feb 2016 23:17:18 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 74896 invoked by uid 500); 17 Feb 2016 23:17:18 -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 74862 invoked by uid 99); 17 Feb 2016 23:17:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2016 23:17:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1F1372C1F5C for ; Wed, 17 Feb 2016 23:17:18 +0000 (UTC) Date: Wed, 17 Feb 2016 23:17:18 +0000 (UTC) From: "Lav Jain (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (AMBARI-15080) HBase unittest fails when using python 2.6 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-15080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lav Jain reassigned AMBARI-15080: --------------------------------- Assignee: Lav Jain > HBase unittest fails when using python 2.6 > ------------------------------------------ > > Key: AMBARI-15080 > URL: https://issues.apache.org/jira/browse/AMBARI-15080 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: trunk > Reporter: Lav Jain > Assignee: Lav Jain > Priority: Critical > > {code} > [root@c6401 ambari-server]# python > Python 2.6.6 (r266:84292, Jul 23 2015, 15:22:56) > [GCC 4.4.7 20120313 (Red Hat 4.4.7-11)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > [root@c6401 ambari-server]# mvn test > . > . > . > ---------------------------------------------------------------------- > Failed tests: > ERROR: Failed to load test files ['test_phoenix_queryserver', 'test_hbase_master', 'test_hbase_client', 'test_hbase_service_check', 'test_hbase_regionserver'] > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "unitTests.py", line 120, in stack_test_executor > modules] > File "/usr/lib64/python2.6/unittest.py", line 575, in loadTestsFromName > module = __import__('.'.join(parts_copy)) > File "/root/ambari/ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py", line 21, in > from unittest import SkipTest > ImportError: cannot import name SkipTest > ---------------------------------------------------------------------- > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)