-
Notifications
You must be signed in to change notification settings - Fork 433
feat(storage): Add integration tests for bidi operations and make ABORTED as retriable error #15114
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
feat(storage): Add integration tests for bidi operations and make ABORTED as retriable error #15114
Conversation
scotthart
left a comment
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.
Reviewable status: 0 of 14 files reviewed, 2 unresolved discussions
google/cloud/storage/async/retry_policy.h line 59 at r1 (raw file):
* - [`kInternal`](@ref google::cloud::StatusCode) * - [`kResourceExhausted`](@ref google::cloud::StatusCode) * - [`kUnavailable`](@ref google::cloud::StatusCode)
Add Aborted to this list.
google/cloud/storage/async/retry_policy.h line 109 at r1 (raw file):
* - [`kInternal`](@ref google::cloud::StatusCode) * - [`kResourceExhausted`](@ref google::cloud::StatusCode) * - [`kUnavailable`](@ref google::cloud::StatusCode)
Add Aborted to this list.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15114 +/- ##
==========================================
+ Coverage 92.91% 92.95% +0.03%
==========================================
Files 2389 2391 +2
Lines 214852 215058 +206
==========================================
+ Hits 199639 199899 +260
+ Misses 15213 15159 -54 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cee016c to
9673e1a
Compare
|
@scotthart The GitHub actions have not run even after your approval. Do you know what's missing? |
|
Oh, you probably need to manually approve it for non-cloud-cpp-owners PRs. |
This change is