houqp commented on code in PR #22701:
URL: https://github.com/apache/airflow/pull/22701#discussion_r846438959
##########
tests/jobs/test_scheduler_job.py:
##########
@@ -1760,7 +1760,7 @@ def evaluate_dagrun(
dr = dag.create_dagrun(
run_type=DagRunType.SCHEDULED,
execution_date=dagrun_info.logical_date,
- state=State.RUNNING,
Review Comment:
because these tests created a scheduled dagrun in running state and this fix
prevents a backfill run from overriding a scheduled DAG run.
--
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]