Implement FullMode upgrade testing
Opened this issue ยท 0 comments
t0yv0 commented
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
We are mostly using PreviewOnly mode in practice but it is insufficient to test some scenarios. We need the option to run the slower but full fidelity mode that performs the provider upgrade without shortcuts.
For example pulumi/pulumi-aws#3091 - users are experiencing a panic but this panic only shows up in Update on an actual pulumi up
and currently there's not enough support here in providertest to fully reproduce this.