File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ abstract class XdsResourceType<T extends ResourceUpdate> {
4747 @ VisibleForTesting
4848 static final String HASH_POLICY_FILTER_STATE_KEY = "io.grpc.channel_id" ;
4949 @ VisibleForTesting
50- static boolean enableRouteLookup = getFlag ("GRPC_EXPERIMENTAL_XDS_RLS_LB" , false );
50+ static boolean enableRouteLookup = getFlag ("GRPC_EXPERIMENTAL_XDS_RLS_LB" , true );
5151 @ VisibleForTesting
5252 static boolean enableLeastRequest =
5353 !Strings .isNullOrEmpty (System .getenv ("GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST" ))
Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ public class XdsClientImplDataTest {
172172 @ Before
173173 public void setUp () {
174174 originalEnableRouteLookup = XdsResourceType .enableRouteLookup ;
175- assertThat (originalEnableRouteLookup ).isFalse ();
176175 originalEnableLeastRequest = XdsResourceType .enableLeastRequest ;
177176 assertThat (originalEnableLeastRequest ).isFalse ();
178177 originalEnableWrr = XdsResourceType .enableWrr ;
You can’t perform that action at this time.
0 commit comments