You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chris Riccomini (JIRA)" <ji...@apache.org> on 2016/04/29 18:28:12 UTC

[jira] [Created] (AIRFLOW-22) Google cloud code needs tests

Chris Riccomini created AIRFLOW-22:
--------------------------------------

             Summary: Google cloud code needs tests
                 Key: AIRFLOW-22
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-22
             Project: Apache Airflow
          Issue Type: Improvement
            Reporter: Chris Riccomini


The Google cloud contrib hooks and operators need tests to verify that they work. This is somewhat tricky since they're hard to mock, and most of the value comes from integration tests, not unit tests.

I spoke with [~alexvanboxel], and he suggested just writing a script that can be run manually, and exercises the hooks/operators to verify that they work as expected. I think this is about the best we can do without spending a ton of time on it, since most of the integration tests require a real Google cloud project, with real buckets/BQ datasets/DBs, etc. Running it locally means we can run the tests against whatever projects we have access to.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)