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/29 23:46:00 UTC

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

     [ https://issues.apache.org/jira/browse/IMPALA-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Zeyliger resolved IMPALA-6760.
-------------------------------------
    Resolution: Fixed
      Assignee: Philip Zeyliger

> 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
>            Assignee: Philip Zeyliger
>            Priority: Major
>
> 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)