dirrao commented on code in PR #37439:
URL: https://github.com/apache/airflow/pull/37439#discussion_r1490899402


##########
tests/dag_processing/test_job_runner.py:
##########
@@ -1460,3 +1460,20 @@ def test_launch_process(self):
         processor_agent._process.join()
 
         assert os.path.isfile(log_file_loc)
+
+    @conf_vars({("logging", "dag_processor_manager_log_stdout"): "True"})

Review Comment:
   can you add the test case for when it is disabled? 



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to