Miretpl commented on code in PR #58547:
URL: https://github.com/apache/airflow/pull/58547#discussion_r2683506961


##########
helm-tests/tests/helm_tests/airflow_core/test_worker.py:
##########
@@ -1519,7 +1519,7 @@ def test_worker_template_storage_class_name(self, 
workers_values):
             ({"celery": {"replicas": 2}}, 2),
             ({"celery": {"replicas": None}}, 1),
             ({"replicas": 2, "celery": {"replicas": 3}}, 3),
-            ({"replicas": 2, "celery": {"replicas": None}}, 2),
+            ({"replicas": 2, "celery": {"replicas": 2}}, 2),

Review Comment:
   I think I've managed to fix it. @glennhsh, could you do a review of the 
change https://github.com/apache/airflow/pull/60420? For making sure that 
`workers.celery.sets` are working correctly, I've only used the current unit 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to