[
https://issues.apache.org/jira/browse/AIRFLOW-4554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16847089#comment-16847089
]
ASF subversion and git services commented on AIRFLOW-4554:
----------------------------------------------------------
Commit 4fd2b44d3d26ebda47d33b8e7aadc64576ac362c in airflow's branch
refs/heads/v1-10-test from Aaron Niskode-Dossett
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=4fd2b44 ]
[ AIRFLOW-4554] Test for sudo command, add some other test docs (#5310)
* AIRFLOW-4554 Unit tests use sudo conditionally
(cherry picked from commit 4856353dc4cdb61bf0c914507a00bbf16ead91d1)
> 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, 2.0.0
>
>
> 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)