aboutsummaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
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-20testing: bazel build targetsSteve Conover
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-09-18all: Keep artifacts dependencyConvergence-cleanEric Anderson
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
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
2017-05-18testing: Add missing RunWith to GrpcServerRuleTestEric Anderson
2017-05-16interop-testing,okhttp,testing: update tests to pass with ipv6Eric Gribkoff
2017-04-25core: integrate instrumentation-java (Census) tracing (#2938)Kun Zhang
2017-04-18all: Fix basic compatibility with Mockito 2.7.19Eric Anderson
2017-04-17core: add inboundHeaders() to ClientStreamTracer. (#2921)Kun Zhang
2017-04-14netty: fix flaky max connection age tests using sleepAtLeastZHANG Dapeng
2017-04-07core: StreamTracer (#2863)Kun Zhang