aboutsummaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
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
2017-03-14testing: temporarily increased newStream_duringShutdown test timeout to 20sZHANG Dapeng
2017-02-24all: Enable ErrorProne during compilationEric Anderson
2017-02-21core: clean up code deprecated in 1.1 (#2678)Łukasz Strzałkowski
2017-02-10Implement missing authority API for HandlerRegistryRyan Michela
2017-02-03core: record server_elapsed_time on client (#2673)Kun Zhang
2017-01-27testing: change names of noopMarshaller to void marshallerCarl Mastrangelo
2017-01-26all: update to latest import orderingCarl Mastrangelo
2017-01-25core: stop "testing" from depending on "core"'s test. (#2652)Kun Zhang
2017-01-23core: rename attributes() -> getAttributes()Łukasz Strzałkowski
2017-01-23core: change method descriptor to be builder basedCarl Mastrangelo
2017-01-19testing: Move echo interceptors out of TestUtilsEric Anderson
2017-01-19Rename attributes() to getAttributes() to make it consistentLukasz Strzalkowski
2017-01-19all: ErrorProne fixes and avoid @Beta in GuavaEric Anderson
2017-01-11core,testing: make MethodDescriptor final and add Test helperCarl Mastrangelo
2017-01-09testing: Remove accidental cast to char in file IOEric Anderson
2017-01-05weekly cleanup: errorprone, javastyle, unused (#2566)ZHANG Dapeng
2017-01-05core: upgrade census (now named instrumentation) to 0.3.0 (#2565)Kun Zhang
2016-12-27interop-testing: Add custom_metadata interop testEric Gribkoff
2016-12-06testing: added junit rule for in-process serversJoey Bratton
2016-11-16all: cleanup - errorprone, unusedZHANG Dapeng
2016-11-09core: fix bug when stream listener not set before stream closedZHANG Dapeng
2016-10-12all: Style, unused, and errorprone fixesEric Anderson
2016-10-06core: Census integration for stats (#2262)Kun Zhang
2016-09-19core: change Metadata internals to avoid garbage creationCarl Mastrangelo
2016-09-12netty: Fix receipt of ClosedChannelException instead of actual error. Fixes #...Jakob Buchgraber
2016-09-02all/tests: add a ClientCall and ServerCall suitable for use in testsCarl Mastrangelo