[
https://issues.apache.org/jira/browse/AMBARI-12335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619129#comment-14619129
]
Hudson commented on AMBARI-12335:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #3077 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3077/])
AMBARI-12335. Unittest failure for python 2.6.(vbrodetskyi) (vbrodetskyi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=27712cc8c2ecf8dbb1fa40a64fc4dfa787ad86fa)
* ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py
> Unittest failure for python 2.6
> -------------------------------
>
> Key: AMBARI-12335
> URL: https://issues.apache.org/jira/browse/AMBARI-12335
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Vitaly Brodetskyi
> Assignee: Vitaly Brodetskyi
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-12335.patch
>
>
> When python 2.6 is used unittests are failing:
> {code}
> Running tests for stack:2.0.6 service:HBASE
> Process Process-27:
> Traceback (most recent call last):
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 232, in
> _bootstrap
> self.run()
> File "/usr/lib64/python2.6/multiprocessing/process.py", line 88, in run
> self._target(*self._args, **self._kwargs)
> File "/home/user/ambari/ambari-server/src/test/python/unitTests.py", line
> 106, in stack_test_executor
> modules]
> File "/usr/lib64/python2.6/unittest.py", line 575, in loadTestsFromName
> module = __import__('.'.join(parts_copy))
> File
> "/home/user/ambari/ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py",
> line 24, in <module>
> from unittest import skip
> ImportError: cannot import name skip
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)