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(kuma-cp) matching endpoints by tags #2096

Merged
merged 1 commit into from
Jun 4, 2021

Conversation

jakubdyszkiewicz
Copy link
Contributor

Summary

We had a bug in ContainsTags function.
The problem was only visible if we had a traffic route over the tag that was only available in one instance. Then we mistakenly were picking instances that did not have the tag at all.

Fixed the bug, added a bunch of tests.

Documentation

  • No docs

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@jakubdyszkiewicz jakubdyszkiewicz requested a review from a team as a code owner June 4, 2021 11:50
@jakubdyszkiewicz jakubdyszkiewicz merged commit df7ea55 into master Jun 4, 2021
@jakubdyszkiewicz jakubdyszkiewicz deleted the fix/matching-endpoints branch June 4, 2021 12:39
bartsmykla pushed a commit to bartsmykla/kuma that referenced this pull request Jun 7, 2021
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
bartsmykla pushed a commit to bartsmykla/kuma that referenced this pull request Jun 7, 2021
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants