Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flip default for RLS on XDS being enabled to true. #10248

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

larry-safran
Copy link
Contributor

@larry-safran larry-safran added this to the 1.56 milestone Jun 2, 2023
@ejona86 ejona86 added the TODO:backport PR needs to be backported. Removed after backport complete label Jun 5, 2023
@larry-safran larry-safran requested review from temawi and removed request for YifeiZhuang June 5, 2023 21:12
@@ -172,7 +172,6 @@ public class XdsClientImplDataTest {
@Before
public void setUp() {
originalEnableRouteLookup = XdsResourceType.enableRouteLookup;
assertThat(originalEnableRouteLookup).isFalse();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you want to assert that it's true?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seemed to me to just be clutter to check the default. It made some sense when it was a protective flag, but checking for true on every flag we've ever introduced seems messy to me.

@larry-safran larry-safran merged commit 217103c into grpc:master Jun 5, 2023
@larry-safran larry-safran deleted the enable_rls_by_default branch June 5, 2023 22:49
larry-safran added a commit to larry-safran/grpc-java that referenced this pull request Jun 5, 2023
@ejona86 ejona86 removed the TODO:backport PR needs to be backported. Removed after backport complete label Jun 7, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants