-
Notifications
You must be signed in to change notification settings - Fork 51
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
Do not assume ExpectRefreshChanges: true for all tests #1567
Conversation
Does the PR have any schema changes?Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Found an interesting problem: #1568 |
Another set of failures are due to pulumi/pulumi-terraform-bridge#1595 |
LB example further cycles because of #1572 - I fixed the example but leaving the issue in case there are more problems of this sort in general, as there likely are. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should protocol
be case insensitive?
Otherwise LGTM
Yeah that's filed in #1572. |
Before this change unexpected refresh change were ignored for all example-based integration tests via
ExpectRefreshChanges: true
, so accidentally regressing on this would have gone unnoticed. After the PR such settings are only set on examples that currently need them and they are cross-linked with issues causing the problem.