grpc-java/interop-testing/src/test/java/io/grpc
ZHANG Dapeng 431fb0255f
core/netty: infinite local-only transparent retry for netty (#8878)
In core, add a new enum element to `RpcProgress` for the case that the stream is closed even before anything leaves the client. `RetriableStream` will do unlimited transparent retry for this type of `RpcProgress` since they are local-only.

In netty, call `tranportReportStatus()` for pending streams on failure.

Also fixes #8394
2022-02-04 22:12:03 -08:00
..
stub Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers 2019-05-29 16:53:01 -07:00
testing/integration core/netty: infinite local-only transparent retry for netty (#8878) 2022-02-04 22:12:03 -08:00
ChannelAndServerBuilderTest.java all: let interop test use shaded dependency correctly take 2 2020-03-04 16:10:46 -08:00