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: Fix StatWatcher uses wrong path #3541

Merged
merged 7 commits into from
Nov 2, 2021

Commits on Oct 31, 2021

  1. Fix stat_watcher wrong path

    Signed-off-by: majimenez-stratio <majimenez@stratio.com>
    majimenez-stratio committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    6978442 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. test_in_tail: Fix an inappropriate config name

    CONFIG_ENABLE_WATCH_TIMER ->
    CONFIG_DISABLE_WATCH_TIMER
    
    The tests that use above config are intended to disable watch timer.
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    1dae546 View commit details
    Browse the repository at this point in the history
  2. test_in_tail: Add test_watch_wildcard_path_without_watch_timer

    fluent#3541 (comment)
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    494055e View commit details
    Browse the repository at this point in the history
  3. Fix log when follow_inodes = true

    Signed-off-by: majimenez-stratio <majimenez@stratio.com>
    majimenez-stratio committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    e908a5d View commit details
    Browse the repository at this point in the history
  4. test: Run test_watch_wildcard_path_without_watch_timer only on Linux

    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    8c03b71 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. in_tail: Avoid to build debug string when debug mode isn't activated

    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    200bd27 View commit details
    Browse the repository at this point in the history
  2. test_in_tail: Add timeout for test_watch_wildcard_path_without_watch_…

    …timer
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ebfd278 View commit details
    Browse the repository at this point in the history