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> {
47
47
@ VisibleForTesting
48
48
static final String HASH_POLICY_FILTER_STATE_KEY = "io.grpc.channel_id" ;
49
49
@ VisibleForTesting
50
- static boolean enableRouteLookup = getFlag ("GRPC_EXPERIMENTAL_XDS_RLS_LB" , false );
50
+ static boolean enableRouteLookup = getFlag ("GRPC_EXPERIMENTAL_XDS_RLS_LB" , true );
51
51
@ VisibleForTesting
52
52
static boolean enableLeastRequest =
53
53
!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 {
172
172
@ Before
173
173
public void setUp () {
174
174
originalEnableRouteLookup = XdsResourceType .enableRouteLookup ;
175
- assertThat (originalEnableRouteLookup ).isFalse ();
176
175
originalEnableLeastRequest = XdsResourceType .enableLeastRequest ;
177
176
assertThat (originalEnableLeastRequest ).isFalse ();
178
177
originalEnableWrr = XdsResourceType .enableWrr ;
You can’t perform that action at this time.
0 commit comments