OpenSearch/x-pack/plugin
Nhat Nguyen 557fcf915e
Wait for mapping in testReadRequestsReturnLatestMappingVersion (#37886)
If the index request is executed before the mapping update is applied on
the IndexShard, the index request will perform a dynamic mapping update.
This mapping update will be timeout (i.e, ProcessClusterEventTimeoutException)
because the latch is not open. This leads to the failure of the index
request and the test. This commit makes sure the mapping is ready
before we execute the index request.

Closes #37807
2019-01-28 15:25:56 -05:00
..
ccr Wait for mapping in testReadRequestsReturnLatestMappingVersion (#37886) 2019-01-28 15:25:56 -05:00
core ML: Adds set_upgrade_mode API endpoint (#37837) 2019-01-28 09:07:30 -06:00
deprecation Remove obsolete deprecation checks (#37510) 2019-01-18 14:24:34 -07:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
ilm Use ILM for Watcher history deletion (#37443) 2019-01-23 10:18:08 -07:00
logstash Rename confusing variable holding name of Logstash index template (#36840) 2018-12-19 12:09:37 -07:00
ml ML: Adds set_upgrade_mode API endpoint (#37837) 2019-01-28 09:07:30 -06:00
monitoring Deprecate xpack.watcher.history.cleaner_service.enabled (#37782) 2019-01-24 15:31:31 -07:00
rollup Switch mapping/aggregations over to java time (#36363) 2019-01-23 10:40:05 +01:00
security Create snapshot role (#35820) 2019-01-27 23:07:32 +02:00
sql SQL: Fix casting from date to numeric type to use millis (#37869) 2019-01-25 23:29:10 +02:00
src/test deprecate types for watcher (#37594) 2019-01-28 13:46:43 -06:00
upgrade Converting randomized testing to create a separate unitTest task instead of replacing the builtin test task (#36311) 2018-12-19 08:25:20 +02:00
watcher deprecate types for watcher (#37594) 2019-01-28 13:46:43 -06:00
build.gradle Simplify integ test distribution types (#37618) 2019-01-21 12:37:17 -08:00