uranusjr commented on pull request #18226:
URL: https://github.com/apache/airflow/pull/18226#issuecomment-924573995
Failure seems unrelated
```
_____________________ test_external_task_marker_exception
______________________
dag_bag_ext = <airflow.models.dagbag.DagBag object at 0x7fec5c30c730>
def test_external_task_marker_exception(dag_bag_ext):
"""
Clearing across multiple DAGs should raise AirflowException if
more levels are being cleared
than allowed by the recursion_depth of the first
ExternalTaskMarker being cleared.
"""
> run_tasks(dag_bag_ext)
...
> assert task_instance.state == state
E AssertionError: assert None == <TaskInstanceState.SUCCESS:
'success'>
E + where None = <TaskInstance: dag_0.task_b_0
manual__2015-01-01T00:00:00+00:00 [None]>.state
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]