-
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
Assertions for AwsCustomResource integ tests (1/2) #29937
Closed
8 tasks done
Comments
1 task
colifran
changed the title
Assertions for AwsCustomResource integ tests
Assertions for AwsCustomResource integ tests (1/2)
Apr 23, 2024
mergify bot
pushed a commit
that referenced
this issue
Apr 23, 2024
Closes #29937 ### Reason for this change Adding assertions for `AwsCustomResource` will improve our test coverage. ### Description of changes Added assertions for `AwsCustomResource` to integ tests that were impacted by this [PR](#29868). ### Description of how you validated changes Assertions were validated by running the integ tests and verifying that it succeeded. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
1 task
mergify bot
pushed a commit
that referenced
this issue
Apr 25, 2024
Closes #29937 ### Reason for this change Adding assertions for `AwsCustomResource` will improve our test coverage. ### Description of changes Added assertions for `AwsCustomResource` to integ tests that were impacted by this [PR](#29868). ### Description of how you validated changes Assertions were validated by running the integ tests and verifying that it succeeded. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This was referenced Apr 26, 2024
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Context
The AWS SDK V2 is being deprecated. We need to remove all uses of it from the CDK. As a result, the SDK v2 handler used by
AwsCustomResource
is being removed. Several integ tests are impacted due to the changing asset hash and it was noted that none of these integ tests have assertions related toAwsCustomResource
. To improve testing coverage we will be adding assertions to these integ tests.Task Description
Update integ tests impacted by the removal of the SDK v2 handler to include assertions for
AwsCustomResource
where possible. Note that in some cases an assertion is not possible. For example, where theAwsCustomResource
is making adescribe
related API call there will be nothing to assert against.Acceptance Criteria
Investigate the following integ tests and add assertions where possible:
The text was updated successfully, but these errors were encountered: