-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Run relevant VCR tests in GA #13170
Labels
Milestone
Comments
melinath
changed the title
Automate testing of crashes on provider upgrade
Run relevant VCR tests in GA
Dec 5, 2022
may be blocked by project split |
Related: #9148 |
#16661 would have been caught by this. |
#17388 would have been caught by this (12 100% test failures) |
GoogleCloudPlatform/magic-modules#9965 fixed an issue that could have been caught by this - patch behavior was not properly updated during a promotion. |
#18239 would have been caught by this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Community Note
Currently it is possible for us to introduce crashing bugs like #13097 through innocuous-seeming changes like GoogleCloudPlatform/magic-modules#6824.
This caused GA-only test failures due to some missing changes, which were resolved in GoogleCloudPlatform/magic-modules#6860.
This kind of issue is not caught by our current tests, but it's very bad for our users and causes extra load on maintainers to fix. We should automate testing for it by running GA VCR tests on PRs for relevant tests.
The text was updated successfully, but these errors were encountered: