o-nikolas commented on code in PR #29055:
URL: https://github.com/apache/airflow/pull/29055#discussion_r1278037043
##########
tests/providers/celery/executors/test_celery_kubernetes_executor.py:
##########
@@ -49,6 +49,9 @@ def test_serve_logs_default_value(self):
def test_is_single_threaded_default_value(self):
assert not CeleryKubernetesExecutor.is_single_threaded
+ def test_no_cli_commands_vended(self):
Review Comment:
Yupp, the combination executors used to not vend commands, but I changed it
to vend after a comment from Jed. I'll update the name here :+1:
--
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]