TeddyHartanto commented on a change in pull request #7735:
URL: https://github.com/apache/airflow/pull/7735#discussion_r421208697



##########
File path: tests/models/test_dagrun.py
##########
@@ -552,3 +561,131 @@ def with_all_tasks_removed(dag):
         dagrun.verify_integrity()
         flaky_ti.refresh_from_db()
         self.assertEqual(State.NONE, flaky_ti.state)
+
+    def test_depends_on_past(self):
+        # dag_id = 'test_depends_on_past'

Review comment:
       Oh, actually, the tests that I included are the modified versions of the 
original tests. The main difference are as follow:
   1. Original Author (OA) uses `dag.run()`, while I uses `task_instance.run()`
   2. OA mentioned that he encountered a "scheduler deadlock", which I didn't 
encounter. I wonder if you know anything about the scheduler deadlock?




----------------------------------------------------------------
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]


Reply via email to