Commit e4f56e8
gax 1.45 uses totalTimeout also when retries have been disabled (#5283)
Gax 1.44 ignored the totalTimeout that had been set on RetrySettings if
the retry codes had been set to an empty set, effectively disabling all
retries. In gax 1.45, the totalTimeout setting is used and will cause a
timeout also when no retry codes have been set.1 parent 67072ee commit e4f56e8
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- google-cloud-clients/google-cloud-spanner/src/test/java/com/google/cloud/spanner
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments