Skip to content
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

Merged
merged 7 commits into from
Dec 28, 2023

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Dec 27, 2023

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.

Copy link

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@t0yv0
Copy link
Member Author

t0yv0 commented Dec 27, 2023

Found an interesting problem: #1568

@t0yv0
Copy link
Member Author

t0yv0 commented Dec 27, 2023

Another set of failures are due to pulumi/pulumi-terraform-bridge#1595

@t0yv0
Copy link
Member Author

t0yv0 commented Dec 28, 2023

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.

@t0yv0 t0yv0 requested review from a team and iwahbe December 28, 2023 16:43
@t0yv0 t0yv0 marked this pull request as ready for review December 28, 2023 16:44
@t0yv0 t0yv0 changed the title Stricter test defaults Do not assume ExpectRefreshChanges: true for all tests Dec 28, 2023
Copy link
Member

@iwahbe iwahbe left a 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

@t0yv0
Copy link
Member Author

t0yv0 commented Dec 28, 2023

Yeah that's filed in #1572.

@t0yv0 t0yv0 merged commit 0588e60 into master Dec 28, 2023
16 checks passed
@t0yv0 t0yv0 deleted the t0yv0/stricter-tests branch December 28, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants