Commit aec1073
authored
fix(google-cloud-spanner): address compatibility issues with spanner experimental (#16593)
Compatibility with experimental host broke post the major refactor in
https://github.com/googleapis/python-spanner/pull/1509/changes.
These minor changes fixed the compatibility. Verified with below
integration tests run
Integration test successful:
```
export SPANNER_EXPERIMENTAL_HOST=localhost:15000
python -m pytest -v -s --disable-warnings tests/system/
```1 parent 10c41fa commit aec1073
File tree
3 files changed
+8
-1
lines changed- packages/google-cloud-spanner
- google/cloud/spanner_v1
- _async
- tests/system/_async
3 files changed
+8
-1
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| 316 | + | |
316 | 317 | | |
317 | 318 | | |
318 | 319 | | |
| |||
645 | 646 | | |
646 | 647 | | |
647 | 648 | | |
| 649 | + | |
648 | 650 | | |
649 | 651 | | |
650 | 652 | | |
| |||
Lines changed: 2 additions & 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 | | |
| |||
547 | 548 | | |
548 | 549 | | |
549 | 550 | | |
| 551 | + | |
550 | 552 | | |
551 | 553 | | |
552 | 554 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments