[
https://issues.apache.org/jira/browse/AMBARI-12982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727934#comment-14727934
]
Hudson commented on AMBARI-12982:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #3374 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3374/])
AMBARI-12982. Ambari-server 'mvn clean test' fails when Python 2.6 is picked up
(aonishuk) (aonishuk:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=58fdcb5c9224d3ecfd133f7a453a32d48fc74c2d)
*
ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server_upgrade.py
* ambari-server/src/test/python/stacks/2.0.6/OOZIE/test_oozie_server.py
> 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)