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: enable skipped tests for notification rules and fixup issue in tag matcher #16380

Merged
merged 1 commit into from
Jan 2, 2020

Conversation

jsteenb2
Copy link
Contributor

@jsteenb2 jsteenb2 commented Jan 2, 2020

some awkward looping made it hard to reason about the correctness of the tag matching algorithm. Upon closer inspection of a test through the debugger, it was returning false negatives and was causing issues in the FindNotificiationRules call.

seeing issues with this upstream, these tests can be enabled. The issue was in tag matcher. Tests pass here and should pass upstream now.

solves for the failures here: #16379

Closes #14799

@jsteenb2 jsteenb2 requested a review from a team January 2, 2020 00:42
@jsteenb2 jsteenb2 force-pushed the fix/notification_rule_tag_match branch from a59757c to 62c75ce Compare January 2, 2020 00:42
@jsteenb2 jsteenb2 requested a review from ebb-tide January 2, 2020 00:44
@jsteenb2 jsteenb2 force-pushed the fix/notification_rule_tag_match branch from 62c75ce to 2405928 Compare January 2, 2020 01:01
Copy link
Contributor

@ebb-tide ebb-tide left a comment

Choose a reason for hiding this comment

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

thanks so much!

@jsteenb2 jsteenb2 merged commit 77dd06b into master Jan 2, 2020
@jsteenb2 jsteenb2 deleted the fix/notification_rule_tag_match branch January 2, 2020 15:16
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.

Enable monitor/alerts flux code in influxdb
2 participants