integ-tests: integ-runner fails updating snapshot #20077
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
p2
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
I'm trying to update an integration test snapshot. I execute command
yarn integ-runner --force sns/integ.sns-event-rule-target.js
. Unfortunately the output contains an error:Expected Behavior
Integration snapshot update is executed without error message.
Current Behavior
Output of command
yarn integ-runner --force sns/integ.sns-event-rule-target.js
in folderpackages/@aws-cdk/aws-events-targets
:Output of command
yarn integ-runner --update-on-failed
in folderpackages/@aws-cdk/aws-events-targets
:Reproduction Steps
aws configure
)yarn build --skip-test --no-bail --skip-prereqs --skip-compat
cd packages/@aws-cdk/aws-events-targets
yarn build+test
--> successfulyarn integ-runner --force sns/integ.sns-event-rule-target.js
--> Output contains error (see Current Behavior)Possible Solution
Unknown, maybe something related to argument
--no-version-reporting
? The output contains messageCDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI.
Additional Information/Context
master
.CDK CLI Version
bash: cdk: command not found
--> not installed on GitpodFramework Version
No response
Node.js Version
v12.22.12
OS
Linux (Gitpod)
Language
Typescript
Language Version
~3.9.10
Other information
No response
The text was updated successfully, but these errors were encountered: