yyhecust commented on a change in pull request #16475:
URL: https://github.com/apache/airflow/pull/16475#discussion_r685802843
##########
File path: tests/jobs/test_backfill_job.py
##########
@@ -929,8 +960,11 @@ def run_backfill(cond):
dag_maker.create_dagrun(
# Existing dagrun that is not within the backfill range
run_id=run_id,
+ state=State.RUNNING,
execution_date=DEFAULT_DATE +
datetime.timedelta(hours=1),
+ start_date=DEFAULT_DATE,
Review comment:
Yes,I will resolve these problems, thank you
--
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]