ephraimbuddy commented on code in PR #30375:
URL: https://github.com/apache/airflow/pull/30375#discussion_r1166388866


##########
tests/jobs/test_scheduler_job.py:
##########
@@ -1572,6 +1572,26 @@ def test_adopt_or_reset_orphaned_tasks(self, dag_maker):
         ti2 = dr2.get_task_instance(task_id=op1.task_id, session=session)
         assert ti2.state == State.QUEUED, "Tasks run by Backfill Jobs should 
not be reset"
 
+    def test_fail_stuck_queued_tasks(self, dag_maker):
+        session = settings.Session()

Review Comment:
   ```suggestion
       def test_fail_stuck_queued_tasks(self, dag_maker, session):
   ```



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to