vandonr-amz commented on code in PR #31838:
URL: https://github.com/apache/airflow/pull/31838#discussion_r1232431989


##########
tests/system/providers/amazon/aws/example_ecs.py:
##########
@@ -85,6 +93,7 @@ def get_region():
     asg_name = f"{env_id}-asg"
 
     aws_region = get_region()
+    log_group_name = "/ecs/hello-world"

Review Comment:
   oh yeah... I was going to say it's alright because the log streams are 
different, but since we delete the log group as teardown, it might cause some 
interferences if there is parallel runs



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