File tree Expand file tree Collapse file tree
xds/internal/xdsclient/xdsresource Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ var (
8181 XDSFederation = boolFromEnv ("GRPC_EXPERIMENTAL_XDS_FEDERATION" , true )
8282
8383 // XDSRLS indicates whether processing of Cluster Specifier plugins and
84- // support for the RLS CLuster Specifier is enabled, which can be enabled by
84+ // support for the RLS CLuster Specifier is enabled, which can be disabled by
8585 // setting the environment variable "GRPC_EXPERIMENTAL_XDS_RLS_LB" to
86- // "true ".
87- XDSRLS = boolFromEnv ("GRPC_EXPERIMENTAL_XDS_RLS_LB" , false )
86+ // "false ".
87+ XDSRLS = boolFromEnv ("GRPC_EXPERIMENTAL_XDS_RLS_LB" , true )
8888
8989 // C2PResolverTestOnlyTrafficDirectorURI is the TD URI for testing.
9090 C2PResolverTestOnlyTrafficDirectorURI = os .Getenv ("GRPC_TEST_ONLY_GOOGLE_C2P_RESOLVER_TRAFFIC_DIRECTOR_URI" )
Original file line number Diff line number Diff line change @@ -1299,7 +1299,7 @@ func (s) TestRoutesProtoToSlice(t *testing.T) {
12991299 ClusterSpecifier : & v3routepb.RouteAction_ClusterSpecifierPlugin {}}},
13001300 },
13011301 },
1302- wantRoutes : [] * Route {} ,
1302+ wantErr : true ,
13031303 },
13041304 {
13051305 name : "default totalWeight is 100 in weighted clusters action" ,
You can’t perform that action at this time.
0 commit comments