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

fluent-bit-plugin: re-enable failing JSON marshaller tests; pass error instead of logging and ignoring #1455

Merged
merged 1 commit into from
Jan 6, 2020

Commits on Dec 27, 2019

  1. fluent-bit-plugin: re-enable JSON marshal tests

    My upstream bugfix to `json-iterator/go` was accepted. This commit
    updates to the newest upstream release, adds checks for the returned
    error message and reenables the commented-out JSON marshaller tests.
    
    Re-enabling the JSON marshaller tests that should return an error
    message, I realized `sendMessage` logged and ignored marshalling errors
    instead of passing them to the caller.
    
    Signed-off-by: Jens Erat <email@jenserat.de>
    JensErat committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    cd1fce8 View commit details
    Browse the repository at this point in the history