You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (JIRA)" <ji...@apache.org> on 2019/01/11 13:30:00 UTC

[jira] [Created] (AIRFLOW-3680) Test naming/structure inconsistencies in GCP operators

Jarek Potiuk created AIRFLOW-3680:
-------------------------------------

             Summary: Test naming/structure inconsistencies in GCP operators
                 Key: AIRFLOW-3680
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3680
             Project: Apache Airflow
          Issue Type: Improvement
            Reporter: Jarek Potiuk
            Assignee: Jarek Potiuk


The GCP-related operators were evolving over time and the approach to implement those
have changed over time. After some 30+ operators implemented, it's time
to introduce some consistency across all the operators. Not changing the logic of the operators - but rather make sure tests for them use consistent naming and can be run in the same way - including Unit tests and System tests talking to real GCP project/services.

Those are:
 * Separating out System test cases from Unit test cases
 * Consistent names of variables that are used in system test cases
 * Updated documentation to be consistent across the operators
 * Updated examples to be better readable and runnable as System Tests
 * Added helper methods that allow to make setUp/tearDown for System Tests

The test  impacted are for the following operators:
 * Bigtable
 * Compute
 * ComputeIgm
 * Function
 * Spanner
 * CloudSql
 * CloudSqlQuery
 * S3ToGcs
 * BigQuery
 * Container
 * Dataproc



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