This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a change to branch unsupported-bakends
in repository https://gitbox.apache.org/repos/asf/airflow.git
from acf42af676 Prohibit to use unsupported DB backends in tests
add 25fc47f215 Move invalid backends tests into the integration
No new revisions were added by this update.
Summary of changes:
.../integration/providers/apache/drill}/__init__.py | 0
.../providers/apache/drill/operators}/__init__.py | 0
.../providers/apache/drill/operators/test_drill.py | 3 ++-
.../integration/providers/apache/hive}/__init__.py | 0
.../providers/apache/hive/transfers}/__init__.py | 0
.../apache/hive/transfers/test_mssql_to_hive.py | 3 ++-
.../google/cloud/transfers/test_bigquery_to_mssql.py | 3 ++-
.../google/cloud/transfers/test_mssql_to_gcs.py | 3 ++-
tests/providers/apache/drill/operators/__init__.py | 17 -----------------
9 files changed, 8 insertions(+), 21 deletions(-)
copy {airflow/api_connexion =>
tests/integration/providers/apache/drill}/__init__.py (100%)
copy {airflow/api_connexion =>
tests/integration/providers/apache/drill/operators}/__init__.py (100%)
rename tests/{ => integration}/providers/apache/drill/operators/test_drill.py
(94%)
copy {airflow/api_connexion =>
tests/integration/providers/apache/hive}/__init__.py (100%)
copy {airflow/api_connexion =>
tests/integration/providers/apache/hive/transfers}/__init__.py (100%)
rename tests/{ =>
integration}/providers/apache/hive/transfers/test_mssql_to_hive.py (97%)
rename tests/{ =>
integration}/providers/google/cloud/transfers/test_bigquery_to_mssql.py (93%)
rename tests/{ =>
integration}/providers/google/cloud/transfers/test_mssql_to_gcs.py (98%)
delete mode 100644 tests/providers/apache/drill/operators/__init__.py