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

in_http: Prefer parser's time_key setting in batch. fix #2018 #2025

Merged
merged 2 commits into from
Jun 25, 2018

Conversation

repeatedly
Copy link
Member

No description provided.

Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
Copy link
Contributor

@cosmo0920 cosmo0920 left a comment

Choose a reason for hiding this comment

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

I added a nitpick comment.
Otherwise, looks good to me.

@@ -162,6 +162,29 @@ def test_multi_json_with_time_field
assert_equal_event_time time, d.events[1][1]
end

def test_multi_json_with_time_key
Copy link
Contributor

Choose a reason for hiding this comment

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

test_multi_json_with_time_key seems to be testing for existent time_key.
I perfer to use test_multi_json_with_nonexistent_time_key or test_multi_json_with_missing_time_key for test case name.

Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
@repeatedly repeatedly merged commit 048d30f into master Jun 25, 2018
@repeatedly
Copy link
Member Author

Apply review. Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or improve operations v1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants