incubator-airflow/tests
Jarek Potiuk 333c871b9e
Fixes tests that was not compatible with MySQL8 (#12615)
In MySQL8 you cannot create table LIKE an INFORMATION_SCHEMA
table because they are not "real" tables and generic_transfer
tests failed on MySQL8 because of that.

This PR changes the test to use connection table instead as
a base for that test
2020-11-25 15:04:46 +01:00
..
airflow_pylint
always Fix tests for missing example and system tests (#12425) 2020-11-18 01:53:40 +00:00
api
api_connexion Add missing file_token field to get dag details API endpoint (#12463) 2020-11-20 16:28:55 +00:00
bats
cli Don't set child tasks to schedulable in test runs (#12595) 2020-11-24 13:43:22 -08:00
cluster_policies Create DAG-level cluster policy (#12184) 2020-11-13 14:32:49 +01:00
core Rename test_local_setting.py to test_settings.py (#12437) 2020-11-18 11:48:02 +00:00
dags Create DAG-level cluster policy (#12184) 2020-11-13 14:32:49 +01:00
dags_corrupted Fix spelling (#12266) 2020-11-10 23:19:43 +01:00
dags_with_system_exit
executors Fix spelling (#12421) 2020-11-17 23:36:36 +00:00
hooks
jobs Fix and Unquarantine test_change_state_for_tis_without_dagrun (#12323) 2020-11-13 05:18:44 +00:00
kubernetes K8s yaml templates not rendered by k8sexecutor (#12303) 2020-11-13 12:06:29 -08:00
lineage
macros
models Remove foreign key constraint on SerializedDagModel's dag_runs field (#12586) 2020-11-25 02:07:10 +00:00
operators Fixes tests that was not compatible with MySQL8 (#12615) 2020-11-25 15:04:46 +01:00
plugins Add info log message about duration taken to load plugins (#12308) 2020-11-16 09:03:43 +00:00
providers Fix AWS DataSync tests failing (#11020) 2020-11-25 00:09:05 +00:00
secrets
security
sensors Extend the same keyword args callable support in PythonOperator to some other sensors/operators (#11922) 2020-11-09 21:05:07 +00:00
serialization Fix Dag Serialization crash caused by preset DagContext (#12530) 2020-11-23 20:42:50 +00:00
task Add info log message about duration taken to load plugins (#12308) 2020-11-16 09:03:43 +00:00
test_utils Enable Markdownlint rule - MD022/blanks-around-headings (#12225) 2020-11-10 10:36:45 +01:00
testconfig/conf
ti_deps
utils Rename `[scheduler] max_threads` to `[scheduler] parsing_processes` (#12605) 2020-11-25 09:33:19 +00:00
www Separate out documentation building per provider (#12444) 2020-11-20 15:35:56 +01:00
__init__.py
build_provider_packages_dependencies.py Remove explicit casting to List when sorted() is applied (#12085) 2020-11-04 18:07:36 +01:00
conftest.py
deprecated_classes.py