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


##########
tests/jobs/test_scheduler_job.py:
##########
@@ -4542,8 +4543,7 @@ def 
test_do_schedule_max_active_runs_and_manual_trigger(self, dag_maker, mock_ex
         session = settings.Session()
         dag_version = DagVersion.get_latest_version(dag.dag_id)
         dag_run = dag_maker.create_dagrun(state=State.QUEUED, session=session, 
dag_version=dag_version)
-
-        DAG.bulk_write_to_db("testing", None, [dag], session=session)  # 
Update the date fields

Review Comment:
   I decided to leave it so the dag does not exist without being associated 
with a bundle



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

Reply via email to