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

Add buffered output plugins for tests #847

Merged
merged 14 commits into from
Jun 15, 2016

Commits on Jun 10, 2016

  1. Fix to rescue errors in emitting

    * "run" thread stops if any output plugin raises errors
    * in_dummy should continue to emit records to reproduce errors
        without regarding any existing errors
    tagomoris authored and cosmo0920 committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    c60020d View commit details
    Browse the repository at this point in the history
  2. Add buffered output plugins to test buffer plugins

    * buffered_stdout: show records in log console w/ buffering
    * buffered_null: show errors only brought by buffer plugins
    
    These plugins are useful to develop 3rd party buffer plugins,
    so should be included in fluent/plugin/ directory.
    tagomoris authored and cosmo0920 committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    ffdcd1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d72c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9690360 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63bae4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9ab5c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3b407d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3561226 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df15da1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b89eded View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    95d1143 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f104c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3f0ce0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. Fix indent

    cosmo0920 committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    9584807 View commit details
    Browse the repository at this point in the history