OpenSearch/x-pack/plugin/security
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
..
cli Enable tests in FIPS 140 in JDK 11 (#49485) 2020-01-27 11:14:52 +02:00
forbidden Add an OpenID Connect authentication realm (#40674) (#41178) 2019-04-15 12:41:16 +03:00
licenses [7.x] Update opensaml dependency (#44972) (#49512) 2019-11-29 00:17:16 +02:00
qa Improved diagnostics for TLS trust failures (#49669) 2019-11-29 15:01:20 +11:00
src Avoid unnecessary setup and teardown in docs tests (#51430) 2020-01-28 16:52:23 +01:00
build.gradle Enable tests in FIPS 140 in JDK 11 (#49485) 2020-01-27 11:14:52 +02:00