The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
bb5307850d93df16f442bfce2f388c90d63c6f9a / Daniel Standish 
<[email protected]>
Fix short circuit operator re teardowns (#32538)

Short circuit operator should not skip teardown tasks.  Note that if there's a 
setup downstream that is skipped from this, sometimes the teardown will end up 
skipped by the scheduler in accordance with trigger rules, but that's handled 
by the scheduler.

Also, did a little optimization so that most of the time we don't need to 
create an intermediate list of to-be-skipped task in this operator's execute 
(only when debugging do we need to "materialize" the list first).  Also 
consolidated logic so that we only have one call to `skip` instead of two 
different ones, one in each side of an if / else.

Report URL: https://github.com/apache/airflow/actions/runs/5549309909

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to