You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/03/04 18:04:14 UTC

[airflow] branch main updated (1949f5d -> b153a2e)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 1949f5d  Change the storage of frame to use threadLocal rather than Dict (#21993)
     add b153a2e  Add test to run DB downgrade in the CI (#21273)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  8 +++
 airflow/migrations/utils.py                        | 43 +++++++++++++
 ...5d12_add_max_active_runs_column_to_dagmodel_.py |  3 +-
 .../2c6edca13270_resource_based_permissions.py     |  2 +-
 ...27fdd3_increase_length_of_email_and_username.py | 40 ++++++++++--
 ...e3737b18f_added_timetable_description_column.py |  7 ++-
 .../7b2661a43ba3_taskinstance_keyed_to_dagrun.py   | 38 +++--------
 ...7b86_increase_pool_name_size_in_taskinstance.py | 11 +++-
 ...93827b8_add_queued_at_column_to_dagrun_table.py |  3 +-
 .../b25a55525161_increase_length_of_pool_name.py   |  1 -
 .../bbf4a7ad0465_remove_id_column_from_xcom.py     |  7 ++-
 ...a23_add_has_import_errors_column_to_dagmodel.py |  3 +-
 ...c306b5b5ae4a_switch_xcom_table_to_use_run_id.py | 16 +++--
 ...623dc7_add_max_tries_column_to_task_instance.py |  4 +-
 ...53f75_add_taskmap_and_map_id_on_taskinstance.py |  4 +-
 ...4a3141f0_make_xcom_pkey_columns_non_nullable.py | 11 ++--
 ...ac86c_change_field_in_dagcode_to_mediumtext_.py |  5 +-
 ...62e7089_add_task_log_filename_template_model.py |  1 +
 scripts/ci/libraries/_testing.sh                   | 38 +++++++++++
 .../ci_run_single_airflow_test_in_docker.sh        | 37 ++---------
 scripts/ci/testing/run_downgrade_test.sh           | 73 ++++++++++++++++++++++
 21 files changed, 256 insertions(+), 99 deletions(-)
 create mode 100644 airflow/migrations/utils.py
 create mode 100755 scripts/ci/testing/run_downgrade_test.sh