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

Fix edge cases in CompositeKeyExtractorTests #30175

Merged
merged 2 commits into from
Apr 26, 2018

Commits on Apr 26, 2018

  1. Fix edge cases in CompositeKeyExtractorTests

    Currently the test picks random java.util.TimeZone ids in some places.
    Internally we still need to convert back to joda DateTimeZone by id
    occassionally (e.g. when serializing to pre 6.3 versions). There are
    some deprecated "SystemV/*" time zones that Jodas DateTimeZone refuses
    to convert. This change excludes those rare cases from the set of
    allowed random time zones. It would be quiet odd for them to appear in
    practice.
    
    Closes elastic#30156
    Christoph Büscher committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    3c112fd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix-30156

    Christoph Büscher committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    97a2498 View commit details
    Browse the repository at this point in the history