grpc-go/test
Menghan Li fc15416d24
test: fix GoAwayThenClose by wait for cc state change (#2855)
In the end of the test, 10 RPCs are made to make sure data is sent to
the second server. The first RPC of these 10 is made right after the
second server's listener receives a connection. But at this time, the
connectivity state on the client side is not set to READY yet (though
ac's state should be either connecting or ready, the race between ac
and balancer could cause cc to still be in transient failure). So the
first RPC fails due to transient failure, but the following 9 will
succeed.
2019-06-13 15:57:55 -07:00
..
bufconn Fix error formatting based on best practices from Code Review Comments (#2615) 2019-02-07 10:01:40 -08:00
codec_perf proto: update generated code (#2039) 2018-05-01 12:53:20 -07:00
go_vet internal: vet cleanups (#2405) 2018-10-26 15:50:46 -07:00
grpc_testing internal: Update proto generated code (#2133) 2018-06-08 17:54:26 -07:00
tools internal: update golint to use new url (#2393) 2018-10-31 14:39:18 -06:00
balancer_test.go Remove call to proto.Clone() in http2Server.WriteStatus. (#2842) 2019-06-10 15:03:12 -07:00
channelz_linux_go110_test.go channelz: wait for clean up before next test (#2797) 2019-05-02 14:47:50 -07:00
channelz_test.go balancer/resolver: add loadBalancingConfig and pre-parsing support (#2732) 2019-05-30 09:12:58 -07:00
context_canceled_test.go Modified binary search for the correct delay. (#2584) 2019-01-23 14:49:11 -08:00
creds_test.go cleanup: fix typo in comment (#2657) 2019-03-14 13:12:48 -07:00
end2end_test.go test: fix GoAwayThenClose by wait for cc state change (#2855) 2019-06-13 15:57:55 -07:00
gracefulstop_test.go transport: remove RequireHandshakeHybrid support (#2529) 2019-02-27 11:04:46 -07:00
healthcheck_test.go balancer/resolver: add loadBalancingConfig and pre-parsing support (#2732) 2019-05-30 09:12:58 -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 bar: add ability to update resolver state atomically and pass directly to the balancer (#2693) 2019-03-22 10:48:55 -07:00
servertester.go Update go.mod for golang/x/tools and staticcheck (#2832) 2019-05-24 11:13:46 -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