You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partially fixes#2719
This PR adds coverage for testing provider upgrades from a baseline version (currently 5.42.0) to the in-source release candidate. The tests check that there are no upgrade or replace plans when upgrading the provider. This is verified on a few select resources.
Currently tested resources include:
aws:ec2/subnet:Subnet
aws:ec2/vpc:Vpc
aws:ec2:SecurityGroup
aws:eks:Cluster
aws:iam:Role
aws:iam:RolePolicyAttachment
aws:rds/instance:Instance
aws:route53:ResolverEndpoint
aws:s3/bucket:Bucket
The test relies on recording and replaying the behavior of the baseline version. There are two versions of the test, in-memory TestProviderUpgradeQuick version and full acceptance-style TestProviderUpgrade version. Full version is skipped for the moment with references to discovered issues.
Starting with #2714 we incubate provider upgrade testing.
The text was updated successfully, but these errors were encountered: