File tree 2 files changed +4
-4
lines changed
xds/internal/xdsclient/xdsresource
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ var (
81
81
XDSFederation = boolFromEnv ("GRPC_EXPERIMENTAL_XDS_FEDERATION" , true )
82
82
83
83
// 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
85
85
// 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 )
88
88
89
89
// C2PResolverTestOnlyTrafficDirectorURI is the TD URI for testing.
90
90
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) {
1299
1299
ClusterSpecifier : & v3routepb.RouteAction_ClusterSpecifierPlugin {}}},
1300
1300
},
1301
1301
},
1302
- wantRoutes : [] * Route {} ,
1302
+ wantErr : true ,
1303
1303
},
1304
1304
{
1305
1305
name : "default totalWeight is 100 in weighted clusters action" ,
You can’t perform that action at this time.
0 commit comments