This repository was archived by the owner on Jun 8, 2026. It is now read-only.
Commit efb2833
fix: configure keepAlive time for gRPC TCP connections (#1448)
* fix: configure keepAlive time for gRPC TCP connections
* fix tests
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix tests
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix flaky abort retry error
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* update owlbot to persist the changes
* fix owlbot
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent 8818c30 commit efb2833Copy full SHA for efb2833
11 files changed
+73-4Lines changed: 73 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- google/cloud
- spanner_admin_database_v1/services/database_admin/transports
- spanner_admin_instance_v1/services/instance_admin/transports
- spanner_v1/services/spanner/transports
- tests/unit
- gapic
- spanner_admin_database_v1
- spanner_admin_instance_v1
- spanner_v1
Expand file treeCollapse file tree
Open diff view settings
Collapse file
google/cloud/spanner_admin_database_v1/services/database_admin/transports/grpc.py
Copy file name to clipboardExpand all lines: google/cloud/spanner_admin_database_v1/services/database_admin/transports/grpc.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
276 | 276 | |
277 | 277 | |
278 | 278 | |
| 279 | + |
279 | 280 | |
280 | 281 | |
281 | 282 | |
|
Collapse file
google/cloud/spanner_admin_database_v1/services/database_admin/transports/grpc_asyncio.py
Copy file name to clipboardExpand all lines: google/cloud/spanner_admin_database_v1/services/database_admin/transports/grpc_asyncio.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
325 | 325 | |
326 | 326 | |
327 | 327 | |
| 328 | + |
328 | 329 | |
329 | 330 | |
330 | 331 | |
|
Collapse file
google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/grpc.py
Copy file name to clipboardExpand all lines: google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/grpc.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
285 | 285 | |
286 | 286 | |
287 | 287 | |
| 288 | + |
288 | 289 | |
289 | 290 | |
290 | 291 | |
|
Collapse file
google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/grpc_asyncio.py
Copy file name to clipboardExpand all lines: google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/grpc_asyncio.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
334 | 334 | |
335 | 335 | |
336 | 336 | |
| 337 | + |
337 | 338 | |
338 | 339 | |
339 | 340 | |
|
Collapse file
google/cloud/spanner_v1/services/spanner/transports/grpc.py
Copy file name to clipboardExpand all lines: google/cloud/spanner_v1/services/spanner/transports/grpc.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
267 | 267 | |
268 | 268 | |
269 | 269 | |
| 270 | + |
270 | 271 | |
271 | 272 | |
272 | 273 | |
|
Collapse file
google/cloud/spanner_v1/services/spanner/transports/grpc_asyncio.py
Copy file name to clipboardExpand all lines: google/cloud/spanner_v1/services/spanner/transports/grpc_asyncio.py+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
315 | 315 | |
316 | 316 | |
317 | 317 | |
| 318 | + |
318 | 319 | |
319 | 320 | |
320 | 321 | |
|
Collapse file
+47Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
| 20 | + |
20 | 21 | |
21 | 22 | |
22 | 23 | |
| ||
185 | 186 | |
186 | 187 | |
187 | 188 | |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
188 | 205 | |
189 | 206 | |
190 | 207 | |
| ||
201 | 218 | |
202 | 219 | |
203 | 220 | |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
204 | 236 | |
205 | 237 | |
206 | 238 | |
| ||
209 | 241 | |
210 | 242 | |
211 | 243 | |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
212 | 259 | |
213 | 260 | |
214 | 261 | |
|
Collapse file
tests/unit/gapic/spanner_admin_database_v1/test_database_admin.py
Copy file name to clipboardExpand all lines: tests/unit/gapic/spanner_admin_database_v1/test_database_admin.py+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1136 | 1136 | |
1137 | 1137 | |
1138 | 1138 | |
| 1139 | + |
1139 | 1140 | |
1140 | 1141 | |
1141 | 1142 | |
| ||
23315 | 23316 | |
23316 | 23317 | |
23317 | 23318 | |
| 23319 | + |
23318 | 23320 | |
23319 | 23321 | |
23320 | 23322 | |
| ||
23347 | 23349 | |
23348 | 23350 | |
23349 | 23351 | |
| 23352 | + |
23350 | 23353 | |
23351 | 23354 | |
23352 | 23355 | |
| ||
23593 | 23596 | |
23594 | 23597 | |
23595 | 23598 | |
| 23599 | + |
23596 | 23600 | |
23597 | 23601 | |
23598 | 23602 | |
| ||
23640 | 23644 | |
23641 | 23645 | |
23642 | 23646 | |
| 23647 | + |
23643 | 23648 | |
23644 | 23649 | |
23645 | 23650 | |
|
Collapse file
tests/unit/gapic/spanner_admin_instance_v1/test_instance_admin.py
Copy file name to clipboardExpand all lines: tests/unit/gapic/spanner_admin_instance_v1/test_instance_admin.py+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1125 | 1125 | |
1126 | 1126 | |
1127 | 1127 | |
| 1128 | + |
1128 | 1129 | |
1129 | 1130 | |
1130 | 1131 | |
| ||
18621 | 18622 | |
18622 | 18623 | |
18623 | 18624 | |
| 18625 | + |
18624 | 18626 | |
18625 | 18627 | |
18626 | 18628 | |
| ||
18653 | 18655 | |
18654 | 18656 | |
18655 | 18657 | |
| 18658 | + |
18656 | 18659 | |
18657 | 18660 | |
18658 | 18661 | |
| ||
18881 | 18884 | |
18882 | 18885 | |
18883 | 18886 | |
| 18887 | + |
18884 | 18888 | |
18885 | 18889 | |
18886 | 18890 | |
| ||
18928 | 18932 | |
18929 | 18933 | |
18930 | 18934 | |
| 18935 | + |
18931 | 18936 | |
18932 | 18937 | |
18933 | 18938 | |
|
Collapse file
tests/unit/gapic/spanner_v1/test_spanner.py
Copy file name to clipboardExpand all lines: tests/unit/gapic/spanner_v1/test_spanner.py+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1066 | 1066 | |
1067 | 1067 | |
1068 | 1068 | |
| 1069 | + |
1069 | 1070 | |
1070 | 1071 | |
1071 | 1072 | |
| ||
12180 | 12181 | |
12181 | 12182 | |
12182 | 12183 | |
| 12184 | + |
12183 | 12185 | |
12184 | 12186 | |
12185 | 12187 | |
| ||
12209 | 12211 | |
12210 | 12212 | |
12211 | 12213 | |
| 12214 | + |
12212 | 12215 | |
12213 | 12216 | |
12214 | 12217 | |
| ||
12419 | 12422 | |
12420 | 12423 | |
12421 | 12424 | |
| 12425 | + |
12422 | 12426 | |
12423 | 12427 | |
12424 | 12428 | |
| ||
12463 | 12467 | |
12464 | 12468 | |
12465 | 12469 | |
| 12470 | + |
12466 | 12471 | |
12467 | 12472 | |
12468 | 12473 | |
|
0 commit comments