-
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
Add smoke tests v2 generator implementation #3577
Closed
Closed
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
…CloudFormation Hooks invocation results for hooks invoked during a create change set operation or Cloud Control API operation
…e Event Filters as part of Amazon Connect Customer Profiles service.
…ICK, to support third-party monitors to trigger an automatic rollback during a deployment.
…ate and view the versions of a contact flow.
…Connect, along with APIs to create, read, search, update, and delete MessageTemplate resources.
…S CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services.
… It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards.
…roller (ARC) zonal shift and zonal autoshift to help you quickly recover an impaired application from failures in an Availability Zone (AZ).
…gions to multi and single-region keyspaces.
…rkspaceImage process
…r workloads requiring fewer resources than mw1.small. This class supports a single instance of each Airflow component: Scheduler, Worker, and Webserver.
…che Iceberg tables that can be accessed only from a specific Amazon Virtual Private Cloud (VPC) environment.
…pdate for some existing Tax Registration APIs
…e control which blocks resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways.
…cy feature for individual containers defined within a task definition. The configuration allows to specify whether ECS should resolve the container image tag specified in the container definition to an image digest.
…bscription Request action.
…ly computed results from a set of completed tasks in a new workflow run.
…TCUs), a new feature that allows provisioning dedicated compute resources for your queries, providing predictable and cost-effective query performance.
…mance-options after launch.
…for the `UpdateUserPoolDomain` operation.
…, and Bill Estimate resources. Updated documentation links.
… Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application.
…s recording mode and interval for both Individual Participant Recording (IPR) and Server-Side Compositions (SSC).
…support for listing migration task updates and associating, disassociating and listing source resources
…d some errors in Cognito user pools
…bject part of the Control Catalog GetControl API
…ormation-enabled jobs.
…support to the InfluxDB endpoint
Closed in favor of #3578 |
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