-
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
serviceusage: retry on 403's for operation calls #5234
serviceusage: retry on 403's for operation calls #5234
Conversation
added reference to comment
/gcbrun |
@@ -0,0 +1,11 @@ | |||
// Retries errors on 403 3 times if the error message |
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.
Won't this just get reset on every iteration? I don't think the code allows us to retry n
times as written (and the change to do so would be messy- not sure we want to do it to the common op code)
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.
umm I'm confused? This is specific to three times. We use w.retryCount
to monitor the count.
If you look at the downstream code it should make more sense.
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccComputeServiceAttachment_serviceAttachmentBasicExample You can view the result here: https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=207248 |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccComputeServiceAttachment_serviceAttachmentBasicExampleUpdate|TestAccNetworkServicesEdgeCacheOrigin_networkServicesEdgeCacheOriginBasicExample|TestAccNetworkServicesEdgeCacheOrigin_networkServicesEdgeCacheOriginAdvancedExample|TestAccNetworkServicesEdgeCacheService_networkServicesEdgeCacheServiceAdvancedExample You can view the result here: https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=207362 |
Maybe specify how it was fixed in the changelog entry- we aren't 100% certain it worked because you had no repro or test case, right? |
correct, I could not reproduce on my end. Presumably this should fix the issue for the team. We will have to monitor if the issue still occurs. |
closes hashicorp/terraform-provider-google#9489
Release Note Template for Downstream PRs (will be copied)