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

[Filebeat] Introduce UTC as default timezone for modules tests #12120

Merged
merged 4 commits into from
May 10, 2019

Commits on May 9, 2019

  1. [Filebeat] Introduce UTC as default timezone for modules tests

    Currently all our modules have convert_timezone disable by default. The reason in 6.x for this was probably that 6.0 did not support convert_timezone and we did not want to introduce a breaking changes. New modules should have convert_timezone enabled by default.
    
    If a module has convert_timezone enabled by default the tests will fail as it takes the timezone of the local computer. To circumvent this, this PR sets the timezone of the tests to UTC so the same time zone is always used.
    
    No generated files were changed in this PR as all modules have convert_timezone off by default. But it will affect elastic#12079 and elastic#12032
    ruflin committed May 9, 2019
    Configuration menu
    Copy the full SHA
    49066d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc5c194 View commit details
    Browse the repository at this point in the history
  3. remove old conversion

    ruflin committed May 9, 2019
    Configuration menu
    Copy the full SHA
    94a75f1 View commit details
    Browse the repository at this point in the history
  4. remove time import

    ruflin committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1ba8650 View commit details
    Browse the repository at this point in the history