incubator-airflow/tests
Jed Cunningham 41e0e19918 Fix support for long dag_id and task_id in KubernetesExecutor (#14703)
The key used to remove a task from executor.running is reconstituted
from pod annotations, so make sure the full dag_id and task_id are in
the annotations.

(cherry picked from commit b5e7ada345)
2021-04-15 14:00:31 +01:00
..
always Use plain asserts in tests. (#12951) 2021-01-21 19:53:16 +00:00
api Use plain asserts in tests. (#12951) 2021-01-21 19:53:16 +00:00
api_connexion Bugfix: Fix wrong output of tags and owners in dag detail API endpoint (#14490) 2021-03-19 13:16:26 +00:00
bats Production images on CI are now built from packages (#12685) 2020-12-06 23:36:33 +01:00
cli Quarantine test_clit_tasks - they have a lot of errors 2021-04-15 14:00:31 +01:00
cluster_policies Create DAG-level cluster policy (#12184) 2020-11-13 14:32:49 +01:00
core Don't create unittest.cfg when not running in unit test mode (#14420) 2021-04-15 14:00:30 +01:00
dags Replace deprecated dummy operator path in test_zip.zip (#13172) 2021-01-21 17:57:06 +00:00
dags_corrupted Fix spelling (#12266) 2020-11-10 23:19:43 +01:00
dags_with_system_exit Move dummy_operator.py to dummy.py (#11178) (#11293) 2020-12-08 19:19:46 +00:00
executors Fix KubernetesExecutor issue with deleted pending pods (#14810) 2021-04-15 14:00:30 +01:00
hooks Use plain asserts in tests. (#12951) 2021-01-21 19:53:16 +00:00
jobs Running tests in parallel (#14915) 2021-04-15 14:00:31 +01:00
kubernetes Fix support for long dag_id and task_id in KubernetesExecutor (#14703) 2021-04-15 14:00:31 +01:00
lineage Use plain asserts in tests. (#12951) 2021-01-21 19:53:16 +00:00
macros Use plain asserts in tests. (#12951) 2021-01-21 19:53:16 +00:00
models Fixes some of the flaky tests in test_scheduler_job (#14792) 2021-04-15 14:00:30 +01:00
operators Only allow passing JSON Serializable conf to TriggerDagRunOperator (#13964) 2021-02-04 14:34:40 +00:00
plugins Add more flexibility with FAB menu links (#13903) 2021-03-18 11:26:53 +00:00
providers [AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944) 2021-03-19 12:32:22 +00:00
secrets Use plain asserts in tests. (#12951) 2021-01-21 19:53:16 +00:00
security Use plain asserts in tests. (#12951) 2021-01-21 19:53:16 +00:00
sensors Use plain asserts in tests. (#12951) 2021-01-21 19:53:16 +00:00
serialization Sort lists, sets and tuples in Serialized DAGs (#14909) 2021-04-15 14:00:30 +01:00
task Use plain asserts in tests. (#12951) 2021-01-21 19:53:16 +00:00
test_utils Fixes some of the flaky tests in test_scheduler_job (#14792) 2021-04-15 14:00:30 +01:00
testconfig/conf [AIRFLOW-5205] Xml files are checked with xmllint (#5808) 2019-08-20 10:29:34 -04:00
ti_deps Use plain asserts in tests. (#12951) 2021-01-21 19:53:16 +00:00
utils Fix error when running tasks with Sentry integration enabled. (#13929) 2021-04-15 14:00:30 +01:00
www Running tests in parallel (#14915) 2021-04-15 14:00:31 +01:00
__init__.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
build_provider_packages_dependencies.py Refactored setup.py to better reflect changes in providers (#13314) 2021-01-21 18:35:37 +00:00
conftest.py Remove Heisentest category and quarantine test_backfill_depends_on_past (#14756) 2021-04-15 14:00:30 +01:00
deprecated_classes.py Rename airflow.operators.dagrun_operator to airflow.operators.trigger_dagrun (#12933) 2020-12-09 14:00:51 +00:00