Skip to content

Commit 58cdaee

Browse files
corymhallguessi
authored andcommitted
chore: normalize test names for integration tests (aws#21147)
This PR is a follow up to aws#21093 which updated the logic to normalize the name of the integration test that was stored in the `integ.json` file. This PR updates the names in all of the `integ.json` files. This will cut down on some of the noise/confusion in PRs. ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 77363f4 commit 58cdaee

File tree

451 files changed

+848
-831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

451 files changed

+848
-831
lines changed

Diff for: packages/@aws-cdk/app-delivery/test/cicd.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"app-delivery/test/integ.cicd": {
4+
"integ.cicd": {
55
"stacks": [
66
"CICD"
77
],

Diff for: packages/@aws-cdk/aws-amplify/test/app-asset-deployment.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-amplify/test/integ.app-asset-deployment": {
4+
"integ.app-asset-deployment": {
55
"stacks": [
66
"cdk-amplify-app-asset-deployment"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/api-definition.asset.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.api-definition.asset": {
4+
"integ.api-definition.asset": {
55
"stacks": [
66
"integtest-restapi-fromdefinition-asset"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/api-definition.inline.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.api-definition.inline": {
4+
"integ.api-definition.inline": {
55
"stacks": [
66
"integtest-restapi-fromdefinition-inline"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/authorizers/cognito-authorizer.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/authorizers/integ.cognito-authorizer": {
4+
"integ.cognito-authorizer": {
55
"stacks": [
66
"CognitoUserPoolsAuthorizerInteg"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/authorizers/request-authorizer.lit.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/authorizers/integ.request-authorizer.lit": {
4+
"integ.request-authorizer.lit": {
55
"stacks": [
66
"RequestAuthorizerInteg"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/authorizers/token-authorizer-iam-role.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/authorizers/integ.token-authorizer-iam-role": {
4+
"integ.token-authorizer-iam-role": {
55
"stacks": [
66
"TokenAuthorizerIAMRoleInteg"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/authorizers/token-authorizer.lit.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/authorizers/integ.token-authorizer.lit": {
4+
"integ.token-authorizer.lit": {
55
"stacks": [
66
"TokenAuthorizerInteg"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/cors.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.cors": {
4+
"integ.cors": {
55
"stacks": [
66
"cors-twitch-test"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/lambda-api-nonproxy.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
44
"integ.lambda-api-nonproxy": {
55
"stacks": [

Diff for: packages/@aws-cdk/aws-apigateway/test/lambda-api.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
44
"integ.lambda-api": {
55
"stacks": [

Diff for: packages/@aws-cdk/aws-apigateway/test/lambda-api.latebound-deploymentstage.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.lambda-api.latebound-deploymentstage": {
4+
"integ.lambda-api.latebound-deploymentstage": {
55
"stacks": [
66
"LateBoundDeploymentStageStack"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/restapi-import.lit.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.restapi-import.lit": {
4+
"integ.restapi-import.lit": {
55
"stacks": [
66
"integ-restapi-import-RootStack"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/restapi.books.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.restapi.books": {
4+
"integ.restapi.books": {
55
"stacks": [
66
"restapi-books-example"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/restapi.defaults.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.restapi.defaults": {
4+
"integ.restapi.defaults": {
55
"stacks": [
66
"test-apigateway-restapi-defaults"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/restapi.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.restapi": {
4+
"integ.restapi": {
55
"stacks": [
66
"test-apigateway-restapi"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/restapi.multistack.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.restapi.multistack": {
4+
"integ.restapi.multistack": {
55
"stacks": [
66
"*"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/restapi.multiuse.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.restapi.multiuse": {
4+
"integ.restapi.multiuse": {
55
"stacks": [
66
"restapi-multiuse-example"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/restapi.vpc-endpoint.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.restapi.vpc-endpoint": {
4+
"integ.restapi.vpc-endpoint": {
55
"stacks": [
66
"test-apigateway-vpcendpoint"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/stepfunctions-api.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
44
"integ.stepfunctions-api": {
55
"stacks": [

Diff for: packages/@aws-cdk/aws-apigateway/test/usage-plan.multikey.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.usage-plan.multikey": {
4+
"integ.usage-plan.multikey": {
55
"stacks": [
66
"test-apigateway-usageplan-multikey"
77
],

Diff for: packages/@aws-cdk/aws-apigateway/test/usage-plan.sharing.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigateway/test/integ.usage-plan.sharing": {
4+
"integ.usage-plan.sharing": {
55
"stacks": [
66
"*"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2-authorizers/test/http/iam.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigatewayv2-authorizers/test/http/integ.iam": {
4+
"integ.iam": {
55
"stacks": [
66
"IntegApiGatewayV2Iam"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2-authorizers/test/http/lambda.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "20.0.0",
33
"testCases": {
4-
"http/integ.lambda": {
4+
"integ.lambda": {
55
"stacks": [
66
"AuthorizerInteg"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2-authorizers/test/http/user-pool.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "20.0.0",
33
"testCases": {
4-
"http/integ.user-pool": {
4+
"integ.user-pool": {
55
"stacks": [
66
"AuthorizerInteg"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2-integrations/test/http/alb.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigatewayv2-integrations/test/http/integ.alb": {
4+
"integ.alb": {
55
"stacks": [
66
"integ-alb-integration"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2-integrations/test/http/http-proxy.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "20.0.0",
33
"testCases": {
4-
"http/integ.http-proxy": {
4+
"integ.http-proxy": {
55
"stacks": [
66
"integ-http-proxy"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2-integrations/test/http/lambda-proxy.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "20.0.0",
33
"testCases": {
4-
"http/integ.lambda-proxy": {
4+
"integ.lambda-proxy": {
55
"stacks": [
66
"integ-lambda-proxy"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2-integrations/test/http/nlb.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigatewayv2-integrations/test/http/integ.nlb": {
4+
"integ.nlb": {
55
"stacks": [
66
"integ-nlb-integration"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2-integrations/test/http/service-discovery.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigatewayv2-integrations/test/http/integ.service-discovery": {
4+
"integ.service-discovery": {
55
"stacks": [
66
"integ-service-discovery-integration"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2-integrations/test/websocket/lambda.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "20.0.0",
33
"testCases": {
4-
"websocket/integ.lambda": {
4+
"integ.lambda": {
55
"stacks": [
66
"WebSocketApiInteg"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2-integrations/test/websocket/mock.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigatewayv2-integrations/test/websocket/integ.mock": {
4+
"integ.mock": {
55
"stacks": [
66
"integ-mock-websocket-integration"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2/test/http/stage.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigatewayv2/test/http/integ.stage": {
4+
"integ.stage": {
55
"stacks": [
66
"aws-cdk-aws-apigatewayv2-http-stage"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2/test/websocket/api-apikey.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigatewayv2/test/websocket/integ.api-apikey": {
4+
"integ.api-apikey": {
55
"stacks": [
66
"aws-cdk-aws-apigatewayv2-websockets"
77
],

Diff for: packages/@aws-cdk/aws-apigatewayv2/test/websocket/stage.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-apigatewayv2/test/websocket/integ.stage": {
4+
"integ.stage": {
55
"stacks": [
66
"aws-cdk-aws-apigatewayv2-websocket-stage"
77
],

Diff for: packages/@aws-cdk/aws-apprunner/test/service-ecr-public.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "19.0.0",
2+
"version": "20.0.0",
33
"testCases": {
44
"integ.service-ecr-public": {
55
"stacks": [

Diff for: packages/@aws-cdk/aws-apprunner/test/service-ecr.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "19.0.0",
2+
"version": "20.0.0",
33
"testCases": {
44
"integ.service-ecr": {
55
"stacks": [

Diff for: packages/@aws-cdk/aws-apprunner/test/service-github.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "19.0.0",
2+
"version": "20.0.0",
33
"testCases": {
44
"integ.service-github": {
55
"stacks": [

Diff for: packages/@aws-cdk/aws-apprunner/test/service-vpc-connector.integ.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "19.0.0",
2+
"version": "20.0.0",
33
"testCases": {
44
"integ.service-vpc-connector": {
55
"stacks": [

Diff for: packages/@aws-cdk/aws-appsync/test/api-import.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-appsync/test/integ.api-import": {
4+
"integ.api-import": {
55
"stacks": [
66
"*"
77
],

Diff for: packages/@aws-cdk/aws-appsync/test/appsync-lambda.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-appsync/test/integ.appsync-lambda": {
4+
"integ.appsync-lambda": {
55
"stacks": [
66
"*"
77
],

Diff for: packages/@aws-cdk/aws-appsync/test/auth-apikey.integ.snapshot/integ.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "18.0.0",
2+
"version": "20.0.0",
33
"testCases": {
4-
"aws-appsync/test/integ.auth-apikey": {
4+
"integ.auth-apikey": {
55
"stacks": [
66
"aws-appsync-integ"
77
],

0 commit comments

Comments
 (0)