-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
kind/enhancementImprovements or new featuresImprovements or new features
Description
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
This request is specifically relevant for upgrade tests where you want to deploy with an old version of the provider and then deploy with the local version of the provider. Currently this does not actually test the upgrade scenario from a users perspective. For example if a user were to perform an upgrade it might look something like this:
v6 => v7 provider upgrade
pulumi up --refreshReadcall usingv6Updatecall usingv7
Because our tests use the local provider by overriding the PATH what we end up getting in the test is something like this:
pulumi up --refreshReadcall usingv7Updatecall usingv7
This can lead us to miss issues that occur.
Affected area/feature
Metadata
Metadata
Assignees
Labels
kind/enhancementImprovements or new featuresImprovements or new features