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 v1 config to support multiple tag match #478

Merged
merged 1 commit into from
Nov 21, 2014
Merged

Conversation

sonots
Copy link
Member

@sonots sonots commented Nov 19, 2014

fix #475

I also added tests for EventRouter::Rule to make sure that EventRouter supports multiple tags.

@sonots sonots force-pushed the fix_multiple_tag_match branch 3 times, most recently from d303f3d to 24d9d22 Compare November 19, 2014 16:30
@@ -230,4 +230,35 @@ def event_router
end
end
end

sub_test_case EventRouter::Rule do
Copy link
Member

Choose a reason for hiding this comment

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

EventRouter::Rule tests are placed in test_match.rb.
Could you move these tests?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, I noticed that enough tests were already there. I just removed.

@sonots sonots force-pushed the fix_multiple_tag_match branch from 24d9d22 to e40f9a6 Compare November 20, 2014 04:00
@repeatedly repeatedly added the bug Something isn't working label Nov 20, 2014
@sonots
Copy link
Member Author

sonots commented Nov 20, 2014

I gonna merge later if there is no more comment.

sonots added a commit that referenced this pull request Nov 21, 2014
fix v1 config to support multiple tag match
@sonots sonots merged commit 8c7bc1c into master Nov 21, 2014
@sonots sonots deleted the fix_multiple_tag_match branch November 21, 2014 05:02
@sonots
Copy link
Member Author

sonots commented Nov 21, 2014

cherry-picked to v0.10 branch

@sonots sonots added the v0.10 label Nov 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple match tags do not work with --use-v1-config
2 participants