(integ-runner): assertion stacks are not deploying to the cloud #21639
Labels
@aws-cdk/assertions
Related to the @aws-cdk/assertv2 package
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
in-progress
This issue is being actively worked on.
p1
Describe the bug
I am trying to utilize
integ-runner
to build some very basic integration tests with assertions. I've noticed that while the integration test executes successfully, the stack for the Assertion never deploys to AWS.Additionally, I tried to run some basic integration tests that are packaged with CDK, and the behavior is the same (the assertion stack is not deployed / executed). A sample would be
@aws-cdk/aws-appsync/test/integ.log-retention.ts
Expected Behavior
Current Behavior
Reproduction Steps
Here is a very basic integration test:
test/integ.sample.ts
then execute:
Possible Solution
No response
Additional Information/Context
integ runner version = 2.38.0
See slack discussion https://cdk-dev.slack.com/archives/C018XT6REKT/p1660683475680059 with @mrgrain
CDK CLI Version
2.34.2
Framework Version
No response
Node.js Version
18.7.0
OS
macOS Monterey (arm)
Language
Typescript
Language Version
3.9.7
Other information
No response
The text was updated successfully, but these errors were encountered: