----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36317/#review90917 -----------------------------------------------------------
Ship it! Ship It! - Dmitro Lisnichenko On July 8, 2015, 4:55 p.m., Vitalyi Brodetskyi wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/36317/ > ----------------------------------------------------------- > > (Updated July 8, 2015, 4:55 p.m.) > > > Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko. > > > Bugs: AMBARI-12335 > https://issues.apache.org/jira/browse/AMBARI-12335 > > > Repository: ambari > > > Description > ------- > > 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} > > > Diffs > ----- > > > ambari-server/src/test/python/stacks/2.0.6/HBASE/test_phoenix_queryserver.py > 60ff5ed > > Diff: https://reviews.apache.org/r/36317/diff/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Vitalyi Brodetskyi > >
