amoghrajesh commented on code in PR #70289:
URL: https://github.com/apache/airflow/pull/70289#discussion_r3643214856


##########
providers/cncf/kubernetes/tests/unit/cncf/kubernetes/operators/test_pod.py:
##########
@@ -2776,6 +2776,9 @@ def 
test_reattach_on_restart_via_default_args_reaches_durable(self, dag_maker):
         assert k.durable is False
         assert k.reattach_on_restart is False
 
+    def test_supports_durable_execution_marker(self):
+        assert KubernetesPodOperator.__supports_durable_execution is True

Review Comment:
   Thanks, fixed in 55a6b8ffb3



##########
providers/common/ai/tests/unit/common/ai/operators/test_agent.py:
##########
@@ -759,6 +759,9 @@ def test_cleanup_skipped_when_post_run_step_fails(self, 
mock_hook_cls, mock_buil
 
         storage.cleanup.assert_not_called()
 
+    def test_supports_durable_execution_marker(self):
+        assert AgentOperator.__supports_durable_execution is True

Review Comment:
   Thanks, fixed in 55a6b8ffb3



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