Commit bdf9a96
authored
core: enable retry by default (grpc#8402)
Stabilize `enableRetry()` and `disableRetry()`.
Disable retry in `ManagedChannelImplTest` because each call attempt will fork the headers to a new instance, and add a ClientStreamTracer.Factory for bufferSizeLimit in CallOptions, which makes verification not straightforward.1 parent 2a63642 commit bdf9a96
3 files changed
Lines changed: 6 additions & 3 deletions
File tree
- api/src/main/java/io/grpc
- core/src
- main/java/io/grpc/internal
- test/java/io/grpc/internal
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
471 | 470 | | |
472 | 471 | | |
473 | 472 | | |
| |||
482 | 481 | | |
483 | 482 | | |
484 | 483 | | |
485 | | - | |
486 | 484 | | |
487 | 485 | | |
488 | 486 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| 358 | + | |
358 | 359 | | |
359 | 360 | | |
360 | 361 | | |
| |||
1881 | 1882 | | |
1882 | 1883 | | |
1883 | 1884 | | |
| 1885 | + | |
1884 | 1886 | | |
1885 | 1887 | | |
1886 | 1888 | | |
| |||
1933 | 1935 | | |
1934 | 1936 | | |
1935 | 1937 | | |
| 1938 | + | |
1936 | 1939 | | |
1937 | 1940 | | |
1938 | 1941 | | |
| |||
1980 | 1983 | | |
1981 | 1984 | | |
1982 | 1985 | | |
| 1986 | + | |
1983 | 1987 | | |
1984 | 1988 | | |
1985 | 1989 | | |
| |||
2017 | 2021 | | |
2018 | 2022 | | |
2019 | 2023 | | |
| 2024 | + | |
2020 | 2025 | | |
2021 | 2026 | | |
2022 | 2027 | | |
| |||
0 commit comments