Commit dc89b4d
feat: add option for multiplexed sessions with partitioned operations (#3635)
* chore(spanner): Release Multiplexed session for Partitioned Ops.
* fix(spanner): Fix unit tests for Partitioned Query and Partitioned DML Multiplexed support launch.
* fix(spanner): Fix multiplexed session environment variable validation.
* fix(spanner): Enabled multiplexed session for partitioned ops in integration test.
* fix(spanner): Disable multiplexed session for partitioned ops in emulator integration test.
* chore(spanner): fix test
* chore(spanner): fix test
---------
Co-authored-by: Sri Harsha CH <[email protected]>
Co-authored-by: Sri Harsha CH <[email protected]>1 parent bda78ed commit dc89b4d
File tree
5 files changed
+36
-11
lines changed- .github/workflows
- google-cloud-spanner/src
- main/java/com/google/cloud/spanner
- test/java/com/google/cloud/spanner
- connection
5 files changed
+36
-11
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
374 | | - | |
375 | | - | |
| 373 | + | |
376 | 374 | | |
377 | 375 | | |
378 | 376 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/AbstractMockServerTest.java
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
331 | 338 | | |
332 | 339 | | |
333 | 340 | | |
| |||
Lines changed: 25 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
158 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
| |||
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
231 | 239 | | |
232 | 240 | | |
233 | 241 | | |
| |||
261 | 269 | | |
262 | 270 | | |
263 | 271 | | |
| 272 | + | |
264 | 273 | | |
265 | 274 | | |
266 | 275 | | |
| |||
284 | 293 | | |
285 | 294 | | |
286 | 295 | | |
287 | | - | |
288 | 296 | | |
289 | 297 | | |
290 | 298 | | |
| |||
328 | 336 | | |
329 | 337 | | |
330 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
331 | 343 | | |
332 | 344 | | |
333 | 345 | | |
| |||
570 | 582 | | |
571 | 583 | | |
572 | 584 | | |
573 | | - | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
574 | 588 | | |
575 | 589 | | |
576 | 590 | | |
| |||
679 | 693 | | |
680 | 694 | | |
681 | 695 | | |
682 | | - | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
683 | 699 | | |
684 | 700 | | |
685 | 701 | | |
| |||
758 | 774 | | |
759 | 775 | | |
760 | 776 | | |
761 | | - | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
762 | 781 | | |
763 | 782 | | |
764 | 783 | | |
| |||
0 commit comments