-
Notifications
You must be signed in to change notification settings - Fork 863
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
normj/v4-smoketests #3576
Closed
Closed
normj/v4-smoketests #3576
Conversation
This file contains 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
* refactor: Remove net35 assemblies from nuspec templates * refactor: Remove net35 from CrtIntegration nuspec
* refactor: Update manifest file to use net462 instead of net45 * refactor: Remove Travis solution from the generator
* refactor: Update integration test projects to target net462 * refactor: Rename integration test class * refactor: Remove dynamoDBContext from AppConfig files (except for DynamoDB)
* refactor: Rename bcl45 to bcl and remove bcl35 references * refactor: Remove bcl35 references from S3 solution * refactor: Add missing exceptions from S3 and S3Control
* refactor: Update post-generator step to also delete bcl45 folders * refactor: Update BCL constant in integration test projects * refactor: Update BCL references in custom unit tests and DynamoDB
* refactor: Update generated namespaces not to use 35 * refactor: Update test namespaces not to use 35 or 45
* refactor: Remove all AWS_APM_API references * refactor: Rename remaining bcl45 folders
* refactor: Remove RequestRetryMode.Legacy and DefaultConfigurationMode.Legacy * chore: Add generated files
* refactor: Remove legacy option from STS Regionalized endpoints * refactor: Remove STS legacy endpoint option * chore: Add generated files * refactor: Remove default-region from STS metadata.json
Merge V3 into V4 prior to third preview
…omplicated-inheritdoc-Syntax Docs: [API Ref] Support More Complicated <inheritdoc/> Syntax
* re-populate request property when instantiating WebServiceRequestEventArgs * add devconfig
* fix #3497. Make InternalSDKUtils aot compatible in v4
#3513) * fix: Update AWS_S3_USE_ARN_REGION environment variable to take precedence over s3_use_arn_region option in the config file.
…3532) * Remove disabletrimmingleadingslash flag for copyobject and copypart operations
…ystem.Text.Json instead of LitJson (#3534)
Closing in favor of #3577 |
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.
Description
Implements the generator for smoke tests v2 format based on the new smoke-2.json schema. Key features:
Questions for review:
Motivation and Context
This implementation supports the new smoke tests format (smoke-2.json) which provides more configuration options and better structure for test cases. The generator creates test files that:
Testing
Types of changes
Checklist
License