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

ash pushed a change to branch structlog-in-logging-mixin
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 42b9e45cc78 respect-old-fmt
    omit dddc1535793 Remove check for caplog in tests
    omit ea61f50ce0f Switch all airflow logging to structlog
     add efee1f9e3c8 chore: add more test cases to OpenLineage system tests 
(#55138)
     add 6b05e65d660 Overhaull all Airflow logging to use structlog
     add 7afd4429177 Remove check for caplog in 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   (42b9e45cc78)
            \
             N -- N -- N   refs/heads/structlog-in-logging-mixin (7afd4429177)

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:
 .../example_openlineage_base_complex_dag.py        |   2 +-
 .../example_openlineage_base_simple_dag.py         |   7 +-
 ...y => example_openlineage_setup_teardown_dag.py} |  22 ++-
 ...py => example_openlineage_short_circuit_dag.py} |  60 ++++---
 ... => example_openlineage_taskflow_simple_dag.py} |  33 ++--
 .../openlineage_base_complex_dag__af2.json         |   4 +-
 .../openlineage_base_complex_dag__af3.json         |   4 +-
 .../openlineage_setup_teardown_dag__af2.json       | 194 +++++++++++++++++++++
 .../openlineage_setup_teardown_dag__af3.json       | 114 ++++++++++++
 .../openlineage_short_circuit_dag.json             |  77 ++++++++
 ...3.json => openlineage_taskflow_simple_dag.json} |  76 +++-----
 shared/logging/tests/logging/test_structlog.py     |   4 +-
 12 files changed, 488 insertions(+), 109 deletions(-)
 copy 
providers/openlineage/tests/system/openlineage/{example_openlineage_base_simple_dag.py
 => example_openlineage_setup_teardown_dag.py} (68%)
 copy 
providers/openlineage/tests/system/openlineage/{example_openlineage_mapped_simple_dag.py
 => example_openlineage_short_circuit_dag.py} (59%)
 copy 
providers/openlineage/tests/system/openlineage/{example_openlineage_base_simple_dag.py
 => example_openlineage_taskflow_simple_dag.py} (71%)
 create mode 100644 
providers/openlineage/tests/system/openlineage/expected_events/openlineage_setup_teardown_dag__af2.json
 create mode 100644 
providers/openlineage/tests/system/openlineage/expected_events/openlineage_setup_teardown_dag__af3.json
 create mode 100644 
providers/openlineage/tests/system/openlineage/expected_events/openlineage_short_circuit_dag.json
 copy 
providers/openlineage/tests/system/openlineage/expected_events/{openlineage_base_simple_dag__af3.json
 => openlineage_taskflow_simple_dag.json} (82%)

Reply via email to