You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2017/07/29 04:12:00 UTC

[jira] [Updated] (SPARK-21573) Tests failing with run-tests.py SyntaxError occasionally

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

Hyukjin Kwon updated SPARK-21573:
---------------------------------
    Summary: Tests failing with run-tests.py SyntaxError occasionally  (was: run-tests script fails with Python 2.6)

> Tests failing with run-tests.py SyntaxError occasionally
> --------------------------------------------------------
>
>                 Key: SPARK-21573
>                 URL: https://issues.apache.org/jira/browse/SPARK-21573
>             Project: Spark
>          Issue Type: Test
>          Components: Tests
>    Affects Versions: 2.3.0
>            Reporter: Hyukjin Kwon
>            Priority: Minor
>
> {code}
> python2.6 run-tests.py
>   File "run-tests.py", line 124
>     {m: set(m.dependencies).intersection(modules_to_test) for m in modules_to_test}, sort=True)
>                                                             ^
> SyntaxError: invalid syntax
> {code}
> It looks {{run-tests.py}} failed to execute by Python 2.6. It looks there are quite some places to fix to support Python 2.6 with {{run-tests.py}}.
> We might just try to set Python 2.7 in this script if available.
> Please also see http://apache-spark-developers-list.1001551.n3.nabble.com/Tests-failing-with-run-tests-py-SyntaxError-td22030.html



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org