aws-cloudformation / aws-cloudformation-resource-providers-cloudformation

The CloudFormation Resource Provider Package For AWS CloudFormation
https://aws.amazon.com/cloudformation/
Apache License 2.0
48 stars 35 forks source link

StackSet ReadHandler populates OUIDs #37

Closed xiwhuang closed 3 years ago

xiwhuang commented 3 years ago

Issue #, if available:

Description of changes:

Testing

  1. ~Unit test 100% covers RetryUtils on both lines and branches.~
  2. ~Manual tests calling ReadHandler with (200 / 60 = ) 3.33 TPS under 20 threads. 15 % failed due to reaching max 3 attempts. However, positive with the result as normal use case would be usually only one concurrency, P99 cases should succeed after one retry (500 ms sleep time) as default throttling TPS limit is 2.~
  3. Resource Import Service Managed StackSets Succeeded.

R2

R3

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.