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

taragolis pushed a change to branch xdist-tests-distribution
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard e366fb45a0 Access to connection fix for AWS tests
 discard 0917a7491f A bit more @pytest.mark.enable_redact
 discard eb320dbf40 @pytest.mark.enable_redact for other failed tests
 discard 7a285c4b1f Enable/disable redact
 discard 9d996ebf61 Disable redact in all modules except specific
 discard 3ecbc65dc6 Additional workarounds for avoid side effects
 discard 1042dc8bda loadgroup -> loadfile
 discard f0c3bbba45 Distribute parrallel (xdist) test by different rules
     add 0e1a789119 Improve `DockerOperator` to support multiple Docker hosts 
(#38466)
     add cc901cdaab Replace to broad exceptions into the dev (#38489)
     add a19a9cb523 removed usage of deprecated function  for naming the pod in 
provider k8s pod.py (#38638)
     add e4e73ba093 Partially enable `TRY002` rule (#38756)
     add 5c8510a1f1 Add google-cloud-bigquery as explicit google-provider 
dependency (#38753)
     add 960a6bf7d9 Fix failing test after upgrade to the newer dependencies 
(#38759)
     add 0e8f108313 bump uv to 0.1.29 (#38758)
     add 8904d84050 Distribute parrallel (xdist) test by different rules
     add 3877822b09 Additional isolation between the tests

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   (e366fb45a0)
            \
             N -- N -- N   refs/heads/xdist-tests-distribution (3877822b09)

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:
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   4 +-
 .../cncf/kubernetes/kubernetes_helper_functions.py |   2 +-
 airflow/providers/cncf/kubernetes/operators/pod.py |   8 +-
 airflow/providers/cncf/kubernetes/pod_generator.py |   3 +-
 airflow/providers/docker/hooks/docker.py           |  52 ++++++---
 airflow/providers/docker/operators/docker.py       |   4 +-
 airflow/providers/google/provider.yaml             |   1 +
 contributing-docs/testing/unit_tests.rst           |  19 +++
 .../commands/release_management_commands.py        |   7 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 .../src/airflow_breeze/utils/docs_publisher.py     |   8 +-
 .../src/airflow_breeze/utils/kubernetes_utils.py   |   3 +-
 dev/breeze/src/airflow_breeze/utils/packages.py    |  15 +--
 docs/conf.py                                       |   2 +-
 docs/exts/docs_build/docs_builder.py               |  16 ---
 docs/exts/operators_and_hooks_ref.py               |   4 +-
 docs/exts/provider_yaml_utils.py                   |   5 +-
 generated/provider_dependencies.json               |   1 +
 hatch_build.py                                     |   5 +-
 pyproject.toml                                     |  58 +++++++--
 .../ci/pre_commit/check_tests_in_right_folders.py  |   2 +-
 scripts/ci/pre_commit/generate_pypi_readme.py      |   2 +-
 scripts/ci/pre_commit/insert_extras.py             |   4 +-
 scripts/ci/pre_commit/json_schema.py               |   4 +-
 scripts/ci/pre_commit/replace_bad_characters.py    |   2 +-
 scripts/ci/pre_commit/update_chart_dependencies.py |   4 +-
 scripts/ci/pre_commit/update_versions.py           |   2 +-
 .../in_container/run_provider_yaml_files_check.py  |   7 +-
 .../in_container/update_quarantined_test_status.py |   4 +-
 scripts/tools/check_if_limited_dependencies.py     |   2 +-
 scripts/tools/list-integrations.py                 |   2 +-
 tests/_internal.py                                 | 129 +++++++++++++++++++++
 tests/conftest.py                                  |  16 ++-
 .../amazon/aws/utils/test_waiter_with_logging.py   |  52 +++++----
 tests/providers/docker/hooks/test_docker.py        |   9 ++
 .../google/cloud/operators/test_bigquery.py        |   2 +-
 37 files changed, 347 insertions(+), 117 deletions(-)
 create mode 100644 tests/_internal.py

Reply via email to