grpc-go/test
Easwar Swaminathan fd393c8989
testdata: Update testdata certs. (#3786)
* This will be used in certprovider tests where we would want more than one server and client certs.
* Also, updated existing usages of these certs to point to the new  files.
* Also copy over the required certs/key files. This avoids the example gomodule from depending on gRPC testdata package which should be able to change independently.
* Fix interop test's SAN.
2020-08-05 09:55:07 -07:00
..
bufconn Modified tests to use tlogger. (#3343) 2020-02-06 13:03:20 -08:00
codec_perf all: refactor .pb.go generation (#3451) 2020-04-24 08:54:03 -07:00
grpc_testing protoc-gen-go-grpc: add requirement of embedding UnimplementedServer in services (#3657) 2020-06-04 10:56:13 -07:00
kokoro xds testing: add path_matching and header_matching (#3764) 2020-07-28 10:33:47 -07:00
tools test/tools: update protoc-gen-go version used by vet.sh (#3355) 2020-02-03 11:06:34 -08:00
authority_test.go client: set auth header to localhost for unix target (#3730) 2020-07-21 14:07:03 -07:00
balancer_test.go testdata: Update testdata certs. (#3786) 2020-08-05 09:55:07 -07:00
channelz_linux_go110_test.go Remove Go 1.9 / AppEngine support; assume go1.12 build tag (#3767) 2020-07-30 16:15:35 -07:00
channelz_test.go testdata: Update testdata certs. (#3786) 2020-08-05 09:55:07 -07:00
context_canceled_test.go client: fix race between client-side stream cancellation and compressed server data arriving (#3054) 2019-10-01 10:47:40 -07:00
creds_test.go testdata: Update testdata certs. (#3786) 2020-08-05 09:55:07 -07:00
end2end_test.go testdata: Update testdata certs. (#3786) 2020-08-05 09:55:07 -07:00
goaway_test.go client: fix race between transport draining and new RPCs (#2919) 2019-07-22 16:07:55 -07:00
gracefulstop_test.go server: immediately close all connections created after GracefulStop (#2903) 2019-07-12 13:14:19 -07:00
healthcheck_test.go test: replace manual.GenerateAndRegisterManualResolver with grpc.WithResolvers (#3700) 2020-06-23 09:49:44 -07:00
local_creds_test.go credentials: local creds implementation (#3517) 2020-05-20 15:43:38 -07:00
race.go autofix license notice 2017-06-08 14:42:19 +02:00
rawConnWrapper.go Update go.mod for golang/x/tools and staticcheck (#2832) 2019-05-24 11:13:46 -07:00
retry_test.go cleanup: fix generic comparisons on protobuf messages (#3153) 2019-11-06 14:25:07 -08:00
server_test.go interceptor: new APIs for chaining server interceptors. (#3336) 2020-02-12 11:11:50 -08:00
servertester.go lint: fail on missing package comment (#3524) 2020-04-15 09:59:17 -07:00
stream_cleanup_test.go test: fix Test/GracefulStop by not removing activeStreams too aggresivelly (#2857) 2019-06-12 10:26:18 -07:00