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/25 08:34:53 UTC

[airflow] branch v2-2-test updated (22a3ef3 -> 1342890)

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

potiuk pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


 discard 22a3ef3  Remove auto-generated LICENSES-ui from pre-commit
 discard a14989d  Remove provider check from pre-commits
 discard c1b8e44  Make v2-2-specific CI workflow
 discard ebddd1d  Remove tests that are not really needed in 2-2 branch
 discard 47cfbff  Add `dbt` spelling
 discard 0e06349  Add back celery intersphinx mapping (#22370)
 discard 33012fc  Fix broken links to celery documentation (#22364)
 discard 1b47f41  Limit docs build to apache-airlfow + docker-stack for 2.2 branch
 discard d4126f8  Remove provider tests failing collection because lack of cherry-picks
 discard 3fa334b  Remove memorystore, not importable example
 discard d0d3c13  Synchronize setup.py files with new providers
     add 863a2c2  Synchronize setup.py files with new providers
     add d6c123f  Remove memorystore, not importable example
     add 82ff6d5  Remove provider tests failing collection because lack of cherry-picks
     add 5969c3f  Limit docs build to apache-airlfow + docker-stack for 2.2 branch
     add c4bdd5d  Fix broken links to celery documentation (#22364)
     add 546de05  Add back celery intersphinx mapping (#22370)
     add bcb264f  Add `dbt` spelling
     add f8ce0b2  Remove tests that are not really needed in 2-2 branch
     add 0365469  Make v2-2-specific CI workflow
     add d7955b4  Remove provider check from pre-commits
     add a5f9211  Remove auto-generated LICENSES-ui from pre-commit
     add 1342890  Fixed dask executor and tests (#22027)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (22a3ef3)
            \
             N -- N -- N   refs/heads/v2-2-test (1342890)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 airflow/executors/dask_executor.py    |  2 +-
 setup.py                              |  7 +++----
 tests/executors/test_dask_executor.py | 34 ++++++++++++++++++++++------------
 3 files changed, 26 insertions(+), 17 deletions(-)