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

Fix bug in UpstreamEndpoints::retain #145

Merged
merged 1 commit into from
Nov 25, 2020
Merged

Conversation

markmandel
Copy link
Contributor

Found an issue in which if UpstreamEndpoints had a subset of None, and the retain function resulted in no values, then the
AllEndpointsRemovedError would not be returned in the result - which could result in a UpstreamEndpoint with an empty subset value.

Found an issue in which if UpstreamEndpoints had a subset of `None`, and
the `retain` function resulted in no values, then the
`AllEndpointsRemovedError` would not be returned in the result - which
could result in a UpstreamEndpoint with an empty subset value.
@markmandel markmandel added the kind/bug Something isn't working label Nov 25, 2020
@markmandel markmandel requested a review from iffyio November 25, 2020 06:04
@google-cla google-cla bot added the cla: yes label Nov 25, 2020
Copy link
Collaborator

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

Oof good catch!

@markmandel markmandel merged commit c2df710 into master Nov 25, 2020
@markmandel markmandel deleted the bug/enpoint-retain branch November 25, 2020 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants