You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/06 18:21:41 UTC

[GitHub] [airflow] ferruzzi commented on a change in pull request #16685: reattach_prev_task ECSOperator

ferruzzi commented on a change in pull request #16685:
URL: https://github.com/apache/airflow/pull/16685#discussion_r664782154



##########
File path: tests/providers/amazon/aws/operators/test_ecs.py
##########
@@ -316,16 +316,27 @@ def test_check_success_task_not_raises(self):
             ['', {'testTagKey': 'testTagValue'}],
         ]
     )
+    @mock.patch.object(ECSOperator, '_xcom_del')
+    @mock.patch.object(
+        ECSOperator,
+        "xcom_pull",
+        return_value="arn:aws:ecs:us-east-1:012345678910:task/d8c67b3c-ac87-4ffe-a847-4785bc3a8b55",

Review comment:
       Just to verify, this task ARN is generic/random, right?




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org