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_tail: position_file: Define path based equalities on TargetInfo (for v1.12) #3393

Merged
merged 3 commits into from
May 26, 2021

Commits on May 26, 2021

  1. in_tail: position_file: Define path based equalities on TargetInfo

    In the previous Fluentd v1.11.x implementation uses path based tailing
    keys.
    We wouldn't rewrite tailing mechanism entirely.
    And also we're implicitly assuming path based equality for TargetInfo in tailing logic.
    We should handle TargetInfo with path based equality instead of path and
    inode based equality.
    
    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 authored and ashie committed May 26, 2021
    Configuration menu
    Copy the full SHA
    15fd99e View commit details
    Browse the repository at this point in the history
  2. in_tail: position_file: test: Add not equal testcases

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 authored and ashie committed May 26, 2021
    Configuration menu
    Copy the full SHA
    42972c8 View commit details
    Browse the repository at this point in the history
  3. in_tail: position_file: test: Extract testcases for equality rule as …

    …sub_test_case
    
    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 authored and ashie committed May 26, 2021
    Configuration menu
    Copy the full SHA
    07ed033 View commit details
    Browse the repository at this point in the history