mirror of https://github.com/grpc/grpc-go.git
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. |
||
|---|---|---|
| .. | ||
| bufconn | ||
| codec_perf | ||
| go_vet | ||
| grpc_testing | ||
| tools | ||
| balancer_test.go | ||
| channelz_linux_go110_test.go | ||
| channelz_test.go | ||
| context_canceled_test.go | ||
| creds_test.go | ||
| end2end_test.go | ||
| gracefulstop_test.go | ||
| healthcheck_test.go | ||
| race.go | ||
| rawConnWrapper.go | ||
| retry_test.go | ||
| servertester.go | ||
| stream_cleanup_test.go | ||