potiuk commented on a change in pull request #14792:
URL: https://github.com/apache/airflow/pull/14792#discussion_r594580729
##########
File path: tests/jobs/test_scheduler_job.py
##########
@@ -2822,6 +2824,7 @@ def test_verify_integrity_if_dag_changed(self):
assert scheduler.dagbag.dags ==
{'test_verify_integrity_if_dag_changed': dag}
assert
len(scheduler.dagbag.dags.get("test_verify_integrity_if_dag_changed").tasks) ==
1
+ SerializedDagModel.write_dag(dag=dag)
Review comment:
I think this one was releated to the scheduler processes still running
in the background - see #14773 . I removed that line now with my tests.
----------------------------------------------------------------
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]