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

tail: Refactor handling of warnings and early exits #4135

Merged
merged 4 commits into from
Dec 14, 2022

Commits on Dec 13, 2022

  1. tail: Refactor: Handle warnings and early exits in one place. Remove …

    …InputService ...
    
    Other changes summary:
    * Cleanup imports
    * Remove stdin_is_pipe_of_fifo function
    * Rename WatcherService to Observer
    Joining7943 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d57545d View commit details
    Browse the repository at this point in the history
  2. tail: Add gnu's warning when following stdin is ineffective. If no pi…

    …d support set to 0 in Observer.
    Joining7943 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    2dc8a1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93654d4 View commit details
    Browse the repository at this point in the history
  4. tests/tail: Add all additional tests written during refactoring tail …

    …from tip of refactoring branch
    
    Other changes summmary:
    * Use module level imports instead of fully qualified imports where appropriate
    * Fix intermittent failing test_positive_zero_bytes because of broken pipe
    * Cleanup old disabled test for warning of following indefinitely
    Joining7943 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    b339f6d View commit details
    Browse the repository at this point in the history