-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(s3): make SkipDestinationValidation undefined if not provided #32361
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request
. Additionally, if clarification is needed add Clarification Request
to a comment.
341ca91
to
b53fd77
Compare
Clarification Request: I have made changes to the integration test files and generated new snapshots. Confused why it's still requesting this. |
This PR has been in the CHANGES REQUESTED state for 3 weeks, and looks abandoned. To keep this PR from being closed, please continue work on it. If not, it will automatically be closed in a week. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #32361 +/- ##
=======================================
Coverage 80.64% 80.64%
=======================================
Files 107 107
Lines 6996 6996
Branches 1290 1290
=======================================
Hits 5642 5642
Misses 1175 1175
Partials 179 179
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I've added an exemption label to omit checking for integ test changes, I see that you've updated the snapshots. Thanks! |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
Thank you! Do you know what my next steps are in getting this reviewed? |
cfdfa33
to
2a019f0
Compare
Rebased. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Hi @megarach0 , I think we may need to make this change under a feature flag e.g. |
do you have an example PR where they needed to have a feature flag for the snapshot tests to pass. I'm kind of confused. My snapshot tests pass locally. I would imagine introducing this feature in the first place would've broken tests too then, but I don't believe I saw a feature flag for it. Thanks! |
I guess what am I doing differently versus what was done in #30916 that would warrant a feature flag and that one didn't. |
#30418 introduced a feature flag for backwards compatibility so that existing projects don't have the custom resources updated again, but new projects will have |
Thanks for the reply. I'll try rebasing, but yes I had to run the integration tests and had the |
Issue # 31230
Closes #31230
Reason for this change
#30914 introduced default value for skipDestinationValidation that is set always to false (even if not provided). It should be undefined instead if not provided as this will affect custom resources.
Description of changes
Description of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license