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(storage): add gRPC error code to retry to fix flaky PAP test #6974

Merged
merged 7 commits into from Nov 1, 2022

Conversation

BrennaEpp
Copy link
Contributor

fixes #6964

@BrennaEpp BrennaEpp requested review from a team as code owners November 1, 2022 21:10
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: storage Issues related to the Cloud Storage API. labels Nov 1, 2022
storage/integration_test.go Outdated Show resolved Hide resolved
// Extract the error code if it's a googleapi.Error
func extractErrCode(err error) int {
if err == nil {
return 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: perhaps http.StatusOK?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was extracted from a method (see my requester pays PR). I could change it, but I'm not sure it's more accurate, as we can't check if the error would be a googleapi.Error if it existed. For example, in the RequesterPays test I pass in an error that may be a gRPC error - it might be confusing in that case for this method to return a 200?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fair! I'm OK with that as well. I trust your judgement.

Copy link
Contributor

@noahdietz noahdietz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approval for either way, returning 200 or 0 in extractErrCode

@BrennaEpp BrennaEpp enabled auto-merge (squash) November 1, 2022 22:49
@BrennaEpp BrennaEpp merged commit e7ab70b into googleapis:main Nov 1, 2022
@BrennaEpp BrennaEpp deleted the fix-pap branch November 2, 2022 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage: TestIntegration_PublicAccessPrevention failed
2 participants