File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
test/extensions/config_subscription/grpc Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -183,14 +183,6 @@ class XdsFailoverAdsIntegrationTest : public AdsDeltaSotwIntegrationSubStatePara
183
183
RELEASE_ASSERT (result, result.message ());
184
184
}
185
185
186
- // Waits for a failover source connected and immediately disconnects.
187
- void failoverConnectionFailure () {
188
- AssertionResult result = xds_upstream_->waitForHttpConnection (*dispatcher_, xds_connection_);
189
- RELEASE_ASSERT (result, result.message ());
190
- result = xds_connection_->close ();
191
- RELEASE_ASSERT (result, result.message ());
192
- }
193
-
194
186
envoy::config::endpoint::v3::ClusterLoadAssignment
195
187
buildClusterLoadAssignment (const std::string& name) {
196
188
return ConfigHelper::buildClusterLoadAssignment (
You can’t perform that action at this time.
0 commit comments