nradz commented on code in PR #45631:
URL: https://github.com/apache/airflow/pull/45631#discussion_r1916279701
##########
tests/utils/test_log_handlers.py:
##########
@@ -203,6 +203,66 @@ def task_callable(ti):
# Remove the generated tmp log file.
os.remove(log_filename)
+ @pytest.mark.parametrize(
+ "executor_name",
+ [
Review Comment:
I think that It would be interesting to add here _None_ to test the default
case.
--
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]