You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Gerardo Curiel (JIRA)" <ji...@apache.org> on 2018/08/24 06:17:00 UTC

[jira] [Commented] (AIRFLOW-1042) Easy Unit Testing with Docker

    [ https://issues.apache.org/jira/browse/AIRFLOW-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16591197#comment-16591197 ] 

Gerardo Curiel commented on AIRFLOW-1042:
-----------------------------------------

[~kaxilnaik] solved in https://issues.apache.org/jira/browse/AIRFLOW-2499

> Easy Unit Testing with Docker
> -----------------------------
>
>                 Key: AIRFLOW-1042
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1042
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: tests
>            Reporter: Joe Schmid
>            Assignee: Gerardo Curiel
>            Priority: Major
>
> Running Airflow unit tests should be as easy as possible, especially for new contributors. This is challenging due to the various external components (MySQL, Postgres, etc.) that unit tests depend on.
> This improvement uses Docker and Docker Compose to give contributors a very simple way to create a read-made environment for unit testing. To run unit tests will be a two step process:
> > docker-compose up -d
> > ./scripts/docker/unittest/run.sh
> This use of Docker could also be expanded in the future to run all of the tox tests like Travis does.



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