-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ci: filter_parser: reorganize tests for abnormal cases #4638
ci: filter_parser: reorganize tests for abnormal cases #4638
Conversation
Ruby 2.7 tests fail because Ruby 2.7 does not support |
9b88e43
to
203f416
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me :)
@kenhys Could you please review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please split into meaningful commits making it easy to review.
203f416
to
e5b3b20
Compare
Rebased to the latest master. |
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
e5b3b20
to
788417d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks! |
Which issue(s) this PR fixes:
None.
What this PR does / why we need it:
Adds and reorganizes tests of
filter_parser
for abnormal cases.The following PR will significantly change the implementation of
filter_parser
.However, currently, there aren't enough tests for abnormal cases.
This condition makes it difficult to safely make such a large change.
This PR solves the problem.
Docs Changes:
Not needed.
Release Note:
Same as the title.
(Or not needed because this changes only the test codes.)