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

Test that upgrading to the current version is no-change #263

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Feb 9, 2023

Following a postmortem on a significant regression #258 this PR introduces a test that verifies that the newly built provider version results in a no-change upgrade. This covers all major resources, and currently only covers TypeScript.

Ideally this kind of test would be trivially expressed in integration.ProgramTest framework but nothing available appears suitable. We should consider merging as-is an then following up with a ticket upstream to request ProgramTest improvements, and finally one day refactor the test to take advantage of the improvements.

I have confirmed that:

  • the test fails on 258 provider build
  • the test passes on the new WIP Plugin Framework build

@github-actions
Copy link

github-actions bot commented Feb 9, 2023

Does the PR have any schema changes?

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

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.

LGTM.

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.

None yet

3 participants