You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2019/06/19 08:36:02 UTC

[jira] [Updated] (AIRFLOW-4554) run_unit_tests.sh uses sudo unconditionally

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

Ash Berlin-Taylor updated AIRFLOW-4554:
---------------------------------------
    Fix Version/s:     (was: 2.0.0)

> run_unit_tests.sh uses sudo unconditionally
> -------------------------------------------
>
>                 Key: AIRFLOW-4554
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4554
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Aaron Dossett
>            Assignee: Aaron Dossett
>            Priority: Major
>             Fix For: 1.10.4
>
>
> The run_unit_tests.sh script includes a sudo command:
>  
> [https://github.com/apache/airflow/blob/master/run_unit_tests.sh#L65]
> However, one of the recommended methods for running unit tests locally is to create a docker container and that container lacks the sudo command. The script should only sudo if sudo exists.



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