| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -209,7 +209,7 @@ public void run() { | |||
| 209 | 209 | serverBuilder.put("server_uri", serverUri); | |
| 210 | 210 | serverBuilder.put("channel_creds", | |
| 211 | 211 | ImmutableList.of(ImmutableMap.of("type", "google_default"))); | |
| 212 | - serverBuilder.put("server_features", ImmutableList.of("xds_v3")); | ||
| 212 | + serverBuilder.put("server_features", ImmutableList.of("xds_v3", "ignore_resource_deletion")); | ||
| 213 | 213 | ImmutableMap.Builder<String, Object> authoritiesBuilder = ImmutableMap.builder(); | |
| 214 | 214 | authoritiesBuilder.put( | |
| 215 | 215 | C2P_AUTHORITY, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -187,7 +187,7 @@ public void onGcpAndNoProvidedBootstrapDelegateToXds() { | |||
| 187 | 187 | assertThat(server).containsExactly( | |
| 188 | 188 | "server_uri", "directpath-pa.googleapis.com", | |
| 189 | 189 | "channel_creds", ImmutableList.of(ImmutableMap.of("type", "google_default")), | |
| 190 | - "server_features", ImmutableList.of("xds_v3")); | ||
| 190 | + "server_features", ImmutableList.of("xds_v3", "ignore_resource_deletion")); | ||
| 191 | 191 | Map<String, ?> authorities = (Map<String, ?>) bootstrap.get("authorities"); | |
| 192 | 192 | assertThat(authorities).containsExactly( | |
| 193 | 193 | "traffic-director-c2p.xds.googleapis.com", | |
@@ -217,7 +217,7 @@ public void onGcpAndNoProvidedBootstrapAndFederationEnabledDelegateToXds() { | |||
| 217 | 217 | assertThat(server).containsExactly( | |
| 218 | 218 | "server_uri", "directpath-pa.googleapis.com", | |
| 219 | 219 | "channel_creds", ImmutableList.of(ImmutableMap.of("type", "google_default")), | |
| 220 | - "server_features", ImmutableList.of("xds_v3")); | ||
| 220 | + "server_features", ImmutableList.of("xds_v3", "ignore_resource_deletion")); | ||
| 221 | 221 | Map<String, ?> authorities = (Map<String, ?>) bootstrap.get("authorities"); | |
| 222 | 222 | assertThat(authorities).containsExactly( | |
| 223 | 223 | "traffic-director-c2p.xds.googleapis.com", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments