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

[jira] [Commented] (AMBARI-12982) Ambari-server 'mvn clean test' fails when Python 2.6 is picked up

    [ https://issues.apache.org/jira/browse/AMBARI-12982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727846#comment-14727846 ] 

Andrew Onischuk commented on AMBARI-12982:
------------------------------------------

Committed to trunk

> Ambari-server 'mvn clean test' fails when Python 2.6 is picked up
> -----------------------------------------------------------------
>
>                 Key: AMBARI-12982
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12982
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.1.2
>
>
> On my OSX system I have Python2.6 and Python2.7. I do not have any
> `/usr/bin/python2`. When I run `mvn clean test` in ambari-server/, the python
> tests fail with below message
>     
>     
>     ======================================================================
>     ERROR: test_validateNonRootFs (test_stack_advisor.TestHDP206StackAdvisor)
>     ----------------------------------------------------------------------
>     Traceback (most recent call last):
>       File "/Users/sgunturi/dev/git/ambari/ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py", line 997, in test_validateNonRootFs
>         self.assertIsNone(self.stackAdvisor.validatorNotRootFs(properties, 'property1', hostInfo))
>     AttributeError: 'TestHDP206StackAdvisor' object has no attribute 'assertIsNone'
>     
> It looks like `assertIsNone()` is not defined in unittest.TestCase for
> Python2.6.
> I started hitting this issue after AMBARI-12912



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