-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
[CI] SearchFieldsIT testDocValueFields failure #31992
Labels
:Search/Search
Search-related issues that do not fall into other categories
>test-failure
Triaged test failures from CI
Comments
martijnvg
added
:Search/Search
Search-related issues that do not fall into other categories
>test-failure
Triaged test failures from CI
labels
Jul 12, 2018
Pinging @elastic/es-search-aggs |
spinscale
added a commit
that referenced
this issue
Jul 12, 2018
spinscale
added a commit
to spinscale/elasticsearch
that referenced
this issue
Jul 12, 2018
This test produced different implementations of joda time classes, depending on if the data was serialized or not (DateTime vs MutableDateTime). This now uses a common base class to extract the milliseconds from the data. Closes elastic#31992
spinscale
added a commit
that referenced
this issue
Jul 12, 2018
This test produced different implementations of joda time classes, depending on if the data was serialized or not (DateTime vs MutableDateTime). This now uses a common base class to extract the milliseconds from the data. Closes #31992
spinscale
added a commit
to spinscale/elasticsearch
that referenced
this issue
Jul 16, 2018
This test produced different implementations of joda time classes, depending on if the data was serialized or not (DateTime vs MutableDateTime). This now uses a common base class to extract the milliseconds from the data. Closes elastic#31992
rjernst
pushed a commit
that referenced
this issue
Jul 16, 2018
* Date: Add DateFormatters class that uses java.time (#31856) A newly added class called DateFormatters now contains java.time based builders for dates, which also intends to be fully backwards compatible, when the name based date formatters are picked. Also a new class named CompoundDateTimeFormatter for being able to parse multiple different formats has been added. A duelling test class has been added that ensures the same dates when parsing java or joda time formatted dates for the name based dates. Note, that java.time and joda time are not fully backwards compatible, which also means that old formats will currently not work with this setup. * Tests: Remove use of joda time in some tests (#31922) This also extends the dateformatters test to ensure that the printers are acting the same in java time and joda time. * Tests: Fix SearchFieldsIT.testDocValueFields This test produced different implementations of joda time classes, depending on if the data was serialized or not (DateTime vs MutableDateTime). This now uses a common base class to extract the milliseconds from the data. Closes #31992
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Search/Search
Search-related issues that do not fall into other categories
>test-failure
Triaged test failures from CI
Failure:
Failure reproduces:
Build url: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/2305/console
The text was updated successfully, but these errors were encountered: