grpc-java/interop-testing
buchgr fd8fd517d2 Context deadline propagation should cascade. Fixes #1205
A call's timeout as specified in its metadata should be set depending
on the deadline of the call's context. If a call has an explicit deadline
set (through CallOptions), then the smaller deadline (from context and call options)
should be used to compute the timeout.

Also, a new method Contexts.statusFromCancelled(Context) was introduced that attempts
to map a canceled context to a gRPC status.
2016-04-12 21:43:49 +02:00
..
src Context deadline propagation should cascade. Fixes #1205 2016-04-12 21:43:49 +02:00
build.gradle Use tcnative for interop unit tests when possible. 2016-01-21 16:40:29 -08:00