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 failing transform tests and support dates_as_epoch_millis #5209

Merged
merged 1 commit into from
Dec 28, 2020

Commits on Dec 23, 2020

  1. Fix failing transform tests

    Tests were failing due to a change in the transform API which now
    prefers ISO dates, rather than epoch milliseconds for dates. This
    resulted in a serialisation failure.
    
    This commit addresses that by conditionally producing the requests
    based on the version of ES being tested, so that a property of the
    appropriate type is used for deserialisation of the preview.
    
    This also adds support for the now dates_as_epoch_millis setting which
    allows the original epoch millisecond format to be returned for ES 7.11
    requests, when the option is true.
    stevejgordon committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    3f34164 View commit details
    Browse the repository at this point in the history