Closed t0yv0 closed 2 weeks ago
Looking good! No breaking changes found. No new resources/functions.
Attention: Patch coverage is 90.32258%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 45.67%. Comparing base (
91e1b65
) to head (b594242
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
provider/pkg/client/client.go | 90.32% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Introduces a retry for NotFound errors from GetResource executed right after Create.
Based on the logs from our CI runs we suspect eventual consistency in AWS may cause some resources to fail with NotFound in Get even after WaitForResourceOpCompletion succeeded.
Relates: pulumi/pulumi-aws-native#1186