|
|
@ -995,7 +995,7 @@ TEST_P(RingHashTest, ReattemptWhenAllEndpointsUnreachable) { |
|
|
|
CheckRpcSendFailure( |
|
|
|
CheckRpcSendFailure( |
|
|
|
DEBUG_LOCATION, StatusCode::UNAVAILABLE, |
|
|
|
DEBUG_LOCATION, StatusCode::UNAVAILABLE, |
|
|
|
MakeConnectionFailureRegex( |
|
|
|
MakeConnectionFailureRegex( |
|
|
|
"ring hash cannot find a connected subchannel; first failure: "), |
|
|
|
"ring hash cannot find a connected endpoint; first failure: "), |
|
|
|
RpcOptions().set_metadata(std::move(metadata))); |
|
|
|
RpcOptions().set_metadata(std::move(metadata))); |
|
|
|
StartBackend(0); |
|
|
|
StartBackend(0); |
|
|
|
// Ensure we are actively connecting without any traffic.
|
|
|
|
// Ensure we are actively connecting without any traffic.
|
|
|
@ -1034,7 +1034,7 @@ TEST_P(RingHashTest, TransientFailureSkipToAvailableReady) { |
|
|
|
CheckRpcSendFailure( |
|
|
|
CheckRpcSendFailure( |
|
|
|
DEBUG_LOCATION, StatusCode::UNAVAILABLE, |
|
|
|
DEBUG_LOCATION, StatusCode::UNAVAILABLE, |
|
|
|
MakeConnectionFailureRegex( |
|
|
|
MakeConnectionFailureRegex( |
|
|
|
"ring hash cannot find a connected subchannel; first failure: "), |
|
|
|
"ring hash cannot find a connected endpoint; first failure: "), |
|
|
|
rpc_options); |
|
|
|
rpc_options); |
|
|
|
gpr_log(GPR_INFO, "=== DONE WITH FIRST RPC ==="); |
|
|
|
gpr_log(GPR_INFO, "=== DONE WITH FIRST RPC ==="); |
|
|
|
EXPECT_EQ(GRPC_CHANNEL_TRANSIENT_FAILURE, channel_->GetState(false)); |
|
|
|
EXPECT_EQ(GRPC_CHANNEL_TRANSIENT_FAILURE, channel_->GetState(false)); |
|
|
@ -1070,7 +1070,7 @@ TEST_P(RingHashTest, TransientFailureSkipToAvailableReady) { |
|
|
|
CheckRpcSendFailure( |
|
|
|
CheckRpcSendFailure( |
|
|
|
DEBUG_LOCATION, StatusCode::UNAVAILABLE, |
|
|
|
DEBUG_LOCATION, StatusCode::UNAVAILABLE, |
|
|
|
MakeConnectionFailureRegex( |
|
|
|
MakeConnectionFailureRegex( |
|
|
|
"ring hash cannot find a connected subchannel; first failure: "), |
|
|
|
"ring hash cannot find a connected endpoint; first failure: "), |
|
|
|
rpc_options); |
|
|
|
rpc_options); |
|
|
|
gpr_log(GPR_INFO, "=== STARTING BACKEND 1 ==="); |
|
|
|
gpr_log(GPR_INFO, "=== STARTING BACKEND 1 ==="); |
|
|
|
StartBackend(1); |
|
|
|
StartBackend(1); |
|
|
|