You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/08 13:54:00 UTC

[GitHub] [airflow] ashb commented on a change in pull request #4751: [AIRFLOW-3607] collected trigger rule dep check per dag run

ashb 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_r364240472
 
 

 ##########
 File path: tests/models/test_dagrun.py
 ##########
 @@ -229,7 +229,7 @@ def test_dagrun_deadlock(self):
                                start_date=now)
 
         ti_op1 = dr.get_task_instance(task_id=op1.task_id)
-        ti_op1.set_state(state=State.SUCCESS, session=session)
+        ti_op1.set_state(state=State.FAILED, session=session)
 
 Review comment:
   Why did you need to change this test? It doesn't look like it should need any changes

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services