test(canary): replace verdaccio canary test with client tests in canary mode#7816
Merged
test(canary): replace verdaccio canary test with client tests in canary mode#7816
Conversation
kuhe
commented
Mar 4, 2026
| @@ -0,0 +1,96 @@ | |||
| const fs = require("node:fs"); | |||
Contributor
Author
There was a problem hiding this comment.
The folder created by this script has the compatible set of tests copied from the JSv3 repo.
It then lists all the clients being used in a new package json file:
{
"name": "canary-aws-sdk-js-v3",
"private": true,
"scripts": {
"canary": "vitest run --retry=4 --test-timeout=60000"
},
"devDependencies": {
"@aws-sdk/client-acm": "latest",
"@aws-sdk/client-api-gateway": "latest",
"@aws-sdk/client-bedrock-runtime": "latest",
"@aws-sdk/client-cloudformation": "latest",
"@aws-sdk/client-cloudfront": "latest",
"@aws-sdk/client-cloudtrail": "latest",
"@aws-sdk/client-cloudwatch-events": "latest",
"@aws-sdk/client-cloudwatch-logs": "latest",
"@aws-sdk/client-codecommit": "latest",
"@aws-sdk/client-codedeploy": "latest",
"@aws-sdk/client-codepipeline": "latest",
"@aws-sdk/client-config-service": "latest",
"@aws-sdk/client-data-pipeline": "latest",
"@aws-sdk/client-database-migration-service": "latest",
"@aws-sdk/client-device-farm": "latest",
"@aws-sdk/client-direct-connect": "latest",
"@aws-sdk/client-directory-service": "latest",
"@aws-sdk/client-dynamodb": "latest",
"@aws-sdk/client-dynamodb-streams": "latest",
"@aws-sdk/client-ecr": "latest",
"@aws-sdk/client-ecs": "latest",
"@aws-sdk/client-efs": "latest",
"@aws-sdk/client-elastic-beanstalk": "latest",
"@aws-sdk/client-elastic-load-balancing": "latest",
"@aws-sdk/client-elastic-load-balancing-v2": "latest",
"@aws-sdk/client-elasticache": "latest",
"@aws-sdk/client-elasticsearch-service": "latest",
"@aws-sdk/client-emr": "latest",
"@aws-sdk/client-gamelift": "latest",
"@aws-sdk/client-iam": "latest",
"@aws-sdk/client-iot": "latest",
"@aws-sdk/client-kinesis": "latest",
"@aws-sdk/client-kms": "latest",
"@aws-sdk/client-lambda": "latest",
"@aws-sdk/client-rds": "latest",
"@aws-sdk/client-redshift": "latest",
"@aws-sdk/client-route-53": "latest",
"@aws-sdk/client-route-53-domains": "latest",
"@aws-sdk/client-s3vectors": "latest",
"@aws-sdk/client-sagemaker": "latest",
"@aws-sdk/client-ses": "latest",
"@aws-sdk/client-sns": "latest",
"@aws-sdk/client-sqs": "latest",
"@aws-sdk/client-ssm": "latest",
"@aws-sdk/client-storage-gateway": "latest",
"@aws-sdk/client-sts": "latest",
"@aws-sdk/client-swf": "latest",
"@aws-sdk/client-transcribe-streaming": "latest",
"@aws-sdk/client-waf": "latest",
"@aws-sdk/client-workspaces": "latest",
"@aws-sdk/core": "latest",
"@smithy/core": "latest",
"@smithy/types": "latest",
"vitest": "latest"
}
}and runs the tests from the isolated folder using NPM downloaded client versions.
trivikr
approved these changes
Mar 4, 2026
9ae636f to
699c896
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
JS-6639
Description
This replaces the verdaccio (prerelease) isolated workspace test with a canary that borrows the client e2e tests.
Testing
added new test step to CI
Checklist
*.integ.spec.ts) or E2E tests.@public,@internaltags and enabled doc generation on the package. Remember that access level annotations go below the description, not above.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.