ashb commented on a change in pull request #14883:
URL: https://github.com/apache/airflow/pull/14883#discussion_r602394746



##########
File path: tests/executors/test_celery_executor.py
##########
@@ -469,3 +470,23 @@ def test_should_support_base_backend(self):
                 )
 
         assert result == {'123': ('SUCCESS', None), '456': ("PENDING", None)}
+
+    @pytest.mark.integration("redis")
+    @pytest.mark.integration("rabbitmq")
+    @pytest.mark.backend("mysql", "postgres")
+    def test_should_support_base_backend_from_try_adopt_task_instances(self):

Review comment:
       Do you need to set logging to debug for this test to cover the new code?




-- 
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.

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


Reply via email to