nsAstro commented on code in PR #29732:
URL: https://github.com/apache/airflow/pull/29732#discussion_r1125237240
##########
tests/providers/amazon/aws/hooks/test_emr.py:
##########
@@ -181,6 +182,11 @@ def test_get_cluster_id_by_name(self):
{"Name": "test_cluster", "Instances":
{"KeepJobFlowAliveWhenNoSteps": True}}
)
+ for i in range(51):
+ hook.create_job_flow(
+ {"Name": "test_cluster" + str(i % 50), "Instances":
{"KeepJobFlowAliveWhenNoSteps": True}}
Review Comment:
Yes I did. Was just a fast way to test, but I can add a comment to make it
clearer or just hardcode a loop around a different string.
--
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]