Commit d90f0ee
authored
feat(experimental): add bidi stream retry manager. (#1632)
- Add bidi stream retry manager. It will the main class that would be
responsible for retries.
- Integrate MRD with bidi stream retry manager and reads resumption
strategy
- Added conformance tests for all error scenarios and smart resumption
for bidi reads
- Refactored MRD's `download_ranges()` method, which will now use retry
manager's `execute()` method to send the requests
- Modified the logic to parse and handle the
`BidiReadObjectRedirectedError`.
- Modified cloud build configuration to also pull the latest changes of
the current PR.
- Formatted few more files using black formatter1 parent a994dbf commit d90f0eeCopy full SHA for d90f0ee
File tree
Expand file treeCollapse file tree
16 files changed
+1274
-307
lines changedOpen diff view settings
Filter options
- cloudbuild
- google/cloud/storage
- _experimental/asyncio
- retry
- _media/requests
- tests
- conformance
- unit
- asyncio
- retry
Expand file treeCollapse file tree
16 files changed
+1274
-307
lines changedOpen diff view settings
Collapse file
cloudbuild/run_zonal_tests.sh
Copy file name to clipboardExpand all lines: cloudbuild/run_zonal_tests.sh+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
| 9 | + |
9 | 10 | |
10 | 11 | |
11 | 12 | |
|
Collapse file
cloudbuild/zb-system-tests-cloudbuild.yaml
Copy file name to clipboardExpand all lines: cloudbuild/zb-system-tests-cloudbuild.yaml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
68 | 68 | |
69 | 69 | |
70 | 70 | |
71 | | - |
| 71 | + |
72 | 72 | |
73 | 73 | |
74 | 74 | |
|
Collapse file
google/cloud/storage/_experimental/asyncio/_utils.py
Copy file name to clipboardExpand all lines: google/cloud/storage/_experimental/asyncio/_utils.py+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
| 19 | + |
19 | 20 | |
20 | 21 | |
21 | 22 | |
| ||
24 | 25 | |
25 | 26 | |
26 | 27 | |
27 | | - |
| 28 | + |
28 | 29 | |
29 | 30 | |
30 | 31 | |
|
0 commit comments