You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Philip Zeyliger (JIRA)" <ji...@apache.org> on 2018/03/28 22:14:00 UTC

[jira] [Created] (IMPALA-6760) Recent change to run-tests.py broke build on python2.6

Philip Zeyliger created IMPALA-6760:
---------------------------------------

             Summary: Recent change to run-tests.py broke build on python2.6
                 Key: IMPALA-6760
                 URL: https://issues.apache.org/jira/browse/IMPALA-6760
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
            Reporter: Philip Zeyliger


Commit {{IMPALA-5886 & IMPALA-4812 Update run-tests.py to handle exit_code 5}} introduced set literal syntax, which doesn't work with older pythons. The error you get is:

{code}
13:25:40 /data/jenkins/workspace/impala-asf-master-core-data-load/repos/Impala
13:25:40   File "/data/jenkins/workspace/impala-asf-master-core-data-load/repos/Impala/tests/run-tests.py", line 83
13:25:40     self.tests_collected.update({item.nodeid})
13:25:40                                             ^
13:25:40 SyntaxError: invalid syntax
{code} 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)