Understand why TestRegress1504 does not refresh cleanly #3686
Labels
area/refresh
impact/reliability
Something that feels unreliable or flaky
kind/engineering
Work that is not visible to an external user
What happened?
Introducing a test with SkipRefresh https://github.com/pulumi/pulumi-aws/compare/t0yv0/fix-1504 because refresh has changes. This is typically benign but might be interesting to investigate. This is a LaunchTemplate resource.
Example
Refresh diff says no changes but if pressed for details provides some:
This fails (which is also why we noticed this in ProgramTest):
If I do
pulumi up --refresh
then the program corrects itself; notably it does not show any changes.If I do
pulumi --refresh --yes
this also fixes itself subsequently.Output of
pulumi about
N/A
Additional context
N/A
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: