utkarsharma2 commented on code in PR #41433:
URL: https://github.com/apache/airflow/pull/41433#discussion_r1731385807
##########
tests/dag_processing/test_job_runner.py:
##########
@@ -762,6 +763,95 @@ def test_scan_stale_dags_standalone_mode(self):
active_dag_count =
session.query(func.count(DagModel.dag_id)).filter(DagModel.is_active).scalar()
assert active_dag_count == 1
+ @conf_vars(
+ {
+ ("scheduler", "standalone_dag_processor"): "False",
Review Comment:
@ephraimbuddy We have one
[testcase](https://github.com/apache/airflow/blob/b0391838c142bebdf178ba030c45db16b1f1f33b/tests/dag_processing/test_job_runner.py#L711)
that covers the standalone case. I can add the test if you think this is not
enough.
--
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]