OpenSearch/x-pack/plugin
Yannick Welsch f6686345c9 Avoid unnecessary setup and teardown in docs tests (#51430)
The docs tests have recently been running much slower than before (see #49753).

The gist here is that with ILM/SLM we do a lot of unnecessary setup / teardown work on each
test. Compounded with the slightly slower cluster state storage mechanism, this causes the
tests to run much slower.

In particular, on RAMDisk, docs:check is taking

ES 7.4: 6:55 minutes
ES master: 16:09 minutes
ES with this commit: 6:52 minutes

on SSD, docs:check is taking

ES 7.4: ??? minutes
ES master: 32:20 minutes
ES with this commit: 11:21 minutes
2020-01-28 16:52:23 +01:00
..
analytics Begin moving date_histogram to offset rounding (take two) (#51271) (#51495) 2020-01-27 13:40:54 -05:00
autoscaling Initial autoscaling commit (#51161) 2020-01-17 15:31:12 -05:00
ccr Clean soft-deletes setting in ccr tests (#51113) (#51372) 2020-01-23 16:31:47 -05:00
core Password-protected Keystore Feature Branch PR (#51123) (#51510) 2020-01-28 05:32:32 -05:00
deprecation Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
enrich Auto-format buildSrc (#51043) 2020-01-16 10:26:27 +00:00
eql Compilation fixes for 7.x 2020-01-27 16:23:36 -05:00
frozen-indices Do not wrap soft-deletes reader for segment stats (#51331) 2020-01-23 08:43:06 -05:00
graph Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
ilm Preserve slm-history-ilm-policy between test runs (#51442) (#51468) 2020-01-27 10:40:40 +00:00
logstash Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
mapper-flattened Add telemetry for flattened fields. (#48972) (#49125) 2019-11-18 12:29:42 -08:00
ml [ML] Use CSV ingest processor in find_file_structure ingest pipeline (#51492) 2020-01-28 14:38:43 +00:00
monitoring Add max_resource_units to enterprise license (#50910) 2020-01-14 12:37:05 +11:00
ql EQL: import QL into EQL (#50904) 2020-01-27 15:13:22 -05:00
rollup Use more specific loggers in subclasses of TMNA (#50076) 2019-12-11 15:07:47 +00:00
search-business-rules Fix NPE in PinnedQuery call to DisjunctionMaxScorer. (#51047) (#51064) 2020-01-16 10:41:43 +00:00
security Avoid unnecessary setup and teardown in docs tests (#51430) 2020-01-28 16:52:23 +01:00
spatial Geo: Switch generated GeoJson type names to camel case (#50400) 2019-12-20 15:37:22 -05:00
sql QL: Backport project to 7.x (#51497) 2020-01-27 22:03:58 +02:00
src/test Initial EQL rest API implementation (#49768) 2020-01-27 15:11:41 -05:00
transform [Transform] fix TransformRobustnessIT intermittent test failures part 2 (#51523) 2020-01-28 13:37:01 +01:00
vectors Increase the number of vector dims to 2048 (#46895) 2019-11-20 07:47:33 -05:00
voting-only-node Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
watcher Migrate cron eval bats test to java (#50940) (#51007) 2020-01-27 10:49:01 -08:00
build.gradle Formalize build snapshot (#51484) 2020-01-27 16:56:31 -05:00