OpenSearch/x-pack/qa
Jim Ferenczi 644a92f158
Fix rollup on date fields that don't support epoch_millis (#31890)
The rollup indexer uses a range query to select the next page
of results based on the last time bucket of the previous round
and the `delay` configured on the rollup job. This query uses
the `epoch_millis` format implicitly but doesn't set the `format`.
This result in errors during the rollup job if the field
definition doesn't allow this format. It can also miss documents
if the format is not accepted but another format in the field
definition is able to parse the query (e.g.: `epoch_second`).
This change ensures that we use `epoch_millis` as the only format
to parse the rollup range query.
2018-07-19 09:34:23 +02:00
..
audit-tests Revert upgrade to Netty 4.1.25.Final (#31282) 2018-06-12 19:26:18 -04:00
core-rest-tests-with-security Enable setting client path prefix to / (#30119) 2018-07-01 13:42:03 -04:00
full-cluster-restart [Rollup] Use composite's missing_bucket (#31402) 2018-07-13 10:07:42 -04:00
ml-basic-multi-node [ML] Account for gaps in data counts after job is reopened (#30294) 2018-05-03 15:08:24 +01:00
ml-disabled Respect accept header on no handler (#30383) 2018-05-04 18:13:50 -04:00
ml-native-multi-node-tests [ML] Wait for aliases in multi-node tests (#32086) 2018-07-17 16:21:53 +01:00
ml-no-bootstrap-tests Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
ml-single-node-tests Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00
multi-cluster-search-security Cross Cluster Search: preserve remote status code (#30976) 2018-06-01 08:53:53 +02:00
multi-node Fix rollup on date fields that don't support epoch_millis (#31890) 2018-07-19 09:34:23 +02:00
openldap-tests Enable testing in FIPS140 JVM (#31666) 2018-07-17 10:54:10 +03:00
reindex-tests-with-security Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
rolling-upgrade Detect and prevent configuration that triggers a Gradle bug (#31912) 2018-07-19 06:46:58 +00:00
rolling-upgrade-basic Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
saml-idp-tests Limit the scope of BouncyCastle dependency (#30358) 2018-05-29 19:11:09 +03:00
security-client-tests Revert upgrade to Netty 4.1.25.Final (#31282) 2018-06-12 19:26:18 -04:00
security-example-spi-extension Configurable password hashing algorithm/cost (#31234) 2018-06-28 19:39:39 +03:00
security-migrate-tests Configurable password hashing algorithm/cost (#31234) 2018-06-28 19:39:39 +03:00
security-setup-password-tests Rename users 2018-04-20 15:34:01 -07:00
security-tools-tests Enable testing in FIPS140 JVM (#31666) 2018-07-17 10:54:10 +03:00
smoke-test-graph-with-security Rename users 2018-04-20 15:34:01 -07:00
smoke-test-ml-with-security [ML] Validate ML filter_id (#31535) 2018-07-02 12:48:04 +01:00
smoke-test-monitoring-with-watcher [TEST] Redirect links to new locations (#30179) 2018-04-27 09:24:46 -07:00
smoke-test-plugins Test: use trial license in qa tests with security 2018-05-03 10:33:08 -06:00
smoke-test-plugins-ssl [Test] Modify assert statement for ssl handshake (#32072) 2018-07-17 15:43:03 +10:00
smoke-test-security-with-mustache Rename users 2018-04-20 15:34:01 -07:00
smoke-test-watcher [Tests] Fix self-referencing tests 2018-06-11 12:45:27 +02:00
smoke-test-watcher-with-security Watcher: Store username on watch execution (#31873) 2018-07-16 14:20:16 -05:00
sql Detect and prevent configuration that triggers a Gradle bug (#31912) 2018-07-19 06:46:58 +00:00
third-party Remove empty @return from JavaDoc 2018-07-18 13:28:25 -05:00
transport-client-tests Revert upgrade to Netty 4.1.25.Final (#31282) 2018-06-12 19:26:18 -04:00
vagrant Packaging: Remove windows bin files from the tar distribution (#30596) 2018-06-18 19:02:51 +02:00
build.gradle Fix unknown licenses (#31223) 2018-06-09 07:28:41 -04:00