Skip to content

test(storage): fixes bugs introduced in #6510#6585

Merged
tritone merged 3 commits into
googleapis:mainfrom
BrennaEpp:test-fix
Aug 31, 2022
Merged

test(storage): fixes bugs introduced in #6510#6585
tritone merged 3 commits into
googleapis:mainfrom
BrennaEpp:test-fix

Conversation

@BrennaEpp

@BrennaEpp BrennaEpp commented Aug 29, 2022

Copy link
Copy Markdown
Contributor

Fixes #6579, fixes #6578, fixes #6577, fixes #6576

@BrennaEpp BrennaEpp requested review from a team August 29, 2022 22:19
@product-auto-label product-auto-label Bot added size: m Pull request size is medium. api: storage Issues related to the Cloud Storage API. labels Aug 29, 2022
@BrennaEpp BrennaEpp requested a review from tritone August 29, 2022 22:31
Comment thread storage/integration_test.go Outdated
}
func retryOn400AndTransientErrs(err error) bool {
var e *googleapi.Error
return ShouldRetry(err) || errors.As(err, &e) && e.Code == 400

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do we see any of these tests failing with other codes (e.g. 401 or 403)? Would be good to double check.

@tritone tritone merged commit 849fb87 into googleapis:main Aug 31, 2022
@BrennaEpp BrennaEpp deleted the test-fix branch February 8, 2023 06:42
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: m Pull request size is medium.

Projects

None yet

2 participants