----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38063/ -----------------------------------------------------------
Review request for Ambari and Myroslav Papirkovskyy. Bugs: AMBARI-12982 https://issues.apache.org/jira/browse/AMBARI-12982 Repository: ambari Description ------- 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 Diffs ----- ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server_upgrade.py 78d25bc ambari-server/src/test/python/stacks/2.0.6/OOZIE/test_oozie_server.py 24ee07a ambari-server/src/test/python/stacks/2.2/ACCUMULO/test_accumulo_client.py 1b518d4 Diff: https://reviews.apache.org/r/38063/diff/ Testing ------- mvn clean test Thanks, Andrew Onischuk