aboutsummaryrefslogtreecommitdiff
path: root/testing/src
AgeCommit message (Expand)Author
2018-03-23netty,okhttp,testing: always set TRANSPORT_ATTR_REMOTE_ADDR (#4217)zpencer
2018-03-23netty: Add support for ConscryptEric Anderson
2018-03-13testing: temporarily disable socketStats_addresses test (#4216)zpencer
2018-03-12core,netty,okhttp: Transparent retryZHANG Dapeng
2018-03-08core,netty,okhttp,testing: separate local vs remote stream start times for ch...zpencer
2018-03-08core,netty,okhttp,testing: nest TransportStats inside SocketStats for channel...zpencer
2018-01-29core: delete outboundMessage() and inboundMessage() on StreamTracer. (#4014)Kun Zhang
2018-01-26core,testing: deprecate passing ServerCall to StatsTraceContext (#3912)zpencer
2018-01-25core: move ChannelStats and TransportStats to io.grpc.internal.Channelz (#4008)zpencer
2018-01-08Enable the Guava Beta CheckerEric Anderson
2017-12-20Revert "testing: delete deprecated StreamRecorder" (#3801)ZHANG Dapeng
2017-12-13core: InternalInstrumented<T> for instrumented classes (#3817)zpencer
2017-11-30core,netty,okhttp: move TransportTracer.Stats to io.grpc (#3812)zpencer
2017-11-22testing: Remove DeadlineSubjectEric Anderson
2017-11-22testing: add testing package to javadocZHANG Dapeng
2017-11-22testing: delete some deprecated APIs in TestUtilsdapengzhang0
2017-11-22testing: delete deprecated StreamRecorderdapengzhang0
2017-11-22testing: delete deprecated NoopClientCall and NoopServerCalldapengzhang0
2017-11-22testing: remove deprecated noopMethodDescriptordapengzhang0
2017-11-13core,netty: plumb fake clock into transport tracer tests (#3724)zpencer
2017-11-10core: record RPC upstarts to Census. (#3708)Kun Zhang
2017-11-10core,netty: wire TransportTracer to netty client (#3705)zpencer
2017-11-08core,netty: correctly count streams that ended due to client cancel (#3683)zpencer
2017-11-07core: use new OpenCensus stats/tagging API. (#3647)sebright
2017-11-02testing: add TlsTesting.loadCertZHANG Dapeng
2017-11-02netty,core: add a TransportTracer class (#3454)zpencer
2017-11-02Allow tests to run on IPv6-less machinesEric Anderson
2017-11-01testing: move TestUtils.recordServerCallInterceptor internalZHANG Dapeng
2017-11-01testing: move io.grpc.testing.StreamRecorder to internalZHANG Dapeng
2017-11-01testing: mark io.grpc.testing.DeadlineSubject experimentalZHANG Dapeng
2017-11-01testing: favor voidMethod and deprecate noopMethodZHANG Dapeng
2017-10-27testing: Use StringBuilder instead of StringBufferEric Anderson
2017-10-26core: fix a race in InProcessTransportZHANG Dapeng
2017-10-17core,netty,okhttp: detect proxy via ProxySelector (#3021)zpencer
2017-10-09core: make in-process transport support StreamTracerKun Zhang
2017-09-25testing: reduce mocks in AbstractTransportTest to eliminate flakesEric Gribkoff
2017-09-19core: record individual messages with sizes to Census/tracing (#3461)Kun Zhang
2017-08-16core: pass status to ManagedClientTransport.shutdown() (#3351)Kun Zhang
2017-08-11all: fix typo of overriddenZHANG Dapeng
2017-08-11core,netty,okhttp,testing: switch to StreamListener.messagesAvailableEric Gribkoff
2017-08-03testing,core: don't use mocks for stream tracers (#3305)Carl Mastrangelo
2017-07-27core: pass CallOptions to newClientStreamTracer(). (#3276)Kun Zhang
2017-07-17netty: add timeouts to address test flakiness (#3169)zpencer
2017-07-10testing: refactor part of TestUtils to internalZHANG Dapeng
2017-07-06all: migrate .proto files from testing-proto to interop-testingZHANG Dapeng
2017-06-22testing: move NoopClientCall & NoopServerCall to internalZHANG Dapeng
2017-06-13core: ensure ServerStream and ClientStream become noops after closing (#3092)zpencer
2017-06-06testing: move out inner class tests in GrpcServerRuleTestZHANG Dapeng
2017-06-05testing: GrpcServerRule#directExecutor can only be called at instantiationZHANG Dapeng
2017-06-01all: fix licence whitespaceCarl Mastrangelo