grpc-go/test
Zach Reyes b1d7f56b81
transport: Fix deadlock in transport caused by GOAWAY race with new stream creation (#5652)
* transport: Fix deadlock in transport caused by GOAWAY race with new stream creation
2022-09-21 14:35:08 -04:00
..
bufconn test/bufconn: add Listener.DialContext(context.Context) (#4763) 2021-09-16 07:59:36 -07:00
codec_perf protobuf: update protoc to latest version (#4038) 2020-11-16 16:59:46 -08:00
grpc_testing Grab comment from proto file, similar to protoc-gen-go (#5540) 2022-09-06 12:35:40 -07:00
kokoro xds: Enable Outlier Detection interop tests (#5632) 2022-09-13 15:54:12 -04:00
tools github: fold security tests into 'tests'; update testing to 1.17-1.15 (#4708) 2021-08-26 11:21:36 -07:00
xds rls: delegate pick to child policy as long as it is not in TransientFailure (#5656) 2022-09-15 15:55:46 -07:00
authority_test.go cleanup: replace grpc.WithInsecure with insecure.NewCredentials (#5177) 2022-02-09 11:17:46 -08:00
balancer_switching_test.go clusterresolver: deflake eds_impl tests (#5562) 2022-08-29 16:23:12 -07:00
balancer_test.go grpc: move to `TransientFailure` in `pick_first` LB policy when all addresses are removed (#5274) 2022-03-29 15:06:28 -07: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
creds_test.go grpc: implement WithInsecure() using the insecure package (#4718) 2021-11-09 15:42:07 -08:00
end2end_test.go transport: Fix deadlock in transport caused by GOAWAY race with new stream creation (#5652) 2022-09-21 14:35:08 -04:00
goaway_test.go cleanup: replace grpc.WithInsecure with insecure.NewCredentials (#5177) 2022-02-09 11:17:46 -08:00
gracefulstop_test.go cleanup: replace grpc.WithInsecure with insecure.NewCredentials (#5177) 2022-02-09 11:17:46 -08:00
healthcheck_test.go health: split imports into healthpb and healthgrpc (#5466) 2022-06-24 13:31:35 -07: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 test: cleanup balancer switching tests (#5271) 2022-03-30 12:58:41 -07:00
race.go github: fold security tests into 'tests'; update testing to 1.17-1.15 (#4708) 2021-08-26 11:21:36 -07: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 End stream flag bugfix (#3803) 2020-08-21 14:22:17 -07:00
stream_cleanup_test.go test: move stubServer to separate package in internal (#4081) 2020-12-04 15:56:07 -08:00
timeouts.go test: cleanup roundrobin tests to use stubserver (#5236) 2022-03-15 17:01:07 -07:00