amichai07 commented on a change in pull request #4751: [AIRFLOW-3607] collected
trigger rule dep check per dag run
URL: https://github.com/apache/airflow/pull/4751#discussion_r367599292
##########
File path: tests/models/test_dagrun.py
##########
@@ -234,8 +234,9 @@ def test_dagrun_deadlock(self):
ti_op2.set_state(state=State.NONE, session=session)
dr.update_state()
- self.assertEqual(dr.state, State.RUNNING)
+ self.assertEqual(dr.state, State.FAILED)
+ dr.set_state(State.RUNNING)
Review comment:
The only thing I wondered about was whether it should be "upstream_failed"
instead of "skipped"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services