Skip to content

Commit cd89465

Browse files
authored
runtime: delete unused use_eds_cache_for_ads (#45079)
Change-Id: I432cb1d8bc7d8463a0f7e134de8ba84f44a32fbb Commit Message: the flag is not used so can be deleted Additional Description: Risk Level: low Testing: Docs Changes: Release Notes: Platform Specific Features: Signed-off-by: Kuat Yessenov <kuat@google.com>
1 parent c84848d commit cd89465

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

source/common/runtime/runtime_features.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ RUNTIME_GUARD(envoy_reloadable_features_xds_failover_to_primary_enabled);
121121
RUNTIME_GUARD(envoy_reloadable_features_xds_legacy_delta_skip_subsequent_node);
122122
RUNTIME_GUARD(envoy_restart_features_move_locality_schedulers_to_lb);
123123
RUNTIME_GUARD(envoy_restart_features_raise_file_limits);
124-
RUNTIME_GUARD(envoy_restart_features_use_eds_cache_for_ads);
125124
RUNTIME_GUARD(envoy_restart_features_validate_http3_pseudo_headers);
126125
RUNTIME_GUARD(envoy_restart_features_worker_threads_watchdog_fix);
127126
// Begin false flags. Most of them should come with a TODO to flip true.

test/integration/ads_integration_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,6 @@ TEST_P(AdsIntegrationTest, CdsKeepEdsAfterWarmingFailure) {
817817

818818
TEST_P(AdsIntegrationTest, CdsKeepEdsDropOverloadAfterWarmingFailure) {
819819
// This test should be kept after the runtime guard is deprecated
820-
config_helper_.addRuntimeOverride("envoy.restart_features.use_eds_cache_for_ads", "true");
821820
initialize();
822821
EXPECT_TRUE(compareDiscoveryRequest(Config::TestTypeUrl::get().Cluster, "", {}, {}, {}, true));
823822
envoy::config::cluster::v3::Cluster cluster = buildCluster("cluster_0");

0 commit comments

Comments
 (0)