-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove bad zeroing of SQL DataDiskSizeGb #15449
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
Conversation
Tests analyticsTotal tests: 131 Click here to see the affected service packages
Action takenFound 41 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
|
/gcbrun |
Tests analyticsTotal tests: 131 Click here to see the affected service packages
Action takenFound 4 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🟢 Tests passed during RECORDING mode: 🟢 No issues found for passed tests after REPLAYING rerun. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
|
/gcbrun |
Tests analyticsTotal tests: 131 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
|
/gcbrun |
Tests analyticsTotal tests: 131 Click here to see the affected service packages
Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
|
I'm gonna merge this through- I don't know why SQL isn't working for that test, but we're trading an error we can resolve that will fix nightlies too for an internal error that may get fixed OOB (and is also failing in nightlies in the same ways, so not caused here). It's possible that the old recording will work, too, but not sure. |
Fixes hashicorp/terraform-provider-google#24434
Because ForceSendFields is not set, this nulls
dataDiskSizeGbin the JSON request. The problem is that this is a PUT API, and we were sending a full resource body and some validation interprets null as different than the user-defined value triggering a false positive. I don't think the value will ever actually get updated, limiting the impact of this change, but there are definitely APIs where that could have happened (we'd fail more tests if we introduced a regression like that, at least!).Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.