grpc-go/test
Borja Lazaro Toralles 3151e834fa
cmd/protoc-gen-go-grpc: export consts for full method names (#5886)
2023-02-01 13:20:35 -08:00
..
bufconn test/bufconn: add Listener.DialContext(context.Context) (#4763) 2021-09-16 07:59:36 -07:00
codec_perf test/tools: update staticcheck version to latest (#5806) 2022-11-18 13:51:43 -08:00
grpc_testing cmd/protoc-gen-go-grpc: export consts for full method names (#5886) 2023-02-01 13:20:35 -08:00
kokoro xds interop: Fix buildscripts not continuing on a failed test suite (#5937) 2023-01-17 16:25:48 -08:00
tools *: update all dependencies (#5924) 2023-01-11 13:49:41 -08:00
xds test/xds: add tests for scenarios where authority in resource name is not specified in bootstrap config (#5890) 2023-01-10 16:31:19 -08:00
authority_test.go test: remove use of deprecated WithInsecure() API (#5836) 2022-12-06 10:27:30 -08:00
balancer_switching_test.go testutils/pickfirst: move helper function to testutils (#5822) 2022-11-29 12:03:36 -08:00
balancer_test.go balancer: support injection of per-call metadata from LB policies (#5853) 2022-12-20 15:13:02 -08:00
channelz_linux_test.go channelz: rename NewChannelzStorage to NewChannelzStorageForTesting (#5190) 2022-02-09 14:14:44 -08:00
channelz_test.go grpc: remove mentions of WithBalancerName from comments (#5555) 2022-08-02 15:56:37 -07:00
clientconn_state_transition_test.go test: move clientconn state transition test to test/ directory (#5551) 2022-08-02 12:31:30 -07:00
clientconn_test.go test: add a test for clientConn close with pending RPC (#5264) 2022-03-22 14:32:53 -07:00
clienttester.go transport: Fix deadlock in transport caused by GOAWAY race with new stream creation (#5652) 2022-09-21 14:35:08 -04:00
config_selector_test.go test: use `t.Fatal` instead of `panic` for service config parsing errors (#5266) 2022-03-22 14:37:12 -07:00
context_canceled_test.go test: move stubServer to separate package in internal (#4081) 2020-12-04 15:56:07 -08:00
control_plane_status_test.go grpc: restrict status codes from control plane (gRFC A54) (#5653) 2022-10-04 15:13:23 -07:00
creds_test.go grpc: restrict status codes from control plane (gRFC A54) (#5653) 2022-10-04 15:13:23 -07:00
end2end_test.go server: expose API to set send compressor (#5744) 2023-01-31 13:27:34 -08:00
goaway_test.go transport: Fix closing a closed channel panic in handlePing (#5854) 2022-12-13 15:44:03 -05:00
gracefulstop_test.go server: after GracefulStop, ensure connections are closed when final RPC completes (#5968) 2023-01-25 16:28:29 -08:00
healthcheck_test.go health: split imports into healthpb and healthgrpc (#5466) 2022-06-24 13:31:35 -07:00
http_header_end2end_test.go test: move e2e HTTP header tests to http_header_end2end_test.go (#5901) 2022-12-28 17:23:09 -06:00
insecure_creds_test.go test: cleanup roundrobin tests to use stubserver (#5236) 2022-03-15 17:01:07 -07:00
interceptor_test.go test: use real grpc.Server in call tests (#5213) 2022-03-02 13:40:15 -08:00
invoke_test.go test: use real grpc.Server in call tests (#5213) 2022-03-02 13:40:15 -08:00
local_creds_test.go cleanup: replace grpc.WithInsecure with insecure.NewCredentials (#5177) 2022-02-09 11:17:46 -08:00
logging.go internal: clean up all usages of grpclog, and replace with component (#3719) 2020-08-06 13:19:17 -07:00
metadata_test.go test: loosen metadata error check to reduce dependence on exact library errors (#5650) 2022-09-12 15:20:29 -07:00
parse_config.go test: use `t.Fatal` instead of `panic` for service config parsing errors (#5266) 2022-03-22 14:37:12 -07:00
pickfirst_test.go testutils/pickfirst: move helper function to testutils (#5822) 2022-11-29 12:03:36 -08:00
race_test.go test: rename race.go to race_test.go (#5869) 2022-12-16 09:45:36 -08:00
rawConnWrapper.go Update go.mod for golang/x/tools and staticcheck (#2832) 2019-05-24 11:13:46 -07:00
resolver_update_test.go grpc: perform graceful switching of LB policies in the `ClientConn` by default (#5285) 2022-04-01 13:14:35 -07:00
retry_test.go client: fix potential panic during RPC retries (#5323) 2022-05-04 10:06:12 -07:00
roundrobin_test.go clusterresolver: deflake eds_impl tests (#5562) 2022-08-29 16:23:12 -07:00
server_test.go server: handle context errors returned by service handler (#5156) 2022-01-26 11:02:23 -08:00
servertester.go server: after GracefulStop, ensure connections are closed when final RPC completes (#5968) 2023-01-25 16:28:29 -08:00
stream_cleanup_test.go server: after GracefulStop, ensure connections are closed when final RPC completes (#5968) 2023-01-25 16:28:29 -08:00
timeouts.go test: cleanup roundrobin tests to use stubserver (#5236) 2022-03-15 17:01:07 -07:00
transport_test.go transport: drain client transport when streamID approaches maxStreamID (#5889) 2023-01-11 12:58:00 -08:00